We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b79b77c + b9a9312 commit 8da69e5Copy full SHA for 8da69e5
src/PhpSpreadsheet/Shared/StringHelper.php
@@ -19,11 +19,8 @@ class StringHelper
19
"\x06",
20
"\x07",
21
"\x08",
22
- "\x09",
23
- "\x0a",
24
"\x0b",
25
"\x0c",
26
- "\x0d",
27
"\x0e",
28
"\x0f",
29
"\x10",
@@ -53,11 +50,8 @@ class StringHelper
53
50
'_x0006_',
54
51
'_x0007_',
55
52
'_x0008_',
56
- '_x0009_',
57
- '_x000A_',
58
'_x000B_',
59
'_x000C_',
60
- '_x000D_',
61
'_x000E_',
62
'_x000F_',
63
'_x0010_',
0 commit comments