Skip to content
Novus Examples
xlsx

What is a .xlsx file?

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

XLSX is the default Microsoft Excel format, an Office Open XML spreadsheet stored as a ZIP archive containing worksheet XML, shared strings, styles, and formulas. It supports multiple sheets, cell formatting, charts, and calculated values. It is the standard for editable tabular workbooks.

How to use a .xlsx file

Use an example XLSX to test spreadsheet parsing, formula and multi-sheet handling, shared-string extraction, and pipelines that read or generate Excel workbooks.

Convert a .xlsx file to another format

← All file formats