dotnet-excel-flow
0.0.2
dotnet tool install --global dotnet-excel-flow --version 0.0.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local dotnet-excel-flow --version 0.0.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-excel-flow&version=0.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-excel-flow --version 0.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NF.Tool.ExcelFlow
Overview
Generate code(C#) & database(sqlite) from Excel.
sequenceDiagram
xlsx ->> excel-flow: dotnet excel-flow
activate excel-flow
excel-flow ->> excel-flow: T4 template
excel-flow ->> csharp.cs : codegen
excel-flow ->> excel-flow: Assembly - roslyn
excel-flow ->> sqlite.db : sqlite
deactivate excel-flow
Document
Dependencies
- xoofx/Tomlyn library for Toml format Config file.
- mono/t4 library for T4 template.
- Spectre.Console.Cli for parse args.
- SmartFormat for format string.
- sqlite-net-pcl for sqlite
- NPOI for excel
- Microsoft.CodeAnalysis.CSharp for Assembly
License
This project is licensed under the MIT License. See the LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.