Skip to content
Novus Examples
xlsx5.4 KB

Multi-Sheet XLSX with Formulas

A two-sheet workbook where a Summary sheet references a Data sheet with SUM and arithmetic formulas — for testing spreadsheet parsers, formula evaluation, and converters.

Rendered preview of Multi-Sheet XLSX with Formulas

Rendered preview of the xlsx file (5.4 KB). Download above for the original.

Specifications

Sheets
2
Formulas
Summary!B1=SUM(Data!B2:B5), B2=SUM(Data!C2:C5), B3=B1-B2, B4=B3/B1

What is a .xlsx file?

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 this 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.

Generated by generation/docs_office.py. Free for any use, no attribution required — license.