Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
i need to generate excel report on the fly for windows application
i mean i need to generate excel report
& i care about performance & Speed(Very Important)
i don't want to save those files to hard disk
Posted
Comments
Sergey Alexandrovich Kryukov 24-Mar-15 1:04am    
What have you tried so far?
—SA
md_refay 24-Mar-15 1:14am    
i try to create rdlc file & export to excel or pdf from code behined then open it using System.Diagnostics.Process.Start
but it take to long time
Sergey Alexandrovich Kryukov 24-Mar-15 1:18am    
It could be slow, depending on how you do it... Please see Solution 1.
—SA

1 solution

This CodeProject article can help you: Creating basic Excel workbook with Open XML[^].

Open XML SDK is beneficial in a number of aspects, performance is one of them.
See also: http://en.wikipedia.org/wiki/Office_Open_XML[^].

—SA
 
Share this answer
 
v2

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