Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
File provides access to the xslx data as well as the path
func (*File) GenerateCSVFromSheet ¶
GenerateCSVFromSheet outputs a delimited file based on the data at the sheet index
func (*File) GenerateCSVsFromAllSheets ¶
func (f *File) GenerateCSVsFromAllSheets(outFilepath string, csvOpts csvOptSetter, lowerCaseOutputfiles bool, sheetNamePrefix string) error
GenerateCSVsFromAllSheets iterates through all sheets and saves them as CSVs using their name
func (*File) SheetCount ¶
SheetCount provides the number of sheets found in the workbook
Click to show internal directories.
Click to hide internal directories.