Excel
An Excel spreadsheet contains a list of tables (sheets). Excel spreadsheets can be stored in a a couple of related file formats.
- Office Open XML as the primary format from Excel 2007.
- Excel Binary File Format (.XLS) as the primary format before 2007.
| Loader | Characteristic |
|---|---|
| File Extensions | '.xls', '.xlsb', '.xlsm', '.xlsx' |
| MIME Types | 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/vnd.ms-excel' |
| File Format | Excel |
Excel file format support is currently in beta status. Known limitations include:
- Only the first table (sheet) in an Excel file is loaded.
Updated almost 2 years ago
