Spire.XLS 7.6.54

dotnet add package Spire.XLS --version 7.6.54
NuGet\Install-Package Spire.XLS -Version 7.6.54
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Spire.XLS" Version="7.6.54" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spire.XLS --version 7.6.54
#r "nuget: Spire.XLS, 7.6.54"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Spire.XLS as a Cake Addin
#addin nuget:?package=Spire.XLS&version=7.6.54

// Install Spire.XLS as a Cake Tool
#tool nuget:?package=Spire.XLS&version=7.6.54

Spire.XLS for .NET is a professional .NET Excel component to enables developers to generate, write, edit and save Excel files with C# and Visual Basic in .NET 2.0, .NET 3.5, .NET 4.0, .NET 4.0 ClientProfile, and .NET 4.5
Spire.XLS for .NET also enables developers to convert Excel to other popular formats, such as PDF, XML, HTML, CSV, Image format etc. And, it supports developers to export data from database to Excel or import data from Excel to datatable.
With Spire.XLS for .NET, developers can create any types of ASP.NET web responses and WinForms applications to operate Excel files.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.6.54 254 4/20/2015
7.6.43 294 3/20/2015
7.6.33 669 2/11/2015
7.6.21 17,863 12/15/2014
7.6.1 517 10/11/2014
7.5.19 165 9/26/2014
7.5.17 135 9/18/2014
7.5.16 119 9/11/2014
7.5.12 177 8/26/2014
7.5.7 205 8/15/2014
7.5.5 177 7/22/2014
7.5.3 157 7/9/2014
7.5.0 115 6/25/2014
7.4.16 94 6/19/2014
7.4.13 97 6/10/2014
7.4.9 82 5/30/2014
7.4.0 116 4/28/2014
7.3.12 91 4/18/2014
7.3.2 582 3/13/2014
7.0.0 173 3/2/2013

Spire.XLS 7.6.54
Add the following new property to optimize the time consumption when load Excel document.
Fix the issue where the Excel document couldn't be saved when set Pivot Field FormatType as PercentageOfParent.
Fix the issue where the CalculateAllValue method didn't work.
Fix the issue that caused some excel documents failed to load.
Fix the issue where AutoFitColumn method caused the value of some columns displayed incorrectly.
Fix the issue where the ExportDataTable method failed to work.
Fix the issue that caused incorrect result when convert XLS to PDF.
Fix the issue where the color of cell has conditional formatting was converted incorrectly when convert XLS to PDF.

Spire.XLS 7.6.43
Add new method as below to save sheet to EMF image.
Add new property of pivot table that enables setting the classic layout for pivot table.
Fixes an issue where the series' colors of chart lost when converted .xls to .xlsx.
Fixes an issue where an exception threw that startIndex cannot be larger than the length of string when save .xlsx to .xls.
Fixes an issue where the output image is incorrect when used the book.Worksheets[string sheetName].SaveToImage(int firstRow, int firstColumn, int lastRow, int lastColumn) method to save sheet to image.
Fixes an issue where the data format wasn't correct when converted .xlsx to pdf in invariant Culture.
Fixes an issue where the date format wasn't correct when converted .xlsx to pdf in invariant Culture.
Fixes an issue where an exception threw that Specified argument was out of the range of valid values while loading .xlsx document.
Fixes an issue where the color of cell displayed incorrect when set several cells' color at one time.



Spire.XLS 7.6.33
Add new feature to only encrypt with password.
Add new feature to set the offset of image when the fill way of chart is picture fill.
Fix the issue that "Zip exception" when loading the CSV file using LoadFromStream method.
Fix the issue that the feature to lock/unlock cell doesn't work.
Fix the issue that the content of chart is incorrect when .xls to .xlsx conversion.
Fix the issue that all datalable fonts will change when setting individual datalable's font.
Fix the issue that the format of the cell will change when merging multiple files.


Spire.XLS 7.6.21
Add new feature to set the shapeFillType as No Fill.
Add new feature to hide chart title.
Spire.XLS 7.6.1
Fix the issue that row height turned smaller when converting .xlsx to pdf.
Fix the error "Invalid PrintOrderType string val" caused when converting xlsx to pdf.
Fix the issue that borders were added when converting .xlsx to pdf.
Fix the issue that page size was changed when converting .xlsx to pdf.
Fix the error "Object reference not set to an instance of an object." caused when converting .xlsx to pdf.
Fix the error "Unknown version" caused when setting excel version to Version2013.
Fix the issue that it was very slow on merging cells, when setting Row.Style.WrapText = true.

Spire.XLS 7.5.19
Convert .xls to .xlsm and keep macros starts to support.
Fix the issue that Excel 2013 does not recognize the file when saving as stream with Excel2013 format and giving the file .xlsx extension.
Fix the error"Value was either too large or too small for UIni16" when loading an .xlsx file.
Fix the error"An XML error has occurred" when loading an .xlsx file.

Spire.XLS 7.5.17
Fix the issue that the location of image was changed when converting excel to Html.
Fix the error "Value cannot be null" when saving excel to html stream.
Fix the issue that the size of image was changed when adding image into .xls.
Fix the color didn't work when setting Color.FromArgb(69, 107, 61) for textbox.

Spire.XLS 7.5.16
Converting Excel to XPS starts to support by Spire.XLS.
Fix the issue that borders of merged cells were missing when converting excel to pdf.
Fix the issue that file was protected when converting .xls to .xlsx.

Spire.XLS 7.5.12
Fix the error "Invalid Data Source" when converting Excel to PDF.
Fix the issue that the format of a cell cannot be assigned to other cells.

Spire.XLS 7.5.7
Add new feature to embed image into HTML when converting Excel to HTML by setting HTMLOptions.Default.ImageEmbedded = true;
Add new feature to set size of plotArea and legend of chart.
Fix the issue that the printout came out somewhat blurry when printing excel file.
Fix the error "NullReferenceException" when loading excel file.
Fix the issue that the position of image was incorrect when converting Excel to HTML.
Fix the issue that got rows count of sheet was incorrect using int count=sheet.Rows.Length;


Spire.XLS 7.5.5

New features:
Add new feature to read value in cell of pivot table.
Add new feature to fold and unfold the fields of pivot table.
Add new feature to insert few blank rows as a header rows in the sheet in which pivot table is created.

Bug solutions:

Fix the issue that the shape is lost when loading and saving .xlsx file.
Fix the error "Specified argument was out of the range of valid values" occurred when converting excel to pdf.
Fix the error "Arithmetic operation resulted in an overflow." occurred when saving .xls file.
Fix the issue that it took a long time to calculation all value of excel file.
Fix the error "unknown formula IFERROR" occurred when getting the value of ACCRINT formula using FormulaStringValue method.

Spire.XLS 7.5.3
Add a new feature to auto fit all columns of pivot table.
Add a new feature to set "Enable show details", "Refresh data when opening the file" for data of Pivot table.
Add a new feature to print Excel file.
Fix the issue that all icons of conditional formatting were lost when opening and saving .xlsx file.
Fix the issue that auto fit function didn't work in converting Excel to PDF.

Spire.XLS 7.5
Fix the error "Arithmetic operation resulted in an overflow" occurred when copying data from a sheet to another sheet of the same workbook.