package
Version:
v1.121.0
Opens a new window with list of versions in this module.
Published: Sep 18, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package xlsx provides the ability to extract text from Excel spreadsheets.
Cell holds the contents of a cell.
Boolean returns the value of this cell as a boolean.
Float returns the value of this cell as an float.
Integer returns the value of this cell as an integer.
Time returns the value of this cell as a time.Time.
CellType holds an enumeration of cell types.
type Ref struct {
Row int
Col int
}
Ref holds a cell reference.
ParseRef parses a string into a Ref.
Sheet holds the data contained in a single worksheet.
Load sheets from an .xlsx file.
Read sheets from an .xlsx stream.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.