I have a small program in C# that takes a legacy report as a text file and writes to excel template. We also do the page break in the program. It takes a while to run. about 45 seconds for a template with 3 sheets, 2-6 pages per sheet.
But if we have more data, it will take longer.
I am looking for ideas to speed up this process. I was told to look at SpreadsheetML.
Is that the way to go or any other ideas?
But if we have more data, it will take longer.
I am looking for ideas to speed up this process. I was told to look at SpreadsheetML.
Is that the way to go or any other ideas?