nacnudus / tidyxl

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

Include implied sheet names in xlex reference tokens #53

Open nacnudus opened 4 years ago

nacnudus commented 4 years ago

When a formula references cells on the same sheet, the sheet name is implied, so it isn't available to the lexer. It would be convenient to put the sheet names in after lexing but before returning the output.

H/T @slavakozlov