Open wurli opened 3 months ago
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.
NB, this can't be done using xlsx_names() either.
xlsx_names()
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.