Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to get merged region #405

Merged
merged 11 commits into from
Mar 8, 2024
Merged

Conversation

gy0801151351
Copy link
Contributor

@gy0801151351 gy0801151351 commented Feb 10, 2024

For the Xlsx files, we have a requirement. We need to determine the region of a merged cell. And based on the row range or column range of this range, find other rows or other cells listed in this range. Therefore, we create this PR to get the region of the merged cells.

For example:
The range of the merged cells is A1 to A2, the position of cell 2 is B1, the position of cell 3 is B2, and the position of cell 3 is B3. We need to read the data from B1 and B2 according to the range of this merged cell, because B1 and B2 are within the row range of the merged cell. Similarly, if the merged cells range is from A1 to A3, we need to read the data from B1, B2, and B3.

@tafia
Copy link
Owner

tafia commented Mar 8, 2024

Thanks!

@tafia tafia merged commit 953d80e into tafia:master Mar 8, 2024
4 checks passed
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.

None yet

2 participants