FG
💻 Software

How to batch convert .csv to .xls/xlsx

Fresh5 days ago
Mar 15, 202690996 views
Confidence Score0%
0%

Problem

I am looking for a way to quickly convert a directory of .csv files into the .xls or .xlsx format (would be nice if I could do either/or). Is there an easy way to do this or do I need to install a third party program?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to batch convert .csv to .xls/xlsx

Low Risk

Assuming you like and have Python (for some reason), you could use this script I whipped up: Ran in the directory with all the CSV files, it will convert them all and slap a ".xls" onto the end. For Excel 2007+ (xlsx files) supporting up to about 1 …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment