-
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…
-
Hi,
I think documentation isn't synced with source code.
There isn't XLSX Writer
```
var Writer = {
CSV : CSVWriter,
TSV : TSVWriter
};
```
However, documentation says:
```
v…
-
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/PhpSpre…
-
Hello,
I am experiencing an issue with PhpSpreadsheet when saving an Excel file. The problem is that some rows in the saved file are hidden, even though they are not supposed to be.
```
- [V] a…
-
Another one to track work I am doing downstream.
Still working on the XLSX parser and writer.
-
I don't know if its intentional, but https://github.com/openspout/openspout/releases/tag/v4.28.0 removed public setCreator method from the XLSX Writer as part of https://github.com/openspout/openspout…
-
Hi I am using PHP version 7.4.27 and i have tried to-get it working phpspreadsheet to
phpoffice/phpspreadsheet": "^1.22",
When i use the your settings version 7.0 and 1.5 with this command
`com…
-
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…
-
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…
-
你好,这边尝试添加批注,大概1万条数,每行2个批注是正常的。但是写5万就报错了,报错是:
java.nio.charset.MalformedInputException: Input length = 1
请问是什么原因呢