csv2xls icon indicating copy to clipboard operation
csv2xls copied to clipboard

Many CSV files to one XLS with multiple sheets

Open Zuko opened this issue 11 years ago • 3 comments

Hi, Can you add option to allow "merge" many csv files into one xls file with separate sheet for each csv file?

Zuko avatar Aug 05 '14 20:08 Zuko

Hi Zuko,

does every sheet need a custom name? What should happen if one or more files exeed the line limit (I.e. 65535)? What happens if the number of input files exeed the limit of max sheets. I dont know this limit yet, but I expect it being there. Could you please write something about this use case?

ferkulat avatar Aug 05 '14 23:08 ferkulat

Hi @ferkulat

does every sheet need a custom name? yes

What should happen if one or more files exeed the line limit (I.e. 65535)? I think it should add another sheet with eg. "*_2" name

What happens if the number of input files exeed the limit of max sheets. New file should be created with "*_2" in name?

My usage case: I want to merge ~20 csv files (reports from shops) into one xls file (every single one in separate sheet). Sheets names could represent csv file names. (Shop_1, Shop_2 ... Shop_20).

Zuko avatar Aug 06 '14 06:08 Zuko

So, can you add it or I need to find another app? ;(

Zuko avatar Aug 12 '14 17:08 Zuko