Converting a csv file to a xlsx file
1 2 3 4 5 6 7 8 | csvToxlsx(
fileName_csv,
fileName_xlsx,
fontSize = 11,
fontName = "Yu Gothic",
fontColor = "#000000",
fileEncoding = fileEncoding
)
|
fileName_csv |
The name of a csv-file. |
fileName_xlsx |
The name of a Excel-file. |
fontSize |
Font-size. |
fontName |
Font-name. |
fontColor |
The color of fonts. |
fileEncoding |
File-encoding. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.