Skip to content

feat: support lowercase cell references#70

Open
fizvlad wants to merge 2 commits intowoahdae:masterfrom
fizvlad:feat/support-lowercase-cell-references
Open

feat: support lowercase cell references#70
fizvlad wants to merge 2 commits intowoahdae:masterfrom
fizvlad:feat/support-lowercase-cell-references

Conversation

@fizvlad
Copy link
Copy Markdown

@fizvlad fizvlad commented Dec 3, 2025

We've stumbled upon some xlsx file which had all cell references in lowercase. Here is a PR which makes library case-indifferent when it comes to cell references by calling upcase during parsing:

  1. for @dimension variable
  2. for @cell_name variable
  3. for @hyperlinks_by_cell hash keys

If I understand correctly, this file we've encountered doesn't meet the ECMA-376 specification, so it's not really a library bug. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant