Howard Dean Watts
Howard Dean Watts
Thanks for getting back to me @govert, and I'm glad we have a lead here. I am only running Excel via windows explorer, not through the VS debugger. I have...
Thanks Govert, I've disabled the add-in and the test flows are outlined below: - I have no instances of Excel open - I open client_file.xlsm via double click - I...
I've never been able to cause the crash without client_file.xlsm, and I wanted to just chalk this up to a "Client Problem" until I saw this issue was posted and...
Good thought with the .dll debugging, I've been unable so far to find more information about the error however did get a list of DLLs loaded by an empty sheet...
I'm encountering this too and can confirm my headers are correct as well
I was able to resolve by changing my implementation to use: ``` const db = await SQLite.openDatabaseAsync(DATABASE_NAME); ``` At least for me, the issue was only with the `openDatabaseSync` method.