SpreadsheetLight.Cross.Platform 3.5.5

dotnet add package SpreadsheetLight.Cross.Platform --version 3.5.5
NuGet\Install-Package SpreadsheetLight.Cross.Platform -Version 3.5.5
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.5" />
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.5
#r "nuget: SpreadsheetLight.Cross.Platform, 3.5.5"
#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.5

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

SpreadsheetLight Cross Platform

MIT NuGet

This project is a fork of the SpreadsheetLight library.

The purpose of this fork is to create a version of the library that runs on .NET 6.0+ and is also capable of running in cross-platform environments. The library uses System.Drawing.Common, which required some platform checks to ensure those code sections only run on Windows machines.

I am not intending to extend this library, however if a new version of the original library is released, I will update this library accordingly.

Getting Started

These instuctions can be used to acquire and implement the library.

Installation

To use this library either clone a copy of the repository or check out the NuGet package

Usage

Here are some examples, they are just links to the ones on the official website. There are more found on the official website, but these are a few good ones to start with.

Authors

  • Vincent Tan
  • NF Software Inc.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Thank you to:

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 is compatible.  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 is compatible.  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.5 465 3/21/2024
3.5.4 148 3/19/2024
3.5.3 1,665 2/15/2024
3.5.2 4,859 8/24/2023
3.5.1 4,703 11/2/2022

3.5.5
 Update publishing to include source link, deterministic, and compiler flags

 3.5.4
 Prevent using with DocumentFormat.OpenXml >= 3.0.0 due to breaking changes

 3.5.3
 Update to enable multi-targeting for .NET 6.0, .NET 7.0, and .NET 8.0

 3.5.2
 Add project icon, include XML documentation

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

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