You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a suggested code or documentation change, improvement to the code, or feature request
I often am given MS Office files that have missing extensions or incorrect ones (e.g. a novice user tried to 'convert' them to csv by renaming them). Not only are these zip files, they can have the same file signature as LibreOffice files and who knows what else.
This is a function that scans for files that are specific to MS Office and LibreOffice/OpenOffice.
As with #236, my question is: would this function be useful to contribute to rio, for example to augment the current extension-only dispatch of readxl and readODS methods.
The text was updated successfully, but these errors were encountered:
bokov
changed the title
Even lazier idea for a MS Office and LibreOffice sniffing file.
Even lazier idea for a MS Office and LibreOffice sniffing function.
Oct 4, 2019
Note: as written it cannot distinguish between .xlsx vs .docx vs .pptx nor between the various LibreOffice equivalents, though it can tell them from each other. This should be okay though because rio only supports the spreadsheet file types from those respective office suites, right?
Please specify whether your issue is about:
I often am given MS Office files that have missing extensions or incorrect ones (e.g. a novice user tried to 'convert' them to csv by renaming them). Not only are these zip files, they can have the same file signature as LibreOffice files and who knows what else.
This is a function that scans for files that are specific to MS Office and LibreOffice/OpenOffice.
As with #236, my question is: would this function be useful to contribute to rio, for example to augment the current extension-only dispatch of
readxl
andreadODS
methods.Put your code here:
The text was updated successfully, but these errors were encountered: