How to import excel file in angular2? I trying to use wijmo FlexGridXlsxConverter load method but I am getting an error: Property 'xlsx' does not exist on type 'typeof grid'.
Asked
Active
Viewed 3,633 times
2
-
1have you worked on ng2-file-upload package to import the file? – Aravind Apr 13 '17 at 13:25
-
No I trying to use wijmo. I am referring this http://wijmo.com/blog/flexgrid-client-side-importingexporting/. Is there any other way? – Tanvi Shah Apr 14 '17 at 05:17
-
http://demos.wijmo.com/5/Angular2/ExcelImportExport/ExcelImportExport/FlexGridImportExport.htm Also, download the Wijmo library, and look in the Samples/TS/Angular2/ for ExcelImportExport - it's a complete demo project with full source code you can pick apart and adapt. – Stephen R. Smith Oct 11 '17 at 01:24