Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Read ¶
type Read struct { Lu Cell // 左上单元格坐标 Rd Cell // 右下单元格坐标 Sheet string // 工作表名称 // contains filtered or unexported fields }
func NewRead ¶
func NewRead(opts ...ReadOption) *Read
type ReadOption ¶
type ReadOption func(*Read)
func WithFile ¶
func WithFile(file string) ReadOption
func WithLu ¶
func WithLu(lu Cell) ReadOption
func WithRd ¶
func WithRd(rd Cell) ReadOption
func WithSheet ¶
func WithSheet(sheet string) ReadOption
Click to show internal directories.
Click to hide internal directories.