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 的 Open XML SDK 封装,允许读取和操作 Excel 文件
产品 | 版本 兼容的和额外的计算目标框架版本。 |
---|---|
.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 已计算。 net8.0 已计算。 net8.0-android 已计算。 net8.0-browser 已计算。 net8.0-ios 已计算。 net8.0-maccatalyst 已计算。 net8.0-macos 已计算。 net8.0-tvos 已计算。 net8.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 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 包
此包不被任何 NuGet 包使用。
GitHub 仓库
此包不被任何流行的 GitHub 仓库使用。
新增
最新提交 #a16b154
[[#d5f59be](https://github.com/CSBiology/FSharpSpreadsheetML/commit/d5f59bed51cc5f36b82e26aa37f856801ef5aec7)] 添加注释功能,统一措辞
[[#83351a0](https://github.com/CSBiology/FSharpSpreadsheetML/commit/83351a099ff194ceba7190855066c4044d6d3b67)] 添加 `getRowValues` 函数变体
[[#87463b9](https://github.com/CSBiology/FSharpSpreadsheetML/commit/87463b9f0bb5ed7e5c138e5f4cddec153e53eda7)] 添加 `Table.getByNameBy` 函数
[[#9ed4af5](https://github.com/CSBiology/FSharpSpreadsheetML/commit/9ed4af50f4716340abafbf7a471afb396b287bd3)] 添加 `setSheetData` 函数
错误修正
[[#36ba61d](https://github.com/CSBiology/FSharpSpreadsheetML/commit/36ba61d7214b72e21b77754c6fc3f334ea5c74cc)] 修正 #13
[[#871b1d2](https://github.com/CSBiology/FSharpSpreadsheetML/commit/871b1d2380331cd843c089a6073a9604cef759e9)] 修正 `addSheetData` 错误
[[#79ad25f](https://github.com/CSBiology/FSharpSpreadsheetML/commit/79ad25fd0637d613358bbe11fafe5ee1ea6ff7be)] 修正拼写错误,统一措辞
[[#b932c88](https://github.com/CSBiology/FSharpSpreadsheetML/commit/b932c8828e67cbac99d32f2d84205a75a5eb5aa4)] 添加 `replaceSheetData` 函数,修正拼写错误,统一措辞/表述
[[#a16b154](https://github.com/CSBiology/FSharpSpreadsheetML/commit/a16b1547d0f2ec8bfaaf9eafab3ec4010673d1f0)] 修正 Row.setValue 函数修正 #15