-
你好,这边尝试添加批注,大概1万条数,每行2个批注是正常的。但是写5万就报错了,报错是:
java.nio.charset.MalformedInputException: Input length = 1
请问是什么原因呢
-
This is a bug report for perl from "Carlos Guevara" ,
generated with the help of perlbug 1.42 running under perl 5.35.10.
-----------------------------------------------------------------
[Plea…
-
If use example from main page get error:
```
TypeError: SimpleExcel.Writer.XLSX is not a constructor
```
unreg updated
5 years ago
-
This is:
```
- [X] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSp…
-
## 🐛 Bug Report
When using Streaming xlsx writer, when any cell in the worksheet has a hyperlink in conjunction with any cell in the worksheet having a data validation makes the final excel file un…
-
This is:
```
- [ x] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpS…
-
Hello,
I have this issues where i get this error "Unable to access External Workbook".
I'm trying to convert an xlsx file into a pdf or html but on writer save i get this error.
I tryed in two …
-
Can you help me please?
make[1]: Entering directory '/home/asalgado/projects/testUnam/app/node_modules/xlsx-writer/node_modules/zipper/build'
CXX(target) Release/obj.target/zipper/src/_zipper.o
In …
-
### Description
I've seen [another issue](https://github.com/hey-api/openapi-ts/issues/796) recently with a similar subject but the context is different so we'll see.
I want to download an excel…
-
In my case, I need to write data into multi sheet and rename each sheet name.
But XLSX writer auto add first sheet.
I have to write ` if ($isFirstSheet) ` code to decide I need to create new sheet o…