ExcelExtentions.Core
1.0.0
Package Description
Install-Package ExcelExtentions.Core -Version 1.0.0
dotnet add package ExcelExtentions.Core --version 1.0.0
<PackageReference Include="ExcelExtentions.Core" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExcelExtentions.Core --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
public class ExcelHelp {
public void Get(DataTable dt, ExcelArgument arg);
public void Get(DataSet ds, ExcelArgument arg) ;
public void Get(dynamic list, ExcelArgument arg);
public void Get(List<dynamic> lists, ExcelArgument arg) ;
public void Get<T>(List<T> list, ExcelArgument arg);
public void Get<T>(List<List<T>> lists, ExcelArgument arg) ;
public void GetFromTemplate(DataTable dt, string tempPath, string outPutPath);
public void GetFromTemplate(DataSet ds, string tempPath, string outPutPath) ;
public void GetFromTemplate(dynamic list, string tempPath, string outPutPath);
public void GetFromTemplate(List<dynamic> lists, string tempPath, string outPutPath);
public void GetFromTemplate<T>(List<T> list, string tempPath, string outPutPath) ;
public void GetFromTemplate<T>(List<List<T>> lists, string tempPath, string outPutPath) ;
}
public class ExcelHelp {
public void Get(DataTable dt, ExcelArgument arg);
public void Get(DataSet ds, ExcelArgument arg) ;
public void Get(dynamic list, ExcelArgument arg);
public void Get(List<dynamic> lists, ExcelArgument arg) ;
public void Get<T>(List<T> list, ExcelArgument arg);
public void Get<T>(List<List<T>> lists, ExcelArgument arg) ;
public void GetFromTemplate(DataTable dt, string tempPath, string outPutPath);
public void GetFromTemplate(DataSet ds, string tempPath, string outPutPath) ;
public void GetFromTemplate(dynamic list, string tempPath, string outPutPath);
public void GetFromTemplate(List<dynamic> lists, string tempPath, string outPutPath);
public void GetFromTemplate<T>(List<T> list, string tempPath, string outPutPath) ;
public void GetFromTemplate<T>(List<List<T>> lists, string tempPath, string outPutPath) ;
}
Dependencies
-
.NETCoreApp 2.0
- EPPlus.Core (>= 1.5.4)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ExcelExtentions.Core:
Package | Downloads |
---|---|
DCDP.Util
Package Description
|
|
Basil.Util
Package Description
|
|
Jon.Util
Package Description
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 1,199 | 2/28/2018 |