Documentation ¶
Index ¶
- type Record
- type Sheet
- type Workbook
- func (wb *Workbook) GetCodePage() record.CodePage
- func (wb *Workbook) GetFormatByIndex(index int) record.Format
- func (wb *Workbook) GetNumberSheets() int
- func (wb *Workbook) GetSheet(sheetID int) (sheet *Sheet, err error)
- func (wb *Workbook) GetSheets() []Sheet
- func (wb *Workbook) GetVersionBIFF() []byte
- func (wb *Workbook) GetXFbyIndex(index int) record.XF
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Workbook ¶
type Workbook struct {
// contains filtered or unexported fields
}
Workbook struct
func (*Workbook) GetCodePage ¶
GetCodePage - codepage
func (*Workbook) GetFormatByIndex ¶
GetXF - Return FORMAT record describes a number format in the workbook
func (*Workbook) GetNumberSheets ¶
GetNumberSheets - Number of sheets in the workbook
func (*Workbook) GetVersionBIFF ¶
GetVersionBIFF - version BIFF
Click to show internal directories.
Click to hide internal directories.