EPPlus 4.0.5

A library to manage Excel spreadsheets, using OOXML.

Showing the top 20 packages that depend on EPPlus.

Packages Downloads
Magicodes.IE.Excel
导入导出通用库。 官方网址:http://xin-lai.com 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 小店地址:https://shop113059108.taobao.com/
9
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032
7
Magicodes.IE.Excel
导入导出通用库。 官方网址:http://xin-lai.com 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 小店地址:https://shop113059108.taobao.com/
6
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032
6
BootstrapBlazor.TableExport
Bootstrap UI components extensions of export
6
BootstrapBlazor.TableExport
Bootstrap UI components for Blazor and Razor Components
6
BootstrapBlazor
Bootstrap UI components for Blazor and Razor Components
5
BootstrapBlazor.TableExport
Bootstrap UI components for Blazor and Razor Components
5
Magicodes.IE.Excel
导入导出通用库。 官方网址:http://xin-lai.com 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 小店地址:https://shop113059108.taobao.com/
5
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032
5
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.07.14** - ** 【Nuget】版本更新到2.3.0-beta4** **2020.07.13** - ** 【Nuget】版本更新到2.3.0-beta3** - 【PDF导出】修复Linux下导出PDf 出错问题 #125 **2020.07.06** - ** 【Nuget】版本更新到2.3.0-beta2** - 【Excel导出】导出业务错误数据支持直接返回错误数据的文件流字节 - 【Excel导出】对追加sheet实现同一个Model可自定义传入不同sheet名称 - exporter.Append(list1,"sheet1").SeparateBySheet().Append(list2).ExportAppendData(filePath); - 【Nuget】针对于一些客户端不支持SemVer 2.0.0 进行采取兼容机制 **2020.06.22** - ** 【Nuget】版本更新到2.3.0-beta1** - ** 【Excel导出】添加对Excel模板导出函数的支持 - {{Formula::AVERAGE?params=G4:G6}}
5
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 - **【Nuget】版本更新到2.2.0-beta4** - **【Excel多Sheet导出】修复[#66](https://github.com/dotnetcore/Magicodes.IE/issues/66),并添加单元测试**
5
BootstrapBlazor
Bootstrap UI components for Blazor and Razor Components
4
BootstrapBlazor.TableExport
Bootstrap UI components for Blazor and Razor Components
4
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.08.10** - **【Nuget】版本更新到2.3.0-beta6** - 多Sheet导入保存标注错误单元测试,并没出现多数据导入效验bug #108 - Excel多Sheet 导入模板生成 #133 - 修复Excel模板图片高度问题 #131 **2020.08.04** - ** 【Nuget】版本更新到2.3.0-beta5** - 在runtimes native包问题 - 对于跨平台native中 COM Interop is not supported on this platform. #130 **2020.07.14** - ** 【Nuget】版本更新到2.3.0-beta4** **2020.07.13** - ** 【Nuget】版本更新到2.3.0-beta3** - 【PDF导出】修复Linux下导出PDf 出错问题 #125 **2020.07.06** - ** 【Nuget】版本更新到2.3.0-beta2** - 【Excel导出】导出业务错误数据支持直接返回错误数据的文件流字节 - 【Excel导出】对追加sheet实现同一个Model可自定义传入不同sheet名称 - exporter.Append(list1,"sheet1").SeparateBySheet().Append(list2).ExportAppendData(filePath); - 【Nuget】针对于一些客户端不支持SemVer 2.0.0 进行采取兼容机制
4

EPPlus 4.0.5 Visit epplus.codeplex.com for the latest information EPPlus-Create Advanced Excel spreadsheet. New features Replaced Packaging API with DotNetZip * This will remove any problems with Isolated Storage and enable multithreading New Cell store * Less memory consumption * Insert columns (not on the range level) * Faster row inserts, Formula Parser * Calculates all formulas in a workbook, a worksheet or in a specified range * 100+ functions implemented * Access via Calculate methods on Workbook, Worksheet and Range objects. * Add custom/missing Excel functions via Workbook. FormulaParserManager. * Samples added to the EPPlusSamples project. The formula parser does not support Array Formulas * Intersect operator (Space) * References to external workbooks * And probably a whole lot of other stuff as well :) Performance *Of course the performance of the formula parser is nowhere near Excels. Our focus has been functionality. Agile Encryption (Office 2012-) * Support for newer type of encryption. Minor new features * Chart worksheets * New Chart Types Bubblecharts * Radar Charts * Area Charts * And lots of bug fixes... Beta 2 Changes * Fixed bug when using RepeatColumns & RepeatRows at the same time. * VBA project will be left untouched if it’s not accessed. * Fixed problem with strings on save. * Added locks to the cell store for access by multiple threads. * Implemented Indirect function * Used DisplayNameAttribute to generate column headers from LoadFromCollection * Rewrote ExcelRangeBase.Copy function. * Added caching to Save ZipStream for Cells and shared strings to speed up the Save method. * Added Missing InsertColumn and DeleteColumn * Added pull request to support Date1904 * Added pull request ExcelWorksheet. LoadFromDataReader Release Candidate changes * Fixed some problems with Range.Copy Function * InsertColumn and Delete column didn't work in some cases * Chart.DisplayBlankAs had the wrong default type in Excel 2010+ * Datavalidation list overflow caused corruption of the package * Fixed a few Calculation when referring ranges (for example If function) * Added ChartAxis.DisplayUnit * Fixed a bug related to shared formulas * Named styles failed in some cases. * Style.Indent got an invalid value in some cases. * Fixed a problem with AutofitColumns method. * Performance fix. * A whole lot of other small fixes. 4.0.1 Fixes * VBA unreadable content * Fixed a few issues with InsertRow and DeleteRow * Fixed bug in Average and AverageA * Handling of Div/0 in functions * Fixed VBA CodeModule error when copying a worksheet. * Value decoding when reading str element for cell value. * Better exception when accessing a worksheet out of range in the Excelworksheets indexer. * Added Small and Large function to formula parser. Performance fix when encountering an unknown function. * Fixed handling strings in formulas * Calculate hangs if formula start with a parenthes. * Worksheet.Dimension returned an invalid range in some cases. * Rowheight was wrong in some cases. * ExcelSeries.Header had an incorrect validation check. 4.0.2 Fixes * Fixes a whole bunch of bugs related to the cell store (Worksheet.InsertColumn, Worksheet.InsertRow, Worksheet.DeleteColumn, Worksheet.DeleteRow, Range.Copy, Range.Clear) * Added functions Acos, Acosh, Asinh, Atanh, Atan, CountBlank, CountIfs, Mina, Offset, Median, Hyperlink, Rept * Fix for reading Excel comment content from the t-element. * Fix to make Range.LoadFromCollection work better with inheritence * And alot of other small fixes 4.0.3 Fixes * Added compilation directive for MONO (Thanks Danny) * Added functions IfError, Char, Error.Type, Degrees, Fixed, IsNonText, IfNa and SumIfs * And fixed a lot of issues. See http://epplus.codeplex.com/SourceControl/list/changesets for more details 4.0.4 Fixes * Added functions Daverage, Dvar Dvarp, DMax, DMin DSum, DGet, DCount and DCountA * Exposed the formula parser logging functionality via FormulaParserManager. * And fixed a lot of issues. See http://epplus.codeplex.com/SourceControl/list/changesets for more details 4.0.5 Fixes * Switched to Visual Studio 2015 for code and sample projects. * Added LineColor, MarkerSize, LineWidth and MarkerLineColor properties to line charts * Added LineEnd properties to shapes * Added functions Value, DateValue, TimeValue * Removed WPF depedency. * And fixed a lot of issues. See http://epplus.codeplex.com/SourceControl/list/changesets for more details

This package has no dependencies.

Version Downloads Last updated
8.0.5 5 2025/5/25
8.0.4 4 2025/5/24
8.0.3 5 2025/5/24
8.0.2 2 2025/5/26
8.0.1 3 2025/5/26
8.0.0-rc 1 2025/5/26
8.0.0-beta 1 2025/5/26
7.7.2 7 2025/5/24
7.7.1 1 2025/5/27
7.7.0 2 2025/5/26
7.6.1 1 2025/5/27
7.6.0 1 2025/5/26
7.5.3 4 2025/5/27
7.5.2 1 2025/5/26
7.5.1 1 2025/5/26
7.5.0 6 2025/5/26
7.4.2 1 2025/5/26
7.4.1 6 2025/5/26
7.4.0 5 2025/5/27
7.3.2 4 2025/5/24
7.3.1 1 2025/5/26
7.3.0 1 2025/5/26
7.2.2 5 2025/5/26
7.2.1 2 2025/5/26
7.2.0 3 2025/5/26
7.1.3 1 2025/5/26
7.1.2 5 2025/5/26
7.1.1 2 2025/5/26
7.1.0 2 2025/5/26
7.0.10 4 2025/5/28
7.0.9 5 2025/5/25
7.0.8 5 2025/5/26
7.0.7 3 2025/5/26
7.0.6 1 2025/5/26
7.0.5 1 2025/5/26
7.0.4 3 2025/5/26
7.0.3 1 2025/5/26
7.0.2 1 2025/5/26
7.0.1 1 2025/5/26
7.0.0 1 2025/5/26
6.2.19 3 2025/5/26
6.2.18 1 2025/5/26
6.2.17 5 2025/5/26
6.2.16 3 2025/5/30
6.2.15 2 2025/5/26
6.2.14 4 2025/5/26
6.2.13 7 2025/5/24
6.2.12 1 2025/5/27
6.2.11 1 2025/5/26
6.2.10 2 2025/5/26
6.2.9 4 2025/5/27
6.2.8 3 2025/5/26
6.2.7 1 2025/5/26
6.2.6 8 2025/5/24
6.2.5 1 2025/5/27
6.2.4 3 2025/5/26
6.2.3 4 2025/5/26
6.2.2 1 2025/5/26
6.2.1 3 2025/5/26
6.2.0 1 2025/5/26
6.1.3 1 2025/5/26
6.1.2 1 2025/5/26
6.1.1 4 2025/5/22
6.1.0 1 2025/5/26
6.0.8 7 2025/5/26
6.0.7 1 2025/5/26
6.0.6 2 2025/5/27
6.0.5 1 2025/5/26
6.0.4 5 2025/5/26
6.0.3 3 2025/5/26
5.8.14 7 2025/5/25
5.8.13 1 2025/5/26
5.8.12 1 2025/5/26
5.8.11 3 2025/5/27
5.8.10 2 2025/4/17
5.8.9 1 2025/4/17
5.8.8 1 2025/5/26
5.8.7 1 2025/5/26
5.8.6 3 2025/5/25
5.8.5 1 2025/5/30
5.8.4 1 2025/5/26
5.8.3 1 2025/5/26
5.8.2 2 2025/5/26
5.8.1 1 2025/5/26
5.8.0 5 2025/5/26
5.7.5 2 2025/5/26
5.7.4 1 2025/5/26
5.7.3 4 2025/5/30
5.7.2 2 2025/5/30
5.7.1 2 2025/5/26
5.7.0 1 2025/5/26
5.6.4 1 2025/5/26
5.6.3 1 2025/5/26
5.6.2 2 2025/5/26
5.6.1 2 2025/5/30
5.6.0 1 2025/5/26
5.5.5 1 2025/5/26
5.5.4 5 2025/5/26
5.5.3 8 2025/5/30
5.5.2 3 2025/5/26
5.5.1 4 2025/5/26
5.5.0 3 2025/5/26
5.4.2 2 2025/5/26
5.4.1 2 2025/5/26
5.4.0 3 2025/5/26
5.3.2 5 2025/5/30
5.3.1 1 2025/5/26
5.3.0 1 2025/5/30
5.2.1 3 2025/5/26
5.2.0 4 2025/5/26
5.1.2 1 2025/5/26
5.1.1 1 2025/5/26
5.1.0 2 2025/5/26
5.0.4 2 2025/5/26
5.0.3 1 2025/5/30
4.5.3.3 2 2025/5/26
4.5.3.2 4 2025/4/17
4.5.3.1 5 2025/5/25
4.5.3 2 2025/5/26
4.5.2.1 2 2025/5/26
4.5.2 1 2025/5/26
4.5.1 2 2025/5/26
4.1.1 1 2025/5/26
4.1.0 3 2025/5/24
4.0.5 2 2025/5/26
4.0.4 2 2025/4/27
4.0.3 4 2025/5/26
4.0.2 2 2025/5/26
4.0.1.1 1 2025/5/26