Documentation
¶
Index ¶
Constants ¶
View Source
const ( InputFilenameFlag = "input" OutputFilenameFlag = "output" SheetNameFlag = "sheet-name" SheetNumberFlag = "sheet-number" SeparatorCharacterFlag = "separator" )
Variables ¶
View Source
var ( ErrEmptyInputFileName = errors.New("input filename can not be empty") ErrInvalidInputParametersSheetNameAndNumberSet = errors.New("invalid input parameters: sheet name and number set at the same time") ErrInvalidInputParametersSeparatorLength = errors.New("invalid input parameters: separator length must be one character") )
Functions ¶
func Xls2Csv ¶
func Xls2Csv() cli.ActionFunc
func Xls2CsvFlags ¶
func Xls2CsvFlagsValidation ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.