SpreadsheetLight.Cross.Platform 3.5.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package SpreadsheetLight.Cross.Platform --version 3.5.1
NuGet\Install-Package SpreadsheetLight.Cross.Platform -Version 3.5.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="SpreadsheetLight.Cross.Platform" Version="3.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SpreadsheetLight.Cross.Platform --version 3.5.1
#r "nuget: SpreadsheetLight.Cross.Platform, 3.5.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 SpreadsheetLight.Cross.Platform as a Cake Addin
#addin nuget:?package=SpreadsheetLight.Cross.Platform&version=3.5.1

// Install SpreadsheetLight.Cross.Platform as a Cake Tool
#tool nuget:?package=SpreadsheetLight.Cross.Platform&version=3.5.1

SpreadsheetLight is an open source Open XML spreadsheet .NET library written in C#, and is released under the MIT License. You can create new Open XML spreadsheets, or work with existing Open XML spreadsheets that are compatible with Microsoft Excel 2007/2010/2013 and LibreOffice Calc.

 No Office/Excel Interop needed. You do not need Microsoft Office/Excel to be installed.
 
 This is a fork of the original code designed to run on .NET 6.0+. It also includes OS platform checks so that code requiring Windows will not execute on other platforms. Some features may not work on non-Windows platforms.

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SpreadsheetLight.Cross.Platform:

Package Downloads
SharpLightReporting

SharpLightReporting is a .Net reporting system where developers design a report using excel like software and insert supported template markers for dynamic content and method calls. This dynamic content is defined in a custom backing class (ReportData class) where custom properties behave as the source for this dynamic content and custom methods could be used to change the data like NextRecord() etc. resulting in a very easy, simple and flexible reporting system.

SpreadsheetUtility

Ultra lightweight spreadsheet utility to display processed collections of data and occasionally reading it.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.5.6 233 4/23/2024
3.5.5 655 3/21/2024
3.5.4 168 3/19/2024
3.5.3 1,718 2/15/2024
3.5.2 5,180 8/24/2023
3.5.1 4,821 11/2/2022

3.5.1
 Update to move to .NET 6.0 and improve cross platform compatibility

 3.5.0
 Original release from https://spreadsheetlight.com/