Documentation ¶
Index ¶
- Variables
- type File
- func (f *File) CreateSheet(name string) *Sheet
- func (f *File) DeleteSheet(name string)
- func (f *File) GetMeta(key string) any
- func (f *File) GetSheet(name string) *Sheet
- func (f *File) Read(reader io.ReaderAt, size int64) error
- func (f *File) ReadZipFile(filename string) error
- func (f *File) SetMeta(key string, value any)
- func (f *File) Write(writer io.Writer) error
- func (f *File) WriteZipFile(filename string) error
- type Sheet
- func (s *Sheet) GetMeta(key string) any
- func (s *Sheet) LineNum() int
- func (s *Sheet) ReadCell(lineNum, colNum int) (any, error)
- func (s *Sheet) ReadLine(lineNum int) ([]any, error)
- func (s *Sheet) SetMeta(key string, value any)
- func (s *Sheet) WriteCell(value any, lineNum, colNum int) error
- func (s *Sheet) WriteLine(line []any, lineNum ...int) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
func (*File) CreateSheet ¶
func (*File) DeleteSheet ¶
func (*File) ReadZipFile ¶
func (*File) WriteZipFile ¶
Click to show internal directories.
Click to hide internal directories.