Posted 6 January 2020, 7:21 am EST
Good morning/afternoon
I’m currently looking at possibilities to import/export data within a spreadsheet instance. I’ve seen the toJSON format but it’s quite expensive as operation, in fact, my exported JSON object size floats between 18 to 25mb (depending on exclusion of style and ignoring the bindings)
Said so, I’ve started digging into the import/export of CSV format using the following guideline:
https://www.grapecity.com/spreadjs/docs/v13/online/csvimpexp.html
However, I realised that all the formulas screws up whenever the imported value is formatted using the financial style (e.g. negative numbers have a rounded square wrapper → -100 == (100)).
I’m thinking that the formulas are trying to sum strings rather than numbers therefore the output become #VALUE!
