Linked Questions
227 questions linked to/from How do I create an Excel (.XLS and .XLSX) file in C# without installing Microsoft Office?
0
votes
1
answer
56
views
system generated xls reports is bigger than modified report
when I generate a report using asp.net with c# into xls format it is initially approximately 32 MB. But when i open it using excel and save it as xls format providing different name, the size is ...
0
votes
0
answers
25
views
Make sure Excel application is quit regardless of what happens [duplicate]
I have a c# application that creates a simple excel file. This work fine. I however want to make sure the excel application that is created is closed no matter what happens so I don't get lots of ...