Hi,
I'm receiving the following build error when trying in incorporate Angular Spreadsheet into my project:
ERROR in ./node_modules/igniteui-angular-spreadsheet/ES5/IGExcelSerializationProvider_SyncZipFile.js
Module not found: Error: Can't resolve 'uzip/UZIP' in 'D:\Work\Git\PMISG\IntradayUI\node_modules\igniteui-angular-spreadsheet\ES5'
I installed the prerequisites:
npm install igniteui-angular-core npm install igniteui-angular-excel npm install igniteui-angular-spreadsheet
I don't see any samples on your site for this functionality. That usually helps a lot.
Thanks in advance,
Jeff
Adding more of a narrative; I'm trying to upload a .xlsx file either to an Angular Spreadsheet like in the example of your site:
https://es.infragistics.com/products/ignite-ui-angular/angular/components/spreadsheet_overview.html
I'd could also use the Excel Library Framwork similar to the example:
https://es.infragistics.com/products/ignite-ui-angular/angular/components/excel_library.html
The goal is to take the data in the spreadhseet and load it to a database.
Are either of these examples available on Stackblitz?
Thanks,
Any updates on my posts? A Stackblitz example would be very helpful.