Eric P Sheets
Eric P Sheets
This is related to #35959 (fix #35971). Enforce the requirement that the end parameter does not exceed the blob size. For the snack, change line 20 to ```js const to...
This issue was reported to V8 years ago https://bugs.chromium.org/p/v8/issues/detail?id=7863 but it seems like there has been no movement (and unfortunately a large number of issues are reported here).
Thanks for reporting! Excel is storing the IEEE754 value 652.68499999999995, just shy of traditionally rounding to 652.69 😞 
(was in the middle of writing a reply 😆) This breaks values which JS would naturally stringify as exponential (like 1.23456789e-7), but this is fairly easy to handle with a...
The wiki has a [sample for updating worksheet range](https://github.com/SheetJS/sheetjs/wiki/General-Utility-Functions#updating-worksheet-range) The "fix" is to change the parsers to recalculate the range, not pushing the code to end users
#1105 proposed a similar solution. There's a longer answer which will be left in the tracking issue
It's certainly "possible". Here are the roadblocks: 1) AFAICT the [zip library](https://github.com/Stuk/jszip/) does not support node streams API. That will need to be replaced. 2) The static interface will need...
@hmalphettes I used the phrase 'event-driven' but yes that will involve callback functions. We'd have to look through the test suite, but my initial concern is that certain data won't...
@antonama it's a tricky question because XLSX/XLSM/XLSB are zip files and some very large sheets can be stored in a small file (and vice versa -- a small string-heavy sheet...
@antonama can you share that file (either email me directly -- sheetjs at the google email service -- or put the file up in a public location) and describe your...