Skip to content

Changed how cells in a record is selected#40

Open
chris-rp wants to merge 1 commit intoyoungcm2:mainfrom
chris-rp:fix-cell-selection
Open

Changed how cells in a record is selected#40
chris-rp wants to merge 1 commit intoyoungcm2:mainfrom
chris-rp:fix-cell-selection

Conversation

@chris-rp
Copy link

@chris-rp chris-rp commented Jan 30, 2023

I had an issue reading an excel file recently because the table I was trying to read started at column B instead of A.
This meant that while the count of columns was right, e.g. 10, the cells being selected was wrong i.e. from 1 to 10, instead of from 2 to 11.

The change below allows the table to start anywhere in the sheet.


This change is Reviewable

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