helper-NPOIwrap-use-Excel-xlsx
1.0.0
See the version list below for details.
dotnet add package helper-NPOIwrap-use-Excel-xlsx --version 1.0.0
NuGet\Install-Package helper-NPOIwrap-use-Excel-xlsx -Version 1.0.0
<PackageReference Include="helper-NPOIwrap-use-Excel-xlsx" Version="1.0.0" />
paket add helper-NPOIwrap-use-Excel-xlsx --version 1.0.0
#r "nuget: helper-NPOIwrap-use-Excel-xlsx, 1.0.0"
// Install helper-NPOIwrap-use-Excel-xlsx as a Cake Addin #addin nuget:?package=helper-NPOIwrap-use-Excel-xlsx&version=1.0.0 // Install helper-NPOIwrap-use-Excel-xlsx as a Cake Tool #tool nuget:?package=helper-NPOIwrap-use-Excel-xlsx&version=1.0.0
To wrap NPOI there are just a few use cases that need to be done if you listen to NPOI's creator and your own view towards it.
There are just 3 kinds of cells used: 'string', 'numeric' and 'function' - where i don't need 'function'.
Concerning that i analysed the rows: there are special ones ( 'mixed' ) and the generell list types ( 'string', 'double' ). For both cases you can use the given classes:
→ ExcelDataRow: the mixed special version only as example. You would create your own data mixture in that way.
→ ExcelDataRowList: the list type having only one celltype in the row
Value is not in empty cells on the program side. To form new mixed rows programmaticly will lead to new mixed rows and that too has no value for me.
In the program you take an instance of the 'NPOIexcel'-class and everything is wrapped. You still need to include the NPOI-package in your program to make things work.
You should add data from the program side into the lists and then write the file.
Demoprogram for the DLL is: WPFwithNPOI
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. |
-
net8.0-windows7.0
- NPOI (>= 2.6.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on helper-NPOIwrap-use-Excel-xlsx:
Package | Downloads |
---|---|
MatrixFFN
A feed forward network ( FFN ) with sigmoid activation function allowing 'n' hidden layers. Twin to the CPU classes are the ILGPU-versions giving you full accelerator speed. |
GitHub repositories
This package is not used by any popular GitHub repositories.