Aspose.Cells.Merger
23.12.1
dotnet tool install --global Aspose.Cells.Merger --version 23.12.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Aspose.Cells.Merger --version 23.12.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Aspose.Cells.Merger&version=23.12.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Aspose.Cells.Merger --version 23.12.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Aspose.Cells Micro Apps
Aspose.Cells Micro Applications offer advanced spreadsheet processing capabilities for end users.
Built upon the powerful Aspose.Cells .NET API.
Aspose.Cells Merger Micro Application
This application efficiently merges electronic spreadsheets (such as Excel), CSV, TSV, plain text files, and HTML documents.
Key Features
- Supports a wide range of input and output file formats as per the Aspose.Cells supported file formats list;
- Accessible through the command line or easily integrated into your C# code via the .NET Core 3.1 compatible API.
Licensing
While the Aspose.Cells Merger application is free to use, Aspose.Cells .NET requires a license. You can reuse your existing license within the application or evaluate it using Aspose.Cells .NET in trial mode.
System Requirements
- .NET Core 3.1 installed on Windows, Linux, or MacOs;
- Aspose.Cells Merger application installed.
Installation
To install the application, run the following command:
dotnet tool install --global Aspose.Cells.Merger
Usage
Using the Command Line:
Aspose.Cells.Merger --input "input1.xlsx"+"input2.xlsx" --output "output.pdf"
Using Code Integration:
var cellsMergerOptions = new CellsMergerOptions
{
InputPaths = new[] { "input1.xlsx", "input2.xlsx" },
OutputPath = "output.pdf"
};
// Optionally set the path to your Aspose.Cells .NET license file via parameters
if (isLicensed)
{
cellsMergerOptions.LicenseFile = "Aspose.Total.Product.Family.lic";
}
var cellsMerger = new CellsMerger(cellsMergerOptions);
cellsMerger.Merge();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
23.12.1 | 352 | 12/8/2023 |