How to batch convert from XLSX files to CSV files without MS Excel application installed?

Hello,
I noticed that you offer a solution to convert XLSX to CSV. Here is what i am looking for and wanted to know if your product can do this via BATCH:

1. Assign a a target folder.
2. Search that target folder for all *.XLSX files.
3. Convert all *.XLSX files in that folder saving as *.XLSX.CSV
4. Delete converted *.XLSX files from that folder

Customer
--------------------------------------------

image
Thanks for your message, we suggest you may download VeryDOC DOC to Any Converter Command Line from this web page to try, you can use VeryDOC DOC to Any Converter Command Line to batch convert from XLSX to CSV files easily,

https://www.verydoc.com/doc-to-any.html
https://www.verydoc.com/doc2any_cmd.zip

After you download it, you could run following command line to convert a XLSX file to CSV file from command line,

doc2any.exe -nooffice D:\test.xlsx D:\out.csv

You could run following command line to batch convert all XLSX files to CSV files in D:\temp folder,

for %F in (D:\temp\*.xlsx) do doc2any.exe -nooffice "%F" "%~dpnF.csv"

If you wish convert all XLSX files in D:\temp and its all sub-folders, you could run following command line,

for /r D:\temp %F in (*.xlsx) do doc2any.exe -nooffice "%F" "%~dpnF.csv"

The Command Line application works great for batch conversion, you may download it from our website to try, if you encounter any problem, please feel free to let us know, we are glad to assist you asap.

btw, VeryDOC DOC to Any Converter Command Line doesn't require MS Excel application installed in your system, it's a standalone application.

VeryDOC

VN:F [1.9.20_1166]
Rating: 4.3/10 (7 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
How to batch convert from XLSX files to CSV files without MS Excel application installed?, 4.3 out of 10 based on 7 ratings

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!