Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Header ¶ added in v0.13.0
type Header struct {
NameRow int
TypeRow int
NoteRow int
DataRow int
NameLine int
TypeLine int
NoteLine int
Sep string
Subsep string
}
func MergeHeader ¶ added in v0.13.0
func MergeHeader(sheetOpts *tableaupb.WorksheetOptions, bookOpts *tableaupb.WorkbookOptions, globalOpts *options.HeaderOption) *Header
MergeHeader 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 ¶ added in v0.13.0
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.