Sheetize 25.7.0
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Framework 4.0
This package targets .NET Framework 4.0. The package is compatible with this framework or higher.
dotnet add package Sheetize --version 25.7.0
NuGet\Install-Package Sheetize -Version 25.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sheetize" Version="25.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sheetize" Version="25.7.0" />
<PackageReference Include="Sheetize" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sheetize --version 25.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sheetize, 25.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Sheetize@25.7.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sheetize&version=25.7.0
#tool nuget:?package=Sheetize&version=25.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Convert, Merge, Split, Extract, and Transform spreadsheet documents via .NET!
Buy Now | Products | Docs | Reference | Releases | Forum | About
Sheetize: Affordable, Efficient, and Developer-Friendly Spreadsheet SDK Plugins! Seamlessly convert, split, merge, and manage spreadsheets directly within your .NET applications. Sheetize provides tools to optimize your workflow, saving time and reducing complexity.
Popular Features
Document Automation
Spreadsheet processing has always been a complex process, but with Sheetize SDKs, managing your spreadsheets has never been easier.
Spreadsheet to eBook Converter
- Effortlessly convert spreadsheets to eBook formats like EPUB and PDF.
- The Spreadsheet to eBook Converter for .NET transforms spreadsheet files into well-structured eBooks for digital platforms, perfect for data publications.
Spreadsheet to HTML Converter
- Convert spreadsheets to HTML quickly and easily.
- The Spreadshet to HTML Converter for .NET plugin converts spreadsheets into HTML, making it easy to publish your data online with the original formatting.
Spreadsheet to Image Converter
- Extract high-quality images from spreadsheets.
- The Spreadsheet to Image Converter for .NET plugin enables effortless conversion of spreadsheet content into various image formats, ideal for applications requiring image-based assets.
Spreadsheet Merger
- Seamlessly merge multiple spreadsheet files.
- The Spreadsheet Merger for .NET plugin allows you to merge multiple spreadsheet files into one for easy data management. Merge Excel or OpenOffice spreadsheets in one file.
Spreadsheet Splitter
- Split large spreadsheets into smaller parts.
- The Spreadsheet Splitter for .NET plugin lets you divide large spreadsheets into smaller files for better handling and processing.
And more
- It has more to be discovered and coming soon.
Examples
Convert Spreadsheet files
var loadOptions = new LoadOptions
{
InputFile = "validInput.xlsx"
};
var saveOptions = new SpreadsheetSaveOptions
{
OutputFile = "output.xlsb"
};
SpreadsheetConverter.Process(loadOptions, saveOptions);
Merge Spreadsheet files
var loadOptions = new LoadOptions();
var saveOptions = new SpreadsheetSaveOptions
{
OutputFile = "MergeXlsx.xlsx"
};
SpreadsheetMerger.Process(loadOptions, saveOptions, new string[]
{
"template1.xlsx",
"template2.xlsx",
});
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- No dependencies.
-
net8.0
- System.Diagnostics.Debug (>= 4.3.0)
- System.Diagnostics.Process (>= 4.3.0)
- System.Drawing.Common (>= 6.0.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.Numerics (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.1)
- System.Security.Cryptography.Encoding (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
25.7.0 | 89 | 7/18/2025 |