Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CellCoordAsString ¶
func ColumnNumberAsLetters ¶
Types ¶
type Cell ¶
type Cell struct {
// contains filtered or unexported fields
}
func (*Cell) SetPicture ¶
func (c *Cell) SetPicture(p *PictureInfo)
type DirStorage ¶
type DirStorage struct {
Dir string
}
func NewDirStorage ¶
func NewDirStorage(dir string) *DirStorage
type PictureInfo ¶
type Row ¶
type Sheet ¶
type Sheet struct { Name string Rows []*Row Columns map[int]*Column // 1-based // contains filtered or unexported fields }
func (*Sheet) SetColumnWidth ¶ added in v0.1.1
type Workbook ¶
func NewWorkbook ¶
func NewWorkbook() *Workbook
type Writer ¶
type Writer struct { GlobalRels map[string]RelInfo // maps id to absolute path WorkbookRels map[string]RelInfo // maps id to absolute paths DefaultContentTypes map[string]string // maps path extension to content-type PartContentTypes map[string]string // maps path partname to content-type RichDataRels map[string]RelInfo // contains filtered or unexported fields }
func (*Writer) SharedString ¶
type ZipStorage ¶
type ZipStorage struct {
// contains filtered or unexported fields
}
func NewZipStorage ¶
func NewZipStorage(out io.Writer) *ZipStorage
func (*ZipStorage) Close ¶
func (zs *ZipStorage) Close()
Click to show internal directories.
Click to hide internal directories.