ExportTable:将对象列表导出到 Excel (xlsx)、HTML 表格或 CSV

时间:2021-06-27 00:29:26
【文件属性】:
文件名称:ExportTable:将对象列表导出到 Excel (xlsx)、HTML 表格或 CSV
文件大小:4.27MB
文件格式:ZIP
更新时间:2021-06-27 00:29:26
C# 导出表 .NET 库将对象列表导出到 Excel (xlsx)、HTML 表或 CSV。 导出到 Excel customers.ToTable(showHeader: true) .AddColumn(customer => customer.Id) .AddColumn(customer => customer.FirstName) .AddColumn(customer => customer.LastName) .AddColumn(customer => customer.DateOfBirth, format: "mm/yyyy") .GenerateSpreadsheet("customers.xlsx") 导出为 HTML customers.ToTable(showHeader: true) .AddColumn(
【文件预览】:
ExportTable-master
----.gitignore(3KB)
----ExportTable()
--------Metadata.cs(4KB)
--------ExportTable.csproj(3KB)
--------Table.cs(393B)
--------packages.config(233B)
--------CsvGenerator.cs(3KB)
--------External()
--------HtmlTableGenerator.cs(3KB)
--------CsvOptions.cs(378B)
--------TableColumn.cs(2KB)
--------OpenXmlUtilities.cs(1KB)
--------Fluent.cs(6KB)
--------Properties()
--------SpreadsheetGenerator.cs(15KB)
----ExportTable.sln(1KB)
----ExportTable.Samples()
--------Program.cs(3KB)
--------packages.config(145B)
--------App.config(184B)
--------ExportTable.Samples.csproj(3KB)
--------Properties()
----packages()
--------repositories.config(190B)
--------DocumentFormat.OpenXml.2.5()
--------CodeFluentRuntimeClient.1.0.0.772()
----README.md(2KB)
----.gitattributes(483B)

网友评论