Documentation ¶
Index ¶
Constants ¶
View Source
const HeaderStyle = `` /* 321-byte string literal not displayed */
View Source
const Style = `{"alignment":{"horizontal":"center","vertical":"center"}}`
Variables ¶
View Source
var ColumnLetter = [...]string{"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "AA", "AB", "AC"}
Functions ¶
func NewXlsxFile ¶
func XlsxWriteValue ¶
func XlsxWriteValue(row *xlsx.Row, values []interface{})
Types ¶
type ColumnNumber ¶
type ColumnNumber int
const ( A ColumnNumber = iota B C D E F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC )
Click to show internal directories.
Click to hide internal directories.