8000 Tags · chsword/Excel2Object · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: chsword/Excel2Object

Tags

2.0.0.206

Toggle 2.0.0.206's commit message
更新目标框架和依赖项,添加发布说明

更新 Chsword.Excel2Object.Tests.csproj 文件:
- 将目
8000
框架从 net7.0 更新为 net8.0。
- 更新测试相关的 NuGet 包版本:
  - Microsoft.NET.Test.Sdk 从 17.10.0 更新到 17.11.1。
  - MSTest.TestAdapter 从 3.5.0 更新到 3.6.1。
  - MSTest.TestFramework 从 3.5.0 更新到 3.6.1。

更新 Chsword.Excel2Object.csproj 文件:
- 添加对 SixLabors.ImageSharp 版本 2.1.9 的引用,并设置 PrivateAssets 为 all 和 IncludeAssets 为 runtime。

更新 README.md 文件:
- 添加 2024.10.21 的发布说明,记录 SixLabors.ImageSharp 更新到 2.1.9。

2.0.0.203

Toggle 2.0.0.203's commit message
+ readme

2.0.0.200

Toggle 2.0.0.200's commit message
The most significant changes in the code are related to the reorderin…

…g of import statements and minor formatting changes for better readability across multiple files. The versions of some packages have been updated in `Chsword.Excel2Object.Tests.csproj` and `Chsword.Excel2Object.csproj`. Minor changes have been made to the code logic in `ExcelTest.cs`, `Issue39DynamicMappingTitle.cs`, `Issue31SuperClass.cs`, and `ExcelExporter.cs`. The target frameworks in `Chsword.Excel2Object.csproj` have been updated to include `net8.0` and the warning level for `net6.0` and `net472` has been set to 0. Null checks have been added for some variables in `ExcelExporter.cs`, `ExcelImporter.cs`, `ExcelUtil.cs`, and `TypeConvert.cs`. The type of the `MappingColumnAction` property has been updated in `ExcelExporterOptions.cs`. Some mathematical operations have been updated for better readability in `ExcelColumnNameParser.cs`, `ExcelExporter.cs`, and `TypeConvert.cs`.

List of changes:

1. Reordering of import statements and minor formatting changes in multiple files for better readability.
2. Updated versions of some packages in `Chsword.Excel2Object.Tests.csproj` and `Chsword.Excel2Object.csproj`.
3. Minor changes to the code logic in `ExcelTest.cs`, `Issue39DynamicMappingTitle.cs`, `Issue31SuperClass.cs`, and `ExcelExporter.cs`.
4. Updated target frameworks in `Chsword.Excel2Object.csproj` to include `net8.0` and set warning level for `net6.0` and `net472` to 0.
5. Added null checks for some variables in `ExcelExporter.cs`, `ExcelImporter.cs`, `ExcelUtil.cs`, and `TypeConvert.cs`.
6. Updated the type of the `MappingColumnAction` property in `ExcelExporterOptions.cs`.
7. Updated some mathematical operations for better readability in `ExcelColumnNameParser.cs`, `ExcelExporter.cs`, and `TypeConvert.cs`.

2.0.0.198

Toggle 2.0.0.198's commit message
+ Column Title Mapping

2.0.0.194

Toggle 2.0.0.194's commit message
+Nullable<DateTime> format support

2.0.0.190

Toggle 2.0.0.190's commit message
feat: 🆕 update NPOI to 2.6

2.0.0.188

Toggle 2.0.0.188's commit message
Merge branch 'main' of github.com:chsword/Excel2Object

2.0.0.181

Toggle 2.0.0.181's commit message
refactor: 💡 only refactor

2.0.0.178

Toggle 2.0.0.178's commit message
feat: 🎸 支持导入时SkipLine的设置

✅ Closes: #32

2.0.0.175

Toggle 2.0.0.175's commit message
ci: 🎡 fix ci

0