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
For example, consider a sheet like this:
If I read this file using xlsx_cells(), as far as I'm aware this wouldn't show me that C5 belongs to myTable[bar].
xlsx_cells()
C5
myTable[bar]
Thank you! I've been getting a lot of mileage from this package recently, so thanks for the great work maintaining it.
The text was updated successfully, but these errors were encountered:
NB, this can't be done using xlsx_names() either.
xlsx_names()
Sorry, something went wrong.
No branches or pull requests
For example, consider a sheet like this:
If I read this file using
xlsx_cells()
, as far as I'm aware this wouldn't show me thatC5
belongs tomyTable[bar]
.Thank you! I've been getting a lot of mileage from this package recently, so thanks for the great work maintaining it.
The text was updated successfully, but these errors were encountered: