Skip to content

Commit

Permalink
Updated EPPlus library to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMaz committed Jul 19, 2016
1 parent c3e94da commit 4942b35
Show file tree
Hide file tree
Showing 10 changed files with 32,979 additions and 21 deletions.
4 changes: 2 additions & 2 deletions src/Libraries/Nop.Services/Nop.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
</Reference>
<Reference Include="EPPlus, Version=4.0.5.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPPlus.4.0.5\lib\net20\EPPlus.dll</HintPath>
<Reference Include="EPPlus, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPPlus.4.1.0\lib\net40\EPPlus.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ImageResizer, Version=3.4.3.103, Culture=neutral, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/Libraries/Nop.Services/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Autofac" version="3.5.2" targetFramework="net451" />
<package id="EPPlus" version="4.0.5" targetFramework="net451" />
<package id="EPPlus" version="4.1.0" targetFramework="net451" />
<package id="ImageResizer" version="3.4.3" targetFramework="net451" />
<package id="ImageResizer.Plugins.PrettyGifs" version="3.4.3" targetFramework="net451" />
<package id="iTextSharp" version="5.5.9" targetFramework="net451" />
Expand Down
Binary file removed src/packages/EPPlus.4.0.5/EPPlus.4.0.5.nupkg
Binary file not shown.
Binary file removed src/packages/EPPlus.4.0.5/lib/net20/EPPlus.dll
Binary file not shown.
Binary file added src/packages/EPPlus.4.1.0/EPPlus.4.1.0.nupkg
Binary file not shown.

Large diffs are not rendered by default.

Binary file added src/packages/EPPlus.4.1.0/lib/net35/EPPlus.dll
Binary file not shown.
32,621 changes: 32,621 additions & 0 deletions src/packages/EPPlus.4.1.0/lib/net40/EPPlus.XML

Large diffs are not rendered by default.

Binary file added src/packages/EPPlus.4.1.0/lib/net40/EPPlus.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
EPPlus 4.0.5
EPPlus 4.1

Visit epplus.codeplex.com for the latest information

EPPlus-Create Advanced Excel spreadsheet.

New features
New features 4.0

Replaced Packaging API with DotNetZip
* This will remove any problems with Isolated Storage and enable multithreading
Expand Down Expand Up @@ -106,3 +106,17 @@ Release Candidate changes
* 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

4.1
* Added functions Rank, Rank.eq, Rank.avg and Search
* Custom function compilers can now be added via FormulaParserManager
* Applied a whole bunch of pull requests...
* Performance and memory usage tweeks
* Ability to set and retrieve 'custom' extended application propeties.
* Added style QuotePrefix
* Added support for MajorTimeUnit and MinorTimeUnit to chart axes
* Added GapWidth Property to BarChart and Gapwidth.
* Added Fill and Border properties to ChartSerie.
* Added support for MajorTimeUnit and MinorTimeUnit to chart axes
* Insert/delete row/column now shifts named ranges, comments, tables and pivottables.
* And fixed a lot of issues. See http://epplus.codeplex.com/SourceControl/list/changesets for more details

0 comments on commit 4942b35

Please sign in to comment.