GcDocs.Excel 7.1.1

dotnet add package GcDocs.Excel --version 7.1.1
NuGet\Install-Package GcDocs.Excel -Version 7.1.1
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="GcDocs.Excel" Version="7.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GcDocs.Excel --version 7.1.1
#r "nuget: GcDocs.Excel, 7.1.1"
#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 GcDocs.Excel as a Cake Addin
#addin nuget:?package=GcDocs.Excel&version=7.1.1

// Install GcDocs.Excel as a Cake Tool
#tool nuget:?package=GcDocs.Excel&version=7.1.1

GrapeCity Documents for Excel, .NET

GrapeCity Documents for Excel, .NET (GcExcel .NET) 是一款跨平台、高性能、小巧的 Excel API 库,无需依赖 Excel。基于.NET 6 的全面支持,您可以以编程方式生成、加载、修改和转换.NET 6、.NET Framework、.NET Core/Standard、Mono 和 Xamarin 应用程序中的电子表格。使用此电子表格 API 的应用程序可以部署到云、Windows、Mac 或 Linux,并且具有强大的计算引擎和广泛的功能。

功能

  • 创建,打开,编辑和保存电子表格
  • 保存为.XLSX、PDF、HTML、CSV 和 JSON
  • 基于 Excel 对象模型,无需依赖 Excel
  • 本地部署、内部部署或云部署(包括 Azure 和 AWS)
  • 支持 450+ Excel 函数和自定义函数,用于执行复杂的计算
  • 使用模板创建自定义 Excel 报告

基于全面的 Excel 对象模型,接口化 API 可以帮助您满足导入、计算、查询、生成和导出等各种电子表格场景。

使用 GcExcel,您可以创建完整的报表,对表格或者数据透视表排序及过滤、创建仪表板报告、添加图表、切片器、迷你图、条件格式、导入和导出 Excel 模板,以及将电子表格转换为 PDF 等等。

如果您想删除试用版本中的水印,请致电 400-657-6008 或发送邮件到 info.xa@grapecity.com,咨询30天的试用key。

完整的前后端电子表格解决方案

您可以选择将 GcExcel 与 SpreadJS JavaScript 电子表格集成,将 SpreadJS 作为前端的编辑器/浏览器,以实现完整的前后端解决方案。您可以从这里了解 SpreadJS 的功能,或者通过 NPM 或者 SpreadJS 页面下载试用。

相关资源

其他 GrapeCity Document API 解决方案

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

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
7.1.1 0 4/29/2024
7.1.0 115 4/16/2024
7.0.5 104 3/21/2024
7.0.4 102 2/29/2024
7.0.3 108 2/7/2024
7.0.2 100 1/19/2024
7.0.1 341 1/2/2024
7.0.0 187 12/11/2023

# Changes from version 7.1.0:

## Fixed
- Sheet scrolling buttons are not working when hiding sheet and exporting to Excel file.(DOCXLS-8480)
- The text direction is different from Excel in the exported PDF file.(DOCXLS-10091)
- The formula result is incorrect when reading the formula cell value and saving back to Excel.(DOCXLS-10106)
- The formula result is incorrect with Japanese full-width parameters.(DOCXLS-10115)
- Exception is thrown on saving an Excel after copying range with formula.(DOCXLS-10116)
- Exception is thrown on saving Excel to PDF file with Espanol culture.(DOCXLS-10117)
- Some cell values have an additional decimal place compared to Excel in the exported PDF file.(DOCXLS-10157)
- The axis lable doesn't renders correctly in the PDF file.(DOCXLS-10165)
- Exception is thrown on opening an Excel file.(DOCXLS-10173)
- The exported Excel file size is very large and time-consuming.(DOCXLS-10182)
- Exception is thrown on saving to the Excel file.(DOCXLS-10187)
- The row count is changed in the exported SSJSON file.(DOCXLS-10211)
- Exception is thrown on loading an SJS file.(DOCXLS-10236)
- Long cell value is lost in the exported PDF file when using PrintManager.(DOCXLS-10249)