DS.Documents.Excel 7.1.2

dotnet add package DS.Documents.Excel --version 7.1.2
NuGet\Install-Package DS.Documents.Excel -Version 7.1.2
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.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DS.Documents.Excel --version 7.1.2
#r "nuget: DS.Documents.Excel, 7.1.2"
#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.1.2

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

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 (1)

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

Package Downloads
MESCIUS.ActiveReports.Core.DataProviders.Excel

ActiveReports Excel data provider facility

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.1.2 112 5/16/2024
7.1.1 156 4/29/2024
7.1.0 460 4/16/2024
7.0.5 205 3/21/2024
7.0.4 489 2/29/2024
7.0.3 242 2/7/2024
7.0.2 152 1/19/2024
7.0.1 2,002 1/2/2024
7.0.0 882 12/11/2023

# Changes from version 7.1.1:

## Fixed
- The formula result is incorrect using API to get the cell value.(DOCXLS-10106)
- Performance issue on calculating workbook containing dynamic array formulas.(DOCXLS-10174)
- The number format is incorrect when using Chinese version of Excel to open the Excel file exported in US culture.(DOCXLS-10234)
- Rich text is missing in the exported PDF file.(DOCXLS-10247)
- Copying the sheet takes a long time when sheet contains lots of pictures.(DOCXLS-10279)
- The print info is changed in the exported SSJSON file.(DOCXLS-10280)
- An exception is thrown on saving Excel file.(DOCXLS-10284)
- Chart data lost after copying worksheet if EnableCalculation is false.(DOCXLS-10289)
- Performance issue on exporting specific SSJSON file.(DOCXLS-10292)
- German text changes to English language when refreshing the Pivot Table.(DOCXLS-10293)
- Performance issue on loading specific SSJSON file.(DOCXLS-10312)
- Exception is thrown on applying sorting via FontColorSortField.(DOCXLS-10314)
- Exception is thrown on loading particular Excel file.(DOCXLS-10320)
- Exception is thrown on processing the template when it contains cross worksheet formula.(DOCXLS-10326)
- Exception is thrown on processing the template when it contains hidden sheets.(DOCXLS-10329)
- All rows are hidden in the exported SJS file.(DOCXLS-10335)
- The comments are lost in the exported Excel file after processing template.(DOCXLS-10336)