package
1.0.0
Repository: https://github.com/sliveryou/micro-pkg.git
Documentation: pkg.go.dev

# Functions

GetFilteredRows 获取 excel 表上的所有大于等于指定行长度的行数据(忽略前 skipRow 行).
GetRows 获取 excel 表上的所有行数据.
ReadRows 流式读取处理 excel 表上的行数据.
WriteRows 流式写入行数据至指定 excel 表中.

# Constants

DefaultSheet 默认表.

# Type aliases

ReadHandler 流式读取处理器.
WriteHandler 流式写入处理器.