Posted 29 January 2021, 6:41 pm EST
Hi,
We’ve been using Excel IO to load excel files into SpreadJs. (Angular App)
It’s currently working through a webworker task and everything is going smoothly.
We would like to remove this webworker, but we noticed that, somehow, when using excelio’s open method outside of the webworker always results in a “ErrorCode: 1” with message “Incorrect File Format”.
I am a bit confused, as the same file is correctly read when in a webworker context.
Is there anything inside the Angular context that could make it so the filereader of excelio may not work the same way as in the context of a webworker?
Thank you,
Mathieu