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.
These instuctions can be used to acquire and implement the library.
To use this library either clone a copy of the repository or check out the NuGet package
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
- Vincent Tan
- NF Software Inc.
This project is licensed under the MIT License - see the LICENSE file for details
Thank you to:
- Freepik for the project icon