Documentation
¶
Index ¶
Constants ¶
View Source
const ( UTF8 = "utf-8" Big5 = "big5" )
CsvEncoding Options
Variables ¶
This section is empty.
Functions ¶
func AppendCsvToExcel ¶
func AppendCsvToExcel(csvFiles []string, sheetNames []string, existingFile string, csvEncoding ...string)
Append CSV files to an existing Excel file, supporting custom sheet names. If the sheet name is not specified, the file name of the CSV file will be used. If the sheet is exists, it will be overwritten.
func CsvToExcel ¶
Convert multiple CSV files to an Excel file, supporting custom sheet names. If the sheet name is not specified, the file name of the CSV file will be used.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.