FastExcel:.Net中的快速Excel读写

时间:2024-06-17 05:26:15
【文件属性】:

文件名称:FastExcel:.Net中的快速Excel读写

文件大小:67KB

文件格式:ZIP

更新时间:2024-06-17 05:26:15

c-sharp excel C#

快速Excel 构建/发布 关于 提供读取和写入* .xlsx Excel文件的快速方法。 运行时内存占用量小 不使用Open XML SDK与数据进行交互,而是直接进行操作并编辑基础xml文件。 该项目并非要用格式化之类的功能来替代功能齐全的Excel软件包,而只是以轻量级的快速方式与Excel中的数据进行交互。 版本3 使用Visual Studio 2017进行贡献 使用 2定位构建: .Net Core 2.0 .Net Framework 4.6.1 安装 PM> Install-Package FastExcel 编写演示1 该演示使用通用对象,即您希望具有公共属性的任何对象 // Get your template and output file paths var templateFile = new FileInfo ( " C: \\ Temp \\ T


【文件预览】:
FastExcel-master
----.gitignore(3KB)
----FastExcel()
--------FastExcel.Write.cs(7KB)
--------DefinedNameLoadException.cs(452B)
--------FastExcel.Read.cs(1KB)
--------DefinedName.cs(1KB)
--------FastExcel.cs(24KB)
--------WorksheetAddSettings.cs(215B)
--------Cell.cs(7KB)
--------SharedStrings.cs(6KB)
--------CellRange.cs(3KB)
--------DefinedNamesExtensions.cs(2KB)
--------ExcelColumnAttribute.cs(395B)
--------FastExcel.csproj(1KB)
--------FastExcel.Update.cs(1KB)
--------Row.cs(4KB)
--------FastExcel.Worksheets.cs(2KB)
--------FastExcel.DefinedName.cs(5KB)
--------WorksheetProperties.cs(506B)
--------Worksheet.cs(25KB)
----FastExcel.sln(2KB)
----LICENSE(1KB)
----FastExcel.Tests()
--------FastExcel.Tests.csproj(1KB)
--------ResourcesTests()
--------FastExcelTests.cs(9KB)
----.github()
--------workflows()
----README.md(5KB)

网友评论