Skip to content
Novus Examples
xlsx7.2 KB

XLSX with Embedded Charts

A workbook with a data table plus a native bar chart and a line chart bound to the cells — for testing whether spreadsheet parsers and XLSX-to-PDF converters preserve and render embedded charts.

Rendered preview of XLSX with Embedded Charts

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

Specifications

Charts
bar + line
Series
2
Data Rows
6
Engine
openpyxl

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_advanced.py. Free for any use, no attribution required — license.