This Twitter conversation reminded me of past pain I've had importing from Excel with unknown encoding. Maybe we could offer a little function that just exposes encoding info, even if someone goes on to import with a more conventional package. Reinforces the idea that one productive role for rexcel is for Excel diagnostics and troubleshooting xlsx import.
I note that when I migrated Gapminder data extraction from gdata to readxl, I was able to drop the explicit encoding specification. So some packages, presumably readxl among them, do figure this out for themselves, quietly.
This Twitter conversation reminded me of past pain I've had importing from Excel with unknown encoding. Maybe we could offer a little function that just exposes encoding info, even if someone goes on to import with a more conventional package. Reinforces the idea that one productive role for
rexcelis for Excel diagnostics and troubleshooting xlsx import.I note that when I migrated Gapminder data extraction from
gdatatoreadxl, I was able to drop the explicit encoding specification. So some packages, presumablyreadxlamong them, do figure this out for themselves, quietly.