SXPackage 3.0.9.1

dotnet add package SXPackage --version 3.0.9.1
NuGet\Install-Package SXPackage -Version 3.0.9.1
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="SXPackage" Version="3.0.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SXPackage --version 3.0.9.1
#r "nuget: SXPackage, 3.0.9.1"
#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 SXPackage as a Cake Addin
#addin nuget:?package=SXPackage&version=3.0.9.1

// Install SXPackage as a Cake Tool
#tool nuget:?package=SXPackage&version=3.0.9.1

SmartXLS is a high performance .NET component which can write, read, calculate Excel compatible files without the need for Microsoft Excel on either the developer or client machines. It was entirely written in 100% managed C# code.

Features: SmartXLS for .Net provides the following features: Import data into excel Worksheet from DataTable. Export excel worksheet data to DataTable. CSV files (delimited with comma, tab, semicolon or any other separator). XLSX/XLSM reading / writing (Excel2007-Excel2016 openxml format). Encrypte/Decrypt Excel files(xls and xlsx). Template support (create new workbooks using existing workbook as a template). Multiple worksheets per file. Various cell data types (numbers, strings,dates, floating point etc.). Custom number formatting. Merged regions. Cell styles (alignment, indentation, rotation, borders, shading, protection, text wrapping and shrinking etc.). Font formatting (size, color, font type, italic and strikeout properties, different levels of boldness, underlining, subscript and superscript). formatting options(font,color,content format,pattern,border line,border color,align). Copy/Move/Delete(Cells can be copied, moved and deleted). Row height and column width. Formula support (absolute and relative references, names, 3D cell references, more than 260 supported functions). Named ranges(Names can be used where you want. Access cells through their name is easy). Supports Formula Calculations using robust Formula Calculation (Cells and whole worksheets can be calculated). Formulas with references to external workbooks are supported as well. Set Print Options(print area,print margins,print header/footer,page break etc). Rich Text: Insert rich text into cells. Conditional formatting. Comments: Insert cell comments. Charts(Supports all standard Chart Types like Column, Bar, Line, Pie, Scatter etc,Customize Charts by setting their different properties). Create Excel pivot table from scratch. Macro support: Read macros and preserve them on re-saving. Written in 100% managed code. Supporting asp. Net Medium trust level. Mono support (works on Unix/Linux/OsX machines with Mono).

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.9.1 97 4/8/2024
3.0.8.5 101 3/6/2024
3.0.8.3 98 2/5/2024
3.0.8.1 158 1/6/2024
3.0.7.9 142 12/7/2023
3.0.7.7 135 11/11/2023
3.0.7.5 150 10/8/2023
3.0.7.1 162 8/23/2023
3.0.6.7 166 7/24/2023
3.0.6 133 6/27/2023

- Add method readCSV(string fileName, System.Text.Encoding encoding).
- Fixed bugs in calculations for duration,yield etc.
- Fixed issue with shared formula in XLSX writing.
- Improved formula calculation with external workbook links.
- Added support for SingleCellTable.
- Fixed bug in importing csv file.