Closed
Description
Can you update the preg_match regexp to allow UTF8 characters for cell names? If I load excel with named cells, I am not able to read name e.g. Caché, because \p{L} does not work correctly if UTF8 is not defined at start of the preg_match in PHP.
The line 1268 should be:
preg_match('/(*UTF8)^' . Calculation::CALCULATION_REGEXP_DEFINEDNAME . '$/i', $coordinate)
Metadata
Metadata
Assignees
Labels
No labels