GrapeCity.DioDocs.Excel.ja 2.1.4

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

// Install GrapeCity.DioDocs.Excel.ja as a Cake Tool
#tool nuget:?package=GrapeCity.DioDocs.Excel.ja&version=2.1.4

DioDocs for Excel に関する情報については、以下のリンク先をご参照ください。

製品情報 製品ヘルプ ライセンス手続き

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 GrapeCity.DioDocs.Excel.ja:

Package Downloads
DioDocs.FastReportBuilder

The fastest report builder library based on DioDocs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.3 422 3/5/2024
6.2.2 2,514 9/26/2023
6.1.1 2,567 6/21/2023
6.0.2 2,413 2/7/2023
5.2.1 62,642 9/27/2022
5.1.3 2,466 6/26/2022
5.1.1 1,932 5/24/2022
5.0.4 2,307 3/15/2022
5.0.2 1,820 2/8/2022
4.2.5 10,694 11/19/2021
4.2.1 2,656 9/28/2021
4.1.2 15,389 6/22/2021
4.1.1 1,910 5/25/2021
4.0.3.1 11,713 2/19/2021
4.0.3 1,417 2/15/2021
3.2.2 52,630 9/15/2020
3.1.2 35,901 5/19/2020
3.0.1 4,724 12/17/2019
2.2.4 2,774 9/2/2019
2.2.1 1,966 6/25/2019
2.1.4 1,813 4/23/2019
2.1.0 1,823 2/26/2019
1.5.0.8 2,104 1/7/2019
1.5.0.6 1,659 12/6/2018
1.5.0.5 1,812 10/29/2018
1.5.0.4 1,780 10/15/2018

# 2.1.0(DioDocs for Excel v2J)からの変更点:

## v2J SP1 の新機能
- 和暦書式において、新元号をサポートしました。例えば、以下のコードを実行すると、コンソールには"令和01年05月01日"と出力されます。
   var workbook = new GrapeCity.Documents.Excel.Workbook();
   workbook.ActiveSheet.Range["A1"].Value = new DateTime(2019, 5, 1);
   workbook.ActiveSheet.Range["A1"].NumberFormat = "gggee年MM月dd日";
   Console.WriteLine(workbook.ActiveSheet.Range["A1"].Text);
- 単一のワークシートを PDF にエクスポートする際のパフォーマンスが大幅に向上しました。
- json にテーブルスタイルと複数の名前付きスタイルが含まれている場合の FromJson メソッドの動作が改善されました。
- MS Excel の設定と同様に、GcExcel にてスプレッドシートを PDF にエクスポートするときにズーム率の最小値を 10% に設定するようになりました。
- 折り返されたテキストを PDF へエクスポートした際の効果を改善しました。

## 不具合の修正
- IWorkSheet の UsedRange.Value プロパティを参照したとき、ネストされた SUBTOTAL 関数の値が正しく取得できない(文書番号:83876)
- シートに画像を追加した際、元の画像サイズが保持されない (文書番号:83769)
- 既存のxlsxを読み込み、特定のシート以外をすべて削除してから保存すると、Excelで開いた際にエラーが発生する(文書番号:83698)