package
module
Version:
v0.0.0-...-38b871a
Opens a new window with list of versions in this module.
Published: Nov 23, 2019
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-xlsx
Simple Excel (Office Open XML) reader
Documentation
¶
OpenAsCellSlice returns all data from specified file as cells
OpenAsStringSlice returns all data from specified file as strings
ReadFileByRow returns data from specified file by row
Cell represents table cell
ExcelTime returns cell time, if cell contains Excel date/time value
Float returns cell data as float64
Int returns cell data as integer
String returns cell data as string
Time returns cell parsed time with specified layout
Sheet represents Excel sheet
type Workbook struct {
Sheet *Sheet
}
Workbook represents Excel workbook
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.