I'm writing a C# program that outputs thousands of lines into an excel spreadsheet using the Excel 12.0 Object Library. I noticed that it was generally pretty slow, so I timed it with the Stopwatch class and found out each write to a cell was taking around 4 million ticks.
- Is this speed normal?
- Is there a faster alternative?
Edit: 4 not 100 million