Read Untidy Excel Files
Test that Excel number formats are date formats
Test that Excel formulas are ranges
Determine file format
Import xlsx (Excel) cell contents into a tidy structure.
tidyxl: Import xlsx (Excel) spreadsheet data and formatting into tidy ...
Parse xlsx (Excel) formulas into tokens
Import xlsx (Excel) cell contents into a tidy structure.
Import theme color definitions from xlsx (Excel) files
Import xlsx (Excel) formatting definitions.
Import named formulas from xlsx (Excel) files
List sheets in an xlsx (Excel) file
Import data validation rules of cells in xlsx (Excel) files
Imports non-tabular from Excel files into R. Exposes cell content, position and formatting in a tidy structure for further manipulation. Tokenizes Excel formulas. Supports '.xlsx' and '.xlsm' via the embedded 'RapidXML' C++ library <https://rapidxml.sourceforge.net>. Does not support '.xlsb' or '.xls'.
Useful links