how to use SheetJS (js-xlsx) in angular 2

后端 未结 6 1866
旧巷少年郎
旧巷少年郎 2020-12-29 16:29

I\'m learning angular2 and i wanted to use js-xlsx library in my project.

I installed xlsx npm install xlsx and jszip npm install jszip an

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 16:39

    Something else you might try is changing the link to use the full version, instead of core. The following worked for me:

    
    

    This will change with your path. Yours would be:

    
    

提交回复
热议问题