Documentation ¶
Index ¶
- type Cell
- type Col
- type MemDoc
- func (d *MemDoc) GetCell(sheetIdx, rowIdx, colIdx uint32) string
- func (d *MemDoc) GetCollCount(sheetIdx uint32) uint32
- func (d *MemDoc) GetRowCount(sheetIdx uint32) uint32
- func (d *MemDoc) GetSheetCount() uint32
- func (d *MemDoc) GetSheetName(idx uint32) string
- func (d *MemDoc) SetCell(sheetIdx, rowIdx, colIdx uint32, content string)
- func (d *MemDoc) SetSheet(sheetIdx uint32, name string)
- func (d *MemDoc) ToXlsx() ([]byte, error)
- type MemSheet
- type Row
- type XlsDoc
- func (d *XlsDoc) CollCount(sheetIdx, rowIdx int) int
- func (d *XlsDoc) GetCell(sheetIdx, rowIdx, colIdx int) (string, bool)
- func (d *XlsDoc) RowCount(sheetIdx int) int
- func (d *XlsDoc) SheetCount() int
- func (d *XlsDoc) SheetName(idx int) string
- func (d *XlsDoc) Sheets(idx int) *XlsSheet
- func (d *XlsDoc) ToMemDoc(useFirstCollCount bool) *MemDoc
- type XlsSheet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemDoc ¶
func NewEmptyMemDoc ¶
func NewEmptyMemDoc() *MemDoc
func (*MemDoc) GetCollCount ¶
func (*MemDoc) GetRowCount ¶
func (*MemDoc) GetSheetCount ¶
func (*MemDoc) GetSheetName ¶
type XlsDoc ¶
type XlsDoc struct {
// contains filtered or unexported fields
}
func (*XlsDoc) SheetCount ¶
Click to show internal directories.
Click to hide internal directories.