spreadsheet
Here are 805 public repositories matching this topic...
-
Updated
Aug 18, 2021 - Vue
-
Updated
Aug 19, 2021 - JavaScript
-
Updated
Aug 18, 2021 - PHP
描述错误
重现
- 第一步操作:本地 npm run dev,打开demo
- 第二步操作: 点开数据透视表tab页
- 第三步操作:报错
- 最后看到了什么错误:
期望的结果

I believe there is a bug here:
https://github.com/SheetJS/sheetjs/blob/333deae63fbe13d1ff2db42e599211a062001c32/bits/87_read.js#L69
If the input data was an
ArrayBufferbut opts would not have atypeset we would essentially convert theArrayBuffertoUint8Arrayand callreadSyncagain but without setting appropriateopts.type. This then leads to few lines below https://github.com/Sh