FsSpreadsheet.Py
7.0.0-alpha.1
dotnet add package FsSpreadsheet.Py --version 7.0.0-alpha.1
NuGet\Install-Package FsSpreadsheet.Py -Version 7.0.0-alpha.1
<PackageReference Include="FsSpreadsheet.Py" Version="7.0.0-alpha.1" />
<PackageVersion Include="FsSpreadsheet.Py" Version="7.0.0-alpha.1" />
<PackageReference Include="FsSpreadsheet.Py" />
paket add FsSpreadsheet.Py --version 7.0.0-alpha.1
#r "nuget: FsSpreadsheet.Py, 7.0.0-alpha.1"
#:package FsSpreadsheet.Py@7.0.0-alpha.1
#addin nuget:?package=FsSpreadsheet.Py&version=7.0.0-alpha.1&prerelease
#tool nuget:?package=FsSpreadsheet.Py&version=7.0.0-alpha.1&prerelease
Package Description
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
- Fable.Openpyxl (>= 0.2.0)
- FSharp.Core (>= 8.0.403)
- FsSpreadsheet (>= 7.0.0-alpha.1)
- Thoth.Json.Python (>= 0.5.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FsSpreadsheet.Py:
Package | Downloads |
---|---|
ARCtrl.Python
Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtime agnostic contract systems. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
7.0.0-alpha.1 | 109 | 9/22/2025 |
6.3.1 | 610 | 11/29/2024 |
6.3.0 | 121 | 11/28/2024 |
6.3.0-alpha.4 | 77 | 9/30/2024 |
6.3.0-alpha.3 | 101 | 9/26/2024 |
6.3.0-alpha.2 | 71 | 9/25/2024 |
6.3.0-alpha.1 | 69 | 9/25/2024 |
6.2.0 | 135 | 6/28/2024 |
6.1.3 | 128 | 6/10/2024 |
6.1.2 | 147 | 4/9/2024 |
6.1.1 | 147 | 4/8/2024 |
6.1.0 | 162 | 3/19/2024 |
6.0.1 | 139 | 3/7/2024 |
6.0.0 | 152 | 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