csvToxlsx: Converting a csv file to a xlsx file

Description Usage Arguments

View source: R/UsagiSan.R

Description

Converting a csv file to a xlsx file

Usage

1
2
3
4
5
6
7
8
csvToxlsx(
  fileName_csv,
  fileName_xlsx,
  fontSize = 11,
  fontName = "Yu Gothic",
  fontColor = "#000000",
  fileEncoding = fileEncoding
)

Arguments

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.


usagi-san-dayo/UsagiSan documentation built on Dec. 29, 2021, 10:17 p.m.