PanoramicData.SheetMagic 3.0.114

There is a newer version of this package available.
See the version list below for details.
dotnet add package PanoramicData.SheetMagic --version 3.0.114
                    
NuGet\Install-Package PanoramicData.SheetMagic -Version 3.0.114
                    
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="PanoramicData.SheetMagic" Version="3.0.114" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PanoramicData.SheetMagic" Version="3.0.114" />
                    
Directory.Packages.props
<PackageReference Include="PanoramicData.SheetMagic" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PanoramicData.SheetMagic --version 3.0.114
                    
#r "nuget: PanoramicData.SheetMagic, 3.0.114"
                    
#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.
#:package PanoramicData.SheetMagic@3.0.114
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PanoramicData.SheetMagic&version=3.0.114
                    
Install as a Cake Addin
#tool nuget:?package=PanoramicData.SheetMagic&version=3.0.114
                    
Install as a Cake Tool

A library for easily saving/loading generic lists to/from XLSX workbooks.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PanoramicData.SheetMagic:

Package Downloads
PanoramicData.SheetMagic.Benchmarks

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.130 227 6/7/2026
3.0.129 186 5/12/2026
3.0.127 114 5/12/2026
3.0.126 122 5/12/2026
3.0.124 208 4/13/2026
3.0.122 227 4/5/2026
3.0.118 524 12/21/2025
3.0.117 232 12/21/2025
3.0.114 397 11/23/2025
3.0.109 397 10/27/2025
3.0.106 518 9/2/2025
3.0.105 658 5/21/2025
3.0.104 287 5/8/2025
3.0.101 2,849 10/16/2023
3.0.98 282 10/9/2023
3.0.96 932 7/13/2023
3.0.94 292 7/12/2023
3.0.93 294 7/12/2023
3.0.91 343 7/11/2023
3.0.85 1,180 1/26/2023
Loading failed

Enhanced logic to handle missing text cells (this can happen with empty strings, if they have no formatting, and is a normal Excel optimization) in the Excel file's XML. These cell values are now returned as empty strings for consistency.