SpreadsheetLight.Cross.Platform
3.5.8
dotnet add package SpreadsheetLight.Cross.Platform --version 3.5.8
NuGet\Install-Package SpreadsheetLight.Cross.Platform -Version 3.5.8
<PackageReference Include="SpreadsheetLight.Cross.Platform" Version="3.5.8" />
paket add SpreadsheetLight.Cross.Platform --version 3.5.8
#r "nuget: SpreadsheetLight.Cross.Platform, 3.5.8"
// Install SpreadsheetLight.Cross.Platform as a Cake Addin #addin nuget:?package=SpreadsheetLight.Cross.Platform&version=3.5.8 // Install SpreadsheetLight.Cross.Platform as a Cake Tool #tool nuget:?package=SpreadsheetLight.Cross.Platform&version=3.5.8
SpreadsheetLight Cross Platform
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.
- The Hello World
- How to save to a web stream
- How to modify an existing spreadsheet
- How to format numbers and dates
- How to set font settings
- How to copy cells
- How to merge and unmerge cells
- How to autofit row heights and column widths
- How to insert hyperlinks
- How to insert tables
- How to import data from a DataTable
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:
- Freepik for the project icon
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 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. |
-
net6.0
- DocumentFormat.OpenXml (>= 2.18.0 && < 3.0.0)
- System.Drawing.Common (>= 6.0.0 && < 9.0.0)
-
net7.0
- DocumentFormat.OpenXml (>= 2.18.0 && < 3.0.0)
- System.Drawing.Common (>= 6.0.0 && < 9.0.0)
-
net8.0
- DocumentFormat.OpenXml (>= 2.18.0 && < 3.0.0)
- System.Drawing.Common (>= 6.0.0 && < 9.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.8
Bugfix for NullReferenceException on SLDocument creation on Linux (PR #4)
3.5.7
Add DateOnly and TimeOnly support to SetCellValue and ImportDataTable
3.5.6
Fix issue causing InvalidOperationException
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/