Documentation
¶
Index ¶
- func CloseAll()
- type Excel
- func (this *Excel) Close()
- func (this *Excel) Exist(name string) bool
- func (this *Excel) Get(name string) (sheet *Sheet, err error)
- func (this *Excel) GetLine(name string, line ...int) (result map[int][]string, err error)
- func (this *Excel) IsOpen() bool
- func (this *Excel) Open(name string) error
- func (this *Excel) Sheets() []string
- type Sheet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Excel ¶
type Excel struct {
// contains filtered or unexported fields
}
Excel excel資料
Click to show internal directories.
Click to hide internal directories.