Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Header ¶
type Header struct {
NameRow int
TypeRow int
NoteRow int
DataRow int
NameLine int
TypeLine int
NoteLine int
Sep string
Subsep string
AdjacentKey bool
}
Header represents the table sheet header options. It merges sheet-level, book-level, and global-level header options into the final header options.
func NewHeader ¶
func NewHeader(sheetOpts *tableaupb.WorksheetOptions, bookOpts *tableaupb.WorkbookOptions, globalOpts *options.HeaderOption) *Header
NewHeader creates a new header, which merges sheet-level, book-level, and global-level header options into the final header options.
type Options ¶
Options follow the design of Functional Options(https://github.com/tmrts/go-patterns/blob/master/idiom/functional-options.md)
func ParseOptions ¶
func (*Options) GetVTypeCell ¶
func (*Options) IsUnionMode ¶
IsUnionMode returns true if it belongs to following modes:
- MODE_UNION_TYPE
- MODE_UNION_TYPE_MULTI
Click to show internal directories.
Click to hide internal directories.