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 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. |
.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.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