Chsword.Excel2Object 2.0.0.155

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

// Install Chsword.Excel2Object as a Cake Tool
#tool nuget:?package=Chsword.Excel2Object&version=2.0.0.155                

Convert excel and .NET object , Excel 与 .NET 对象互相转换的类库

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 net452 is compatible.  net46 was computed.  net461 was computed.  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
2.0.0.206 215 10/21/2024
2.0.0.205 194 8/5/2024
2.0.0.203 268 5/10/2024
2.0.0.200 192 4/24/2024
2.0.0.198 495 11/2/2023
2.0.0.196 250 7/31/2023
2.0.0.194 168 7/31/2023
2.0.0.193 167 7/31/2023
2.0.0.190 522 3/4/2023
2.0.0.188 298 2/20/2023
2.0.0.181 757 8/14/2022
2.0.0.178 732 3/19/2022
2.0.0.175 466 3/19/2022
2.0.0.171 974 11/4/2021
2.0.0.161 365 10/23/2021
2.0.0.159 398 10/22/2021
2.0.0.156 848 5/28/2021
2.0.0.155 401 5/24/2021
2.0.0.153 408 5/24/2021
2.0.0.143 568 10/26/2020
2.0.0.142 483 10/26/2020
2.0.0.138 781 4/15/2020
2.0.0.131 578 3/11/2020
2.0.0.130 568 3/11/2020
2.0.0.128 569 3/9/2020
2.0.0.124 599 2/5/2020
2.0.0.122 595 12/26/2019
2.0.0.113 634 12/26/2019
2.0.0.105 630 12/25/2019
2.0.0-beta 621 1/15/2019
1.0.0.100 2,962 11/9/2018
1.0.0.99 931 8/24/2018
1.0.0.98 856 8/24/2018
1.0.0.96 825 8/24/2018
1.0.0.94 873 8/24/2018
1.0.0.93 838 8/24/2018
1.0.0.92 857 8/24/2018
1.0.0.80 1,236 7/19/2017
1.0.0.43 1,401 4/13/2016
1.0.0.40 1,198 3/11/2016
1.0.0.35 1,050 3/11/2016
1.0.0.32 1,107 12/31/2015
1.0.0.20 1,097 12/30/2015
1.0.0.18 1,045 12/30/2015
1.0.0.10 1,522 8/16/2014
1.0.0.3 1,247 8/16/2014
1.0.0.1 1,139 8/16/2014
1.0.0 1,478 4/26/2014

2020-10-26
     - bugfixed
     2020-3-11
     - [x] support result type = datetime when use the formula
     - [x] support EDATE excel function
     2020-1
     - [x] support simple formula
     - [x] support standard excel model
     - [x] excel & JSON convert
     - [x] excel & Dictionary<string,object> convert