Extracts formatting information from a spreadsheet.
Usage
get_formatting(xlfilepath, sheet = NULL)
Arguments
- sheet
A character string with the name of a sheet within a workbook,
or an integer with the position of the sheet. Defaults to the first sheet
if left unspecified.
- file
A character string specifying the path to the spreadsheet.
Value
A data frame or list with parsed formatting information.