nacnudus / tidyxl

Read untidy Excel files in R https://nacnudus.github.io/tidyxl/
https://nacnudus.github.io/tidyxl/
Other
248 stars 21 forks source link

Request: include information about the table/column which a cell falls in #96

Open wurli opened 3 months ago

wurli commented 3 months ago

For example, consider a sheet like this:

Screenshot 2024-07-17 at 12 42 25

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].

Thank you! I've been getting a lot of mileage from this package recently, so thanks for the great work maintaining it.

wurli commented 3 months ago

NB, this can't be done using xlsx_names() either.