Click here to Skip to main content
15,900,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Can any one plese guide me , how to impliment FREE ExcelXmlWriter component of "Carlos Aguilar Mares" , to export data to excel in C# environment.
It doesn’t need excel to be installed and it can be used to generate formatted excel. Kindly please refer http://www.aneef.net/2008/07/25/create-excel-sheets-programmatically-with-c-without-installing-excel/[^ for more data.

Please guide me .Thanks
Posted

1 solution

By adding reference to proper dll file?
Find your project in Solution explorer, right click on Reference node, chose Add New Reference.
Than in New reference dialog go to Browse tab and find proper dll (I guess CarlosAg.XmlEcellWriter.dll).

You should be able to use its contents afterward.
 
Share this answer
 
v2
Comments
pjhelp 18-Apr-11 5:37am    
Thanks a lot for your quick response.
Can you please tell me how to get the DLL from that site.Because i didn't find any link to download that DLL. Can you please guide me
Thanks
Oshtri Deka 18-Apr-11 6:42am    
There's link(ExcelXmlWriter) to it.
http://www.carlosag.net/Tools/ExcelXmlWriter/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900