Versions in this module Expand all Collapse all v0 v0.6.1 Jan 8, 2023 v0.6.0 Feb 6, 2018 Changes in this version + func ColumnToIndex(col string) uint32 + func IndexToColumn(col uint32) string + type CellReference struct + AbsoluteColumn bool + AbsoluteRow bool + Column string + ColumnIdx uint32 + RowIdx uint32 + func ParseCellReference(s string) (CellReference, error) + func ParseRangeReference(s string) (from, to CellReference, err error) + func (c CellReference) String() string