FSharpSpreadsheetML 0.0.8
dotnet add package FSharpSpreadsheetML --version 0.0.8
NuGet\Install-Package FSharpSpreadsheetML -Version 0.0.8
<PackageReference Include="FSharpSpreadsheetML" Version="0.0.8" />
paket add FSharpSpreadsheetML --version 0.0.8
#r "nuget: FSharpSpreadsheetML, 0.0.8"
// Install FSharpSpreadsheetML as a Cake Addin
#addin nuget:?package=FSharpSpreadsheetML&version=0.0.8
// Install FSharpSpreadsheetML as a Cake Tool
#tool nuget:?package=FSharpSpreadsheetML&version=0.0.8
FSharp wrapper for Open XML SDK, allowing Excel File reading and manipulation
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- DocumentFormat.OpenXml (>= 2.12.3)
- FSharp.Core (>= 5.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Additions:
latest commit #a16b154
[[#d5f59be](https://github.com/CSBiology/FSharpSpreadsheetML/commit/d5f59bed51cc5f36b82e26aa37f856801ef5aec7)] Add Comment functionality, unify phrasing
[[#83351a0](https://github.com/CSBiology/FSharpSpreadsheetML/commit/83351a099ff194ceba7190855066c4044d6d3b67)] Add `getRowValues` function derivatives
[[#87463b9](https://github.com/CSBiology/FSharpSpreadsheetML/commit/87463b9f0bb5ed7e5c138e5f4cddec153e53eda7)] Add `Table.getByNameBy` function
[[#9ed4af5](https://github.com/CSBiology/FSharpSpreadsheetML/commit/9ed4af50f4716340abafbf7a471afb396b287bd3)] Add `setSheetData` function
Bugfixes:
[[#36ba61d](https://github.com/CSBiology/FSharpSpreadsheetML/commit/36ba61d7214b72e21b77754c6fc3f334ea5c74cc)] Fix #13
[[#871b1d2](https://github.com/CSBiology/FSharpSpreadsheetML/commit/871b1d2380331cd843c089a6073a9604cef759e9)] Fix `addSheetData` bug
[[#79ad25f](https://github.com/CSBiology/FSharpSpreadsheetML/commit/79ad25fd0637d613358bbe11fafe5ee1ea6ff7be)] Fix typos, unify wording
[[#b932c88](https://github.com/CSBiology/FSharpSpreadsheetML/commit/b932c8828e67cbac99d32f2d84205a75a5eb5aa4)] Add `replaceSheetData` function, fix typos, unify wording/phrasing
[[#a16b154](https://github.com/CSBiology/FSharpSpreadsheetML/commit/a16b1547d0f2ec8bfaaf9eafab3ec4010673d1f0)] fix Row.setValue function fixes #15