Skip to content

Fix for lower case cell reference reading ("a1" vs "A1").#684

Merged
appel1 merged 2 commits into
ExcelDataReader:developfrom
Ctrl-Alt-Delight:develop
Aug 23, 2024
Merged

Fix for lower case cell reference reading ("a1" vs "A1").#684
appel1 merged 2 commits into
ExcelDataReader:developfrom
Ctrl-Alt-Delight:develop

Conversation

@Ctrl-Alt-Delight

Copy link
Copy Markdown
Contributor

Forces upper case on read reference value.

If the reference value is lower case ParseReference would always return false and 0 for the column.

LowerCaseReferenceExample..xlsx

@appel1

appel1 commented Aug 23, 2024

Copy link
Copy Markdown
Collaborator

Thanks!

Could you add the example as a test case?

@appel1 appel1 merged commit d9fdf88 into ExcelDataReader:develop Aug 23, 2024
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.

2 participants