SpreadsheetLight.Cross.Platform
3.5.1
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
<PackageReference Include="SpreadsheetLight.Cross.Platform" Version="3.5.1" />
paket add SpreadsheetLight.Cross.Platform --version 3.5.1
#r "nuget: SpreadsheetLight.Cross.Platform, 3.5.1"
// 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 | Versions 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. |
-
net6.0
- DocumentFormat.OpenXml (>= 2.18.0)
- System.Drawing.Common (>= 6.0.0)
NuGet packages (3)
Showing the top 3 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. |
|
EfServerTools
Ef Server Tools |
|
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.
3.5.1
Update to move to .NET 6.0 and improve cross platform compatibility
3.5.0
Original release from https://spreadsheetlight.com/