-
Excel::Writer::XLSX does not work with "use threads" or with Perl's fork emulation on Windows. The issue is the use of chdir in finding items to be included in the final ZIP file, and in destroying t…
-
I have some problems with async export ,
i don't want to load the page to download excell file
how can i done this ?
my exportation code that work fine when i loading the page
```$streamed…
-
Use [CoreXLSX](https://github.com/CoreOffice/CoreXLSX) to automatically generate excel files as an alternate export format.
Each piece of data should be it's own separate sheet and the default form…
-
Hi there,
I'm encountering a problem I cannot seem to be able to resolve upon trying to save a xlsx file based on the attached xlsx source
Here is the stack trace of the error
```
Fatal erro…
-
The XLSX writer (and maybe also ODS, I haven't check) is missing support for date cells.
-
First: Thank you for this tool!
Similar to #9 if you convert an excel document and a cell contains commas or the quote character. They should be escaped according to [rfc-4180](https://www.ietf.org…
-
I have followed the examples for pivot tables from the test directory and have been able to successfully generate an xlsx file with a working pivot table. However, when I attempt to move the pivot tab…
-
After introduction of php 8 and strict types and final functions I feel extremely complicated to add extra functions to any class. In version 3.7.4 it was possible without any problems, that's why I t…
-
Here is the code to reproduce the problem :
`use strict;
use warnings;
use Spreadsheet::ParseXLSX;
use Excel::Writer::XLSX;
# create XLSX file with an hyperlink :
sub create_file
{
…
chcmt updated
7 years ago
-
Automatic text wrapping due to the presence of new lines in a cell should only be applied if `shouldWrapText` has not been set on the default style. Indeed the `StyleManager` does check `!$cellStyle->…