Skip to content

Commit 8da69e5

Browse files
authored
Merge pull request #4620 from SpikedCola/Fix-Newline-Corruption
Fix "Excel2007 found unreadable content" when saving a file that contains a newline
2 parents b79b77c + b9a9312 commit 8da69e5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/PhpSpreadsheet/Shared/StringHelper.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ class StringHelper
1919
"\x06",
2020
"\x07",
2121
"\x08",
22-
"\x09",
23-
"\x0a",
2422
"\x0b",
2523
"\x0c",
26-
"\x0d",
2724
"\x0e",
2825
"\x0f",
2926
"\x10",
@@ -53,11 +50,8 @@ class StringHelper
5350
'_x0006_',
5451
'_x0007_',
5552
'_x0008_',
56-
'_x0009_',
57-
'_x000A_',
5853
'_x000B_',
5954
'_x000C_',
60-
'_x000D_',
6155
'_x000E_',
6256
'_x000F_',
6357
'_x0010_',

0 commit comments

Comments
 (0)