I have several hundred Excel files, where each file has some data on the first sheet. I was asked to write a console application in C #, which combines all Excel files together into one document, while maintaining formatting.
A consolidated file is a separate book containing a sheet for each file combined with the document. Unfortunately, Excel files are in binary format, not XML format, so I cannot perform XSL conversion.
Is there a free library or sample code that demonstrates how to combine sheets from multiple Excel documents into one file?
Juliet
source share