nacnudus/tidyxl

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

Opened this issue · 1 comments

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.

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