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页
- 第三步操作:报错
- 最后看到了什么错误:
期望的结果
![image](https://user-imag
-
Updated
Aug 13, 2021 - JavaScript
Hello! Thanks for your time. I wanted to report a potential bug in the get_values
function. When you have a spreadsheet that has say 6 columns with headers, where data should be and you make a query for a particular row, there is a certain scenario where empty data fields are not returned. This can be confusing for downstream users of the gspread API who want to say, convert the row into a dicti
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 18, 2021 - Python
-
Updated
Jul 14, 2021 - PHP
-
Updated
Aug 29, 2020 - C#
-
Updated
Apr 6, 2021 - HTML
-
Updated
Jul 30, 2021 - Go
-
Updated
Aug 1, 2021 - C
-
Updated
Aug 12, 2021 - Python
-
Updated
Aug 10, 2021 - Shell
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Aug 19, 2021 - HTML
-
Updated
Oct 15, 2019 - JavaScript
-
Updated
Aug 5, 2021 - Python
-
Updated
Oct 2, 2020
-
Updated
May 27, 2021 - Ruby
-
Updated
Jul 26, 2021
-
Updated
Jan 27, 2021 - Python
-
Updated
May 21, 2021 - Ruby
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 16, 2021 - C++
-
Updated
Jul 30, 2021 - TypeScript
Improve this page
Add a description, image, and links to the spreadsheet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spreadsheet topic, visit your repo's landing page and select "manage topics."
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
ArrayBuffer
but opts would not have atype
set we would essentially convert theArrayBuffer
toUint8Array
and callreadSync
again but without setting appropriateopts.type
. This then leads to few lines below https://github.com/Sh