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.
1 parent c2a00c5 commit 5765770Copy full SHA for 5765770
src/PhpSpreadsheet/Calculation/TextData/Thai.php
@@ -94,6 +94,8 @@ private static function convertLarge(string $digits): string
94
...str_split(substr($digits, $length), 6),
95
];
96
97
+ $chunks = array_filter($chunks, fn (string $chunk): bool => $chunk !== '');
98
+
99
return implode(
100
self::THAI_UNITS[6],
101
array_map(self::convertBlock(...), $chunks)
0 commit comments