package
2.1.0
Repository: https://github.com/unidoc/unioffice.git
Documentation: pkg.go.dev

# Functions

ColumnToIndex maps a column to a zero based index (e.g.
IndexToColumn maps a column number to a column name (e.g.
ParseCellReference parses a cell reference of the form 'A10' and splits it into column/row segments.
ParseColumnRangeReference splits a range reference of the form "A:B" into its components.
ParseColumnReference parses a column reference of the form 'Sheet1!A' and splits it into sheet name and column segments.
ParseRangeReference splits a range reference of the form "A1:B5" into its components.

# Structs

CellReference is a parsed reference to a cell.
ColumnReference is a parsed reference to a column.