Documentation
¶
Index ¶
Constants ¶
View Source
const MaxRowCount = 1_048_576
MaxRowCount is the number of maximum rows.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XLSXWriter ¶
type XLSXWriter struct {
// contains filtered or unexported fields
}
func NewWriter ¶
func NewWriter(w io.Writer) *XLSXWriter
NewWriter returns a new spreadsheet.Writer.
This writer allows concurrent writes to separate sheets.
This writer collects everything in memory, so big sheets may impose problems.
func (*XLSXWriter) Close ¶
func (xlw *XLSXWriter) Close() error
func (*XLSXWriter) NewSheet ¶
func (xlw *XLSXWriter) NewSheet(name string, columns []spreadsheet.Column) (spreadsheet.Sheet, error)
Click to show internal directories.
Click to hide internal directories.