Documentation ¶
Index ¶
- func GetFilteredRows(r io.Reader, sheet string, rowLength, skipRow int, opt ...excelize.Options) ([][]string, error)
- func GetRows(r io.Reader, sheet string, opt ...excelize.Options) ([][]string, error)
- func ReadRows(r io.Reader, sheet string, handler ReadHandler, opt ...excelize.Options) error
- func WriteRows(r io.Reader, sheet, saveAs string, handler WriteHandler, ...) error
- type ReadHandler
- type WriteHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFilteredRows ¶
func GetFilteredRows(r io.Reader, sheet string, rowLength, skipRow int, opt ...excelize.Options) ([][]string, error)
GetFilteredRows 获取 excel 表上的所有大于等于指定行长度的行数据(忽略前 skipRow 行)
Types ¶
type ReadHandler ¶
ReadHandler 流式读取处理器
type WriteHandler ¶
WriteHandler 流式写入处理器
Click to show internal directories.
Click to hide internal directories.