A container for a typed vector of values. Used to represent a column of data in an Excel sheet.
These should only be used when you need to work on the raw data. Otherwise, you should use a
FastExcelColumn.
Reads an excel file and returns an object allowing to access its sheets, tables, and a bit of metadata.
This is a wrapper around ExcelReader::try_from_path.