We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create method get_effective_cell that takes sheet, cellx, rowx and returns the Excel cell at that location taking in to account merged cells.
get_effective_cell
sheet
cellx
rowx
cell
I will submit PR
The text was updated successfully, but these errors were encountered:
@cancan101 is this still needed?
Sorry, something went wrong.
@jreback Unclear if the functionality is needed, but if so, it will be added as a part of a larger PR to add multi index support to Excel.
ok....closing in favor of #4468 then (which I will reference)
Successfully merging a pull request may close this issue.
Create method
get_effective_cell
that takessheet
,cellx
,rowx
and returns the Excelcell
at that location taking in to account merged cells.I will submit PR
The text was updated successfully, but these errors were encountered: