Posted 5 May 2022, 1:54 pm EST - Updated 3 October 2022, 9:18 am EST
As the title says, I am importing ExcelIO in my React Application just as in the tutorial
"import ExcelIO from '@grapecity/spread-excelio';"
ExcelIO.LicenseKey = SpreadJSKey;
But this is the error that I get , see image attached
I have also tried importing as ```
“import * as ExcelIO from ‘@grapecity/spread-excelio’;”
What am I doing wrong?

