Create New File excel in c#

Hi,
I would want to learn to make some customs and this is my beginning with a simple activity.
I created a custom activity but don’t work,
my problem is, how can i Create Excel Files in C# and save the file ?
i’m going crazy …
I would want to learn to make some customs and this is my beginning with a simple activity.

Thank you very much,
regards

I attached what i 'm do.

new 5.zip (654 Bytes)

Hi @Viorica_Marga,
You can use a library called ExcelLibrary. It’s a free, open source library posted on Google Code:

ExcelLibrary:(Google Code Archive - Long-term storage for Google Code Project Hosting.)

Please follow the below code snippets for creating excel file
ExcelLibrary.DataSetHelper.CreateWorkbook(“MyExcelFile.xls”, dataset);

Hope this helps!!!

Thanks
naveen

1 Like

Thanks :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.