-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xlsx defect #140
Comments
may be extra spaces or linebreaks saving in the file |
see the current code where there error? |
I got an equal error. the XML of some elements in the $this->template are broken when unpacking. |
i had the same problem on a proxmox vm with ubuntu 22.04 and php 8.1.2 |
Something is wrong so that my excel 365 needs to repair the xlsx I created out of the array
var_export($ergArray,true)
"array (
0 =>
array (
0 => 'Sortieren',
1 => 'Startnummer',
2 => 'Wettbewerb',
3 => 'Nachname',
4 => 'Vorname',
5 => 'Titel',
6 => 'Jahrgang',
7 => 'Geschlecht',
8 => 'Verein',
),
1 =>
array (
0 => '',
1 => '',
2 => '2',
3 => 'Braune',
4 => 'Beate',
5 => '',
6 => 1924,
7 => 'w',
8 => 'HSG Uni – Triathlon / Laufgruppe',
),
2 =>
array (
0 => 1,
1 => 'P1',
2 => '2',
3 => 'An',
4 => 'ds',
5 => '',
6 => 1924,
7 => 'm',
8 => '',
),
3 =>
array (
0 => 2,
1 => 'P1',
2 => '2',
3 => 'Anders',
4 => 'Christian',
5 => '',
6 => 2018,
7 => 'w',
8 => '',
),
)"
Shuchkin\SimpleXLSXGen::fromArray($ergArray)->downloadAs('failure.xlsx');
Excel shows that
The text was updated successfully, but these errors were encountered: