Table of Contents

Class XlsxWorkbook

Namespace
DocWright.Formats.Xlsx
Assembly
DocWright.Formats.Xlsx.dll

A workbook: the whole of what a .xlsx file holds.

public sealed class XlsxWorkbook
Inheritance
XlsxWorkbook
Inherited Members

Remarks

The model is deliberately small. It carries what a report, a data export or a generated table needs — typed cells, number formats, fonts, fills, edges, merged ranges, column widths, row heights, outline grouping, frozen panes, an autofilter and anchored images — and nothing else. Formulas, pivot tables, charts, conditional formatting, defined names beyond print titles, data validation and VBA are all absent, and a workbook written here declares no support for them; see COMPAT.md for the list.

Constructors

XlsxWorkbook()

Creates an empty workbook.

Properties

Worksheets

Gets the worksheets, in tab order.