Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsciiToUcs ¶
ascToUcs utility function to transform ASCII text to Unicode.
func Utf8toBIFF8UnicodeLong ¶
utf8toBIFF8UnicodeLong converts a UTF-8 string into BIFF8 Unicode string data (16-bit string length)
Types ¶
type PPS ¶
type PPS struct { No int Name string PpsType uint8 PrevPps uint32 NextPps uint32 DirPps uint32 Data string Size uint32 StartBlock uint32 }
pps ...
type StringCollection ¶
type StringCollection struct { StringGrid [][]string StringMap map[string]int StringList []string StringTotal int StringUnique int }
stringCollection ...
func (*StringCollection) AddRow ¶
func (sc *StringCollection) AddRow(row []string)
type Workbook ¶
type Workbook struct { WorksheetSizes []int WorksheetNames []string StringCollection *StringCollection }
Workbook ...
func (*Workbook) GetWorksheetSizesData ¶
Click to show internal directories.
Click to hide internal directories.