Table of Contents

Namespace DocWright.Formats.Xlsx

Classes

XlsxCell

One cell on a worksheet.

XlsxCellStyle

Everything about how one cell looks: its font, its fill, its edges, its alignment and the number format its value is displayed through.

XlsxColumn

A run of columns sharing a width.

XlsxImage

An image anchored on a worksheet.

XlsxPageSetup

The page setup a worksheet prints with.

XlsxRow

One row on a worksheet.

XlsxSheetName

The rules a worksheet name has to follow, and a normalizer for deriving one from arbitrary text.

XlsxWorkbook

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

XlsxWorksheet

One worksheet in a workbook.

XlsxWriteSettings

Options a workbook is written with.

XlsxWriter

Writes an XlsxWorkbook as a SpreadsheetML package.

Structs

XlsxBorder

One edge of a cell.

XlsxCellRange

A rectangular range of cells.

XlsxCellValue

One cell's value: the thing Excel stores, as opposed to the thing it displays.

Enums

XlsxBorderStyle

How a cell's edge is drawn.

XlsxCellValueKind

What a XlsxCellValue holds.

XlsxHorizontalAlignment

Horizontal alignment of a cell's content.

XlsxVerticalAlignment

Vertical alignment of a cell's content.