Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have to export in PDF,EXcel,TXT,DOC Formats.

What I have tried:

i try but didnt work.
for pdf i can use itextsharp.
Posted
Updated 21-Jul-18 2:46am

1 solution

This question is impossible to answer in a Quick Answers forum. You need to use Google to do research into what libraries are available to assist in creating such files. The actual work also depends on the data that you are trying to save, which means that saving as a DOC will be quite different from saving as Excel, and that will be different from txt. You could look at the Office primary interop assemblies - Visual Studio | Microsoft Docs[^], or the The Apache OpenOffice API Project[^] etc.
 
Share this answer
 

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