Opening Spreadsheet Causing Error with MS Excel 2021
Mkel2010 opened this issue · 1 comments
First install of Hindsight. I used the GUI interface to analyze some Chrome Records, which completed without error. I saved the output to an Excel spreadsheet. On opening the spreadsheet, I received a popup indicating there were issues with the spreadsheet and asking to repair them. I allowed the repair and am able to open the spreadsheet and the data looks fine.
This is the text of the log file generated in MS Excel 2021 after the repair:
error185480_01.xml
Thanks for the report. I've had similar errors, and as far as I can tell it (at least in my case) it comes from some websites storing invalid Unicode in local Storage (some compression algos do this, like LZ-string). Python, Hindsight, and xlsxwriter can write these just fine, but Excel sees them as invalid.
I'm not sure what to do here - altering the values so Excel can display them seems bad, as then one couldn't rely on the values as the original, but having the Excel error pop up also isn't great. If you can isolate a different cause of the issue, I'd be happy to take a look and see if I can fix it in a different way.