I'm writing comma delimited strings to .csv files in Excel via streamwriter. I'd like to split up the output on to multiple worksheets within the same workbook? Any thoughts?
I'm using streamwriter to write .csv files in Excel. I'd like to split up the output on to seperate worksheets within the original workbook. Any thoughts?
George ericPosted Jul 9, 2012, 11:37 PM
if you are doing this in C#/VB.NET, then please see the below:
1 a similar discussion
2, another CSV and Excel article based on 3rd tools that may help you a lot.
Best regards