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

Strip XML namespaces in a couple of places (fix #30) #65

Closed nacnudus closed 3 years ago

nacnudus commented 3 years ago

I didn't do this everywhere before because I didn't bother to understand how parse flags could be combined to achieve this without messing up string terminations. There are probably other improvements available now.