powered by
Converts xls(x) to csv using VB script. Not that important now that we have the readxl package.
xlsx2csv(xlsx, csv, path, ...)
the (character) name of the xlsx (or xls) file to convert. if xlsx has a full path, it will override the path parameter.
the (character) name of the csv file to convert to (default will be the name of the xlsx file)
the path for the files (default is the working directory).
ignored.
if (FALSE) { xlsx2csv("c:/some_file.xlsx") }
Run the code above in your browser using DataLab