Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Excel ¶
type Excel struct {
// contains filtered or unexported fields
}
Excel excel
func (*Excel) GetRows ¶
GetRows get all rows with row and column limit. Default Row limit is 8192. when exceed will set hasMore=true. Default Column limit is 1000. when exceed will cause ErrTooManyColumn
type ReadConfig ¶
type ReadOption ¶
type ReadOption func(opt *ReadConfig)
func WithMaxColumn ¶
func WithMaxColumn(maxColumn int) ReadOption
WithMaxColumn set the max column to read when get all rows
func WithMaxRow ¶
func WithMaxRow(maxRow int) ReadOption
WithMaxRow set the max row to read when get all rows
Click to show internal directories.
Click to hide internal directories.