Skip to content

Replies

0
Ari Block
Ari Block answered on Mar 15, 2020 6:49 PM

I just upgraded to lastest Angular and the sample code and

IgxSpreadsheetComponent is not working use the step by step on 
getting this error 
ERROR in ./src/supplier-rfq/supplier-rfq.component.ts
Module not found: Error: Can't resolve 'ExcelUtility' in 'C:\Code\emsforest\src\supplier-rfq'

ERROR in src/supplier-rfq/supplier-rfq.component.ts:11:30 – error TS2307: Cannot find module 'ExcelUtility'.

11 import { ExcelUtility } from 'ExcelUtility';
~~~~~~~~~~~~~~
src/supplier-rfq/supplier-rfq.component.ts:32:4 – error TS2304: Cannot find name 'ViewChild'.

32 @ViewChild("spreadsheet", { read: IgxSpreadsheetComponent })
~~~~~~~~~