-
```
I tried importing the Excel file attached with the following code:
reader.onload = function(e){
var csv = e.target.result;
var csvArr = $.csv.toArrays(csv);
}
resulting in 'Error: CSVDataErr…
-
```
I tried importing the Excel file attached with the following code:
reader.onload = function(e){
var csv = e.target.result;
var csvArr = $.csv.toArrays(csv);
}
resulting in 'Error: CSVDataErr…
-
Recently I downloaded a generated Excel file (xlsx) from the internet, and saved it to my pc. To edit this file in Excel, I first have to click on 'Protected view - Enable editing' to edit the documen…
-
When I'm trying to pass excel file's url into ExcelRenderer I'm getting the follow error: `Unhandled Rejection (TypeError): Failed to execute 'readAsBinaryString' on 'FileReader': parameter 1 is not o…
-
**Priority**: Low
**Impact:** Datasets will again be accessible via Dryad search allowing option to post a note re: reason for removal of data (re-identification concerns).
1) Possible to reinst…
-
This is:
```
- [x] a bug report
- [ ] a feature request
- [x] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSp…
-
I write and maintain 4 libraries for writing Xlsx files in 4 different programming languages with more or less the same APIs:
* [Excel::Writer::XLSX][1] in Perl,
* [XlsxWriter][2] in Python,
* [L…
-
### Excel Type
- [ x] XLSX
- [ ] XLSM
- [ ] CSV
- [ ] OTHER
### Upload Excel File
Please attach your issue file by dragging or droppng, selecting or pasting them.
### MiniExcel Versio…
-
-
```
I tried importing the Excel file attached with the following code:
reader.onload = function(e){
var csv = e.target.result;
var csvArr = $.csv.toArrays(csv);
}
resulting in 'Error: CSVDataErr…