How to merge several Excel files into one file with one worksheet in C# using Syncfusion.XlsIO
I loop source files, open the file and the only worksheet, get the source range as worksheet use range, setup subsequent destination range, and add it to destination workbook and save it.
how to merge several excel files into one file with one worksheetc# using Syncfusion.XlsIO
I loop source files
open file and the only worksheet
get the source range as worksheet use range
setup subsequent destination range
and add it to destination qorkbook and save it