-
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…
-
Another one to track work I am doing downstream.
Still working on the XLSX parser and writer.
-
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 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
4 years ago
-
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 …
-
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…
-
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…
-
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, everyone.
While working with WRITER_2007, I observed that it only supports built-in Excel tables and cannot handle custom tables.
Case: I worked with an Excel file that contained custom t…