The Spreadsheet Merger API enables merging multiple spreadsheet files into a single output, supporting formats such as XLSX, XLS, XLSB, CSV, ODS, and more. It provides a robust solution for combining data from various spreadsheets into a unified document within .NET applications.
Integrate the Spreadsheet Merger into your .NET project by following these steps:
Process
method to perform the mergingTo get started with the Spreadsheet Merger:
Spreadsheet Merger supports formats such as XLSX, XLS, XLSB, CSV, ODS, and more.
Yes, it can merge spreadsheets with varying formats into a single output file.
Yes, the merger preserves data, formulas, and formatting when merging spreadsheets.
Yes, you can specify particular sheets or ranges to include in the merged output.
Yes, various output settings can be customized through the SpreadsheetSaveOptions
, such as specifying the output format and handling of duplicate data.