DS.Documents.Excel 7.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package DS.Documents.Excel --version 7.0.5
NuGet\Install-Package DS.Documents.Excel -Version 7.0.5
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="DS.Documents.Excel" Version="7.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DS.Documents.Excel --version 7.0.5
#r "nuget: DS.Documents.Excel, 7.0.5"
#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.
// Install DS.Documents.Excel as a Cake Addin
#addin nuget:?package=DS.Documents.Excel&version=7.0.5

// Install DS.Documents.Excel as a Cake Tool
#tool nuget:?package=DS.Documents.Excel&version=7.0.5

Document Solutions for Excel, .NET Edition

Programmatically create Excel .xlsx spreadsheets with ease in your server or desktop applications. Document Solutions for Excel, .NET Edition (DsExcel, formerly GcExcel) is a cross-platform high-speed, small-footprint spreadsheet API library that requires no dependencies on Excel. With full .NET 6+ support, you can programmatically generate, load, modify, and convert spreadsheets in .NET 6+, .NET Framework, .NET Core/Standard, Mono, and Xamarin. Applications using this spreadsheet API can be deployed to cloud, Windows, Mac, or Linux. The powerful calculation engine and breadth of features means you’ll never have to compromise on design or requirements.

At A Glance:

  • Create, load, edit, and save Excel spreadsheets
  • Save to .XLSX, PDF, HTML, CSV, Images, JSON, and SpreadJS files
  • Based on the Excel Object Model with zero Excel dependencies
  • Deploy locally, inhouse or to Cloud including Azure and AWS
  • 450+ Excel Functions and custom functions supported to perform complex calculations
  • Use the Templates to create custom Excel reports

Based on the extensive Excel Object Model, the interface-based API allows you to import, calculate, query, generate, and export any spreadsheet scenario. With the VS Tools for Office-style API, you can create custom styles using the same elements as VS Tools for Office.

Using DsExcel, you can create full reports, sorted and filtered tables, sorted and filtered pivot tables, dashboard reports, add charts, slicers, sparklines, conditional formats, import and export Excel templates, convert spreadsheets to PDF and so much more.

DsExcel comes with a full-featured JavaScript Data viewer control (DsDataViewer).

If you'd like to remove the watermark and other trial limitations, please email us.sales@mescius.com to request your 30-day evaluation key.

Complete Client-Server Spreadsheet Solution

You can optionally integrate DsExcel with the SpreadJS JavaScript spreadsheet as a client side editor/viewer solution when working with Excel files for a complete client-server solution. View the complete supported features list here or download a trial from NPM or the SpreadJS page.

Resources

Other Document Solutions Product

Document Solutions JavaScript Viewer

Product 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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on DS.Documents.Excel:

Package Downloads
C1.Win.C1Document

The ComponentOne Document library for WinForms provides support for creating documents and reports.

C1.Document

The ComponentOne Document library provides support for creating documents and reports.

C1.Win.Document

The ComponentOne Document library for WinForms provides support for creating documents and reports.

C1.WPF.Grid.Excel

FlexGrid Import and Export is a library which enables importing and exporting FlexGrid's data from and to an excel file.

C1.WPF.Document

Document library that includes PDFDocumentSource for interacting with PDF documents. Read, export, print, and search PDFs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.1.3 104 6/7/2024
7.1.2 202 5/16/2024
7.1.1 260 4/29/2024
7.1.0 897 4/16/2024
7.0.5 215 3/21/2024
7.0.4 602 2/29/2024
7.0.3 247 2/7/2024
7.0.2 152 1/19/2024
7.0.1 2,354 1/2/2024
7.0.0 889 12/11/2023

# Changes from version 7.0.4:

## Fixed
- Some content in the hyperlink is escaped after loading the SJS file.(DOCXLS-9926)
- The legend of chart in the exported PDF file is incorrect.(DOCXLS-9942)
- The table range is not updated after data binding.(DOCXLS-9946)
- Exception is thrown on expoting PDF file when workbook contains specific cell button.(DOCXLS-9947)
- Exception is thrown on processing template.(DOCXLS-9949)
- Exception is thrown on loading Excel file.(DOCXLS-9951)
- Exception is thrown on exporting PDF file in France(Belgium) culture.(DOCXLS-9953)
- Exception is thrown on loading SJS file when some table formula is empty.(DOCXLS-9955)
- Performance issue on accessing or setting named style.(DOCXLS-9957)
- Performance issue on getting or setting value when workbook contains dynamic array formulas.(DOCXLS-9994)
- The KeepTogether result is in correct in the generated Excel file.(DOCXLS-9997)
- Specific svg image is lost in the exported PNG file.(DOCXLS-9999)
- Exception is thrown on processing template.(DOCXLS-10002)
- Grouped shapes are clipped off in the exported image file.(DOCXLS-10003)
- The font size of axis label in chart is incorrect in the exported image file.(DOCXLS-10004)
- Exception is thrown on loading particular SSJSON file.(DOCXLS-10010)
- Exception is thrown on loading then exporting SJS file when it contains particular tags.(DOCXLS-10013)