FsSpreadsheet.Net
7.0.0-alpha.1
dotnet add package FsSpreadsheet.Net --version 7.0.0-alpha.1
NuGet\Install-Package FsSpreadsheet.Net -Version 7.0.0-alpha.1
<PackageReference Include="FsSpreadsheet.Net" Version="7.0.0-alpha.1" />
<PackageVersion Include="FsSpreadsheet.Net" Version="7.0.0-alpha.1" />
<PackageReference Include="FsSpreadsheet.Net" />
paket add FsSpreadsheet.Net --version 7.0.0-alpha.1
#r "nuget: FsSpreadsheet.Net, 7.0.0-alpha.1"
#:package FsSpreadsheet.Net@7.0.0-alpha.1
#addin nuget:?package=FsSpreadsheet.Net&version=7.0.0-alpha.1&prerelease
#tool nuget:?package=FsSpreadsheet.Net&version=7.0.0-alpha.1&prerelease
Excel IO Extensions for the FsSpreadsheet Datamodel
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- DocumentFormat.OpenXml (>= 2.16.0)
- FSharp.Core (>= 8.0.403)
- FsSpreadsheet (>= 6.0.0 && < 7.0.0)
- Thoth.Json.Newtonsoft (>= 0.3.2)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on FsSpreadsheet.Net:
Package | Downloads |
---|---|
ARCtrl
Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtime agnostic contract systems. |
|
ARCTokenization
F# library for tokenization of ARC metadata into controlled vocabulary tokens |
|
ARCtrl.NET
Library for easy handling of ARC folders and files with file access in .NET. |
|
ARCExpect
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
7.0.0-alpha.1 | 151 | 9/22/2025 |
6.3.1 | 2,479 | 11/29/2024 |
6.3.0 | 377 | 11/28/2024 |
6.3.0-alpha.4 | 103 | 9/30/2024 |
6.3.0-alpha.3 | 89 | 9/26/2024 |
6.3.0-alpha.2 | 107 | 9/25/2024 |
6.3.0-alpha.1 | 94 | 9/25/2024 |
6.2.0 | 1,339 | 6/28/2024 |
6.1.3 | 383 | 6/10/2024 |
6.1.2 | 1,736 | 4/9/2024 |
6.1.1 | 184 | 4/8/2024 |
6.1.0 | 238 | 3/19/2024 |
6.0.1 | 175 | 3/7/2024 |
6.0.0 | 166 | 3/7/2024 |
Additions:
added python testfile edited with pandas
renamed test file
Updated excel testfile to default values
include Pandas testfile in standard IO tests
override address equality #29
update thoth.json dependencies
add FsSpreadsheet.Interactive README
Add usage image to FsSpreadsheet.Interactive README
cells are initialized at index 1 by default #39
add some table row access functions and add tests #45
writing to xlsx files fails now if table object does not contain any body row
Enhance README with contribution guidelines and formatting
Deletions:
remove unnecessary warnings
remove all alternative constructors and overloads and make types use AttachMembers attribute
remove InsertValueAt overload in worksheet.fs
Bugfixes:
fix pandas output string cells not being parseable in dotnet
update excel js dependency to fix reading ClosedXML
fix dotnet parser failing reading headerless tables #44