Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2026 Changes in this version + func Open(filename string) (grate.Source, error) + func OpenBytes(data []byte) (grate.Source, error) + type CellType string + const BlankCellType + const BooleanCellType + const DateCellType + const ErrorCellType + const FormulaStringCellType + const InlineStringCellType + const NumberCellType + const SharedStringCellType + type Document struct + func (d *Document) Close() error + func (d *Document) Get(sheetName string) (grate.Collection, error) + func (d *Document) List() ([]string, error) + type Sheet struct