Supported file formats for reading
masterPhpSpreadsheet supports reading a variety of spreadsheet and text-based file formats. Note that feature support varies depending on the reader used. Before implementing a specific format, consult the features cross reference to ensure the specific spreadsheet features you need (like formulas, styling, or charts) are supported by the reader for that format.
Supported reading formats include:
- Xls: Microsoft Excel™ Binary (BIFF5 and BIFF8).
- Xml: Microsoft Excel™ 2003 SpreadsheetML (zipped XML).
- Xlsx: Microsoft Office Open XML SpreadsheetML (zipped XML, standard in Excel 2007+).
- Ods: Open Document Format (ODF/OASIS), used by OpenOffice.org and StarCalc.
- Slk: Microsoft Multiplan Symbolic Link Interchange (SYLK).
- Gnumeric: Gnumeric spreadsheet format (gzip-compressed XML).
- Csv: Comma Separated Values (plain text).
- Html: HyperText Markup Language (.html or .htm).