Skip to content

Worksheet does not match UTF8 letters for cell names #2987

Closed
@cekaon

Description

@cekaon

preg_match('/^' . Calculation::CALCULATION_REGEXP_DEFINEDNAME . '$/i', $coordinate)

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions