EPPlus 4.0.3

A library to manage Excel spreadsheets, using OOXML.

Showing the top 20 packages that depend on EPPlus.

Packages Downloads
BootstrapBlazor
Bootstrap UI components for Blazor and Razor Components
4
BootstrapBlazor.TableExport
Bootstrap UI components for Blazor and Razor Components
4
BootstrapBlazor.TableExport
Bootstrap UI components for Blazor and Razor Components
3
EPPlus.Core.Extensions
An extensions library for both EPPlus and EPPlus.Core packages to generate and manipulate Excel files easily.
3
BootstrapBlazor
Bootstrap UI components for Blazor and Razor Components
2
Magicodes.IE.Excel
导入导出通用库。 官方网址:http://xin-lai.com 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 小店地址:https://shop113059108.taobao.com/
2
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032
2
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.04.16** - **【Nuget】版本更新到2.2.0-beta9** - **【Excel模板导出】修复只存在一列时的导出 [#73](https://github.com/dotnetcore/Magicodes.IE/issues/73)** - **【Excel导入】支持返回表头和索引 [#76](https://github.com/dotnetcore/Magicodes.IE/issues/76)** - **【Excel导入导入】[#63](https://github.com/dotnetcore/Magicodes.IE/issues/63)** - 支持使用System.ComponentModel.DataAnnotations命名空间下的部分特性来控制导入导出,比如 - DisplayAttribute - DisplayFormatAttribute - DescriptionAttribute - 封装简单的易于使用的单一特性,例如 - IEIgnoreAttribute(可作用于属性、枚举成员,可影响导入和导出) **2020.04.02** 2.2.0-beta8 【Excel模板导出】支持图片 [#61](https://github.com/dotnetcore/Magicodes.IE/issues/61) 2.2.0-beta7 【Excel模板导出】修复渲染问题 [#51](https://github.com/dotnetcore/Magicodes.IE/issues/51)
2
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 2.2.0-beta8 【Excel模板导出】支持图片 [#61](https://github.com/dotnetcore/Magicodes.IE/issues/61) 2.2.0-beta7 【Excel模板导出】修复渲染问题 [#51](https://github.com/dotnetcore/Magicodes.IE/issues/51)
2
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **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}} **2020.06.17** - ** 【Nuget】版本更新到2.2.7** - ** 【HTML导出】添加对NETCore2.2模板引擎的支持 **2020.06.16** - ** 【Nuget】版本更新到2.2.6** - ** 【HTML导出】添加对NETCore2.2模板引擎的支持
2
BootstrapBlazor.TableExport
Bootstrap UI components extensions of export
2

EPPlus 4.0.3 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 multi threading New Cell store * Less memory consumtion * 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 :) Perfomance *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 bugfixes... Beta 2 Changes * Fixed bug when using RepeatColumns & RepeatRows at the same time. * VBA project will be left untouched if its not accessed. * Fixed problem with strings on save. * Added locks to the cellstore for access by mulitple 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 Candidare 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 cauesed corruption of the package * Fixed a few Calculation when refering ranges (for example If) function and some * Added ChartAxis.DisplayUnit * Fixed a bug related to shared formulas * Named styles faild in some cases. * Style.Indent got an invalid value in some cases. * Fixed a problem with AutofitColumns method. * Performance fix. * An 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 hanges 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 smal 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

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 1 2025/5/26
8.0.0-rc 1 2025/5/26
8.0.0-beta 1 2025/5/26
7.7.2 4 2025/5/24
7.7.1 1 2025/5/27
7.7.0 1 2025/5/26
7.6.1 1 2025/5/27
7.6.0 1 2025/5/26
7.5.3 1 2025/5/27
7.5.2 1 2025/5/26
7.5.1 1 2025/5/26
7.5.0 1 2025/5/26
7.4.2 1 2025/5/26
7.4.1 1 2025/5/26
7.4.0 1 2025/5/27
7.3.2 3 2025/5/24
7.3.1 1 2025/5/26
7.3.0 1 2025/5/26
7.2.2 1 2025/5/26
7.2.1 1 2025/5/26
7.2.0 1 2025/5/26
7.1.3 1 2025/5/26
7.1.2 1 2025/5/26
7.1.1 2 2025/5/26
7.1.0 1 2025/5/26
7.0.10 1 2025/5/28
7.0.9 3 2025/5/25
7.0.8 2 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 1 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 1 2025/5/26
6.2.18 1 2025/5/26
6.2.17 1 2025/5/26
6.2.16 1 2025/5/30
6.2.15 1 2025/5/26
6.2.14 1 2025/5/26
6.2.13 3 2025/5/24
6.2.12 1 2025/5/27
6.2.11 1 2025/5/26
6.2.10 1 2025/5/26
6.2.9 2 2025/5/27
6.2.8 1 2025/5/26
6.2.7 1 2025/5/26
6.2.6 3 2025/5/24
6.2.5 1 2025/5/27
6.2.4 1 2025/5/26
6.2.3 1 2025/5/26
6.2.2 1 2025/5/26
6.2.1 1 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 1 2025/5/26
6.0.7 1 2025/5/26
6.0.6 1 2025/5/27
6.0.5 1 2025/5/26
6.0.4 1 2025/5/26
6.0.3 1 2025/5/26
5.8.14 2 2025/5/25
5.8.13 1 2025/5/26
5.8.12 1 2025/5/26
5.8.11 1 2025/5/27
5.8.10 1 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 1 2025/5/26
5.8.1 1 2025/5/26
5.8.0 1 2025/5/26
5.7.5 2 2025/5/26
5.7.4 1 2025/5/26
5.7.3 1 2025/5/30
5.7.2 1 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 1 2025/5/26
5.6.1 1 2025/5/30
5.6.0 1 2025/5/26
5.5.5 1 2025/5/26
5.5.4 1 2025/5/26
5.5.3 1 2025/5/30
5.5.2 1 2025/5/26
5.5.1 1 2025/5/26
5.5.0 1 2025/5/26
5.4.2 2 2025/5/26
5.4.1 1 2025/5/26
5.4.0 1 2025/5/26
5.3.2 1 2025/5/30
5.3.1 1 2025/5/26
5.3.0 1 2025/5/30
5.2.1 1 2025/5/26
5.2.0 1 2025/5/26
5.1.2 1 2025/5/26
5.1.1 1 2025/5/26
5.1.0 1 2025/5/26
5.0.4 2 2025/5/26
5.0.3 1 2025/5/30
4.5.3.3 1 2025/5/26
4.5.3.2 2 2025/4/17
4.5.3.1 3 2025/5/25
4.5.3 2 2025/5/26
4.5.2.1 1 2025/5/26
4.5.2 1 2025/5/26
4.5.1 1 2025/5/26
4.1.1 1 2025/5/26
4.1.0 3 2025/5/24
4.0.5 1 2025/5/26
4.0.4 2 2025/4/27
4.0.3 2 2025/5/26
4.0.2 2 2025/5/26
4.0.1.1 1 2025/5/26