Click here to Skip to main content
16,019,109 members

Comments by WmCPayne (Top 4 by date)

WmCPayne 3-Jul-17 5:29am View    
Just use the code from this article, send an email with the attachment in c#.
WmCPayne 3-Jul-17 5:25am View    
You should take a look at presentation library for C#, it simplifies how you can work with slides in C# (notice the AddNew and AddClone methods).
WmCPayne 3-Jul-17 5:19am View    
Check this example of printing PDFs with C#.
WmCPayne 3-Jul-17 5:15am View    
Take a look at this article. With that approach you'll create a real Excel file, unlike that code that you're using which generates a HTML file that is just named as "File.xls".
Also here you can find another example of exporting to excel in asp.net.