Hi,
Everything is in the question : how to make multiple CSV from multiple Excel sheet.
For now I have a Excel Input and a CSV Output and that’s works, but put all in the same CSV.
Can I make some code like this :
http://img15.hostingpics.net/pics/935735Capture.jpg
Thanks for your help.
Everything is in the question : how to make multiple CSV from multiple Excel sheet.
For now I have a Excel Input and a CSV Output and that’s works, but put all in the same CSV.
Can I make some code like this :
Code:
Foreach (Excel.worksheet => sheet) {
Goto the code making a CSV
}
Thanks for your help.