import multiple CSV files into one Excel file

S

Slick user

I have roughly around 2000 CSV files (each file is in the range of
49bytes-3MB, a total of 35MB).

I would like to import each CSV file to an individual sheet in Excel
workbook using Perl OLE.

Can I do this?

Currently, I am open up each CSV file, copy & paste to a new workbook. This
take atleast 40 minutes using Perl OLE.

I was hoping to find a better approach to reduce the time. Thanks a lot.
 
J

Joel

I have code that can be modified to do this. Do you mean to put 2000
worksheets in one workbook?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top