webapicontrib - EPPlus 4.0.4

A library to manage Excel spreadsheets, using OOXML.

PM> Install-Package EPPlus -Version 4.0.4 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json

Copy to clipboard

> nuget.exe install EPPlus -Version 4.0.4 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json

Copy to clipboard

> dotnet add package EPPlus --version 4.0.4 --source https://www.myget.org/F/webapicontrib/api/v3/index.json

Copy to clipboard
<PackageReference Include="EPPlus" Version="4.0.4" />
Copy to clipboard
source https://www.myget.org/F/webapicontrib/api/v3/index.json

nuget EPPlus  ~> 4.0.4
Copy to clipboard

> choco install EPPlus --version 4.0.4 --source https://www.myget.org/F/webapicontrib/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "webapicontrib" -SourceLocation "https://www.myget.org/F/webapicontrib/api/v2"
Install-Module -Name "EPPlus" -RequiredVersion "4.0.4" -Repository "webapicontrib" 
Copy to clipboard

EPPlus 4.0.4

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

4.0.4 Fixes

  • .NETFramework 2.0: 2.0.0.0

Owners

Chris Missal

Authors

Jan Källman

Project URL

http://epplus.codeplex.com/

License

LGPL-2.1

Tags

Excel OOXML

Info

111 total downloads
39 downloads for version 4.0.4
Download (604.41 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
4.0.4 604.41 KB Wed, 28 Oct 2015 04:53:10 GMT 39
3.1.3.3 299.46 KB Wed, 28 Oct 2015 04:02:11 GMT 72