FsSpreadsheet.CsvIO
7.0.0-alpha.1
dotnet add package FsSpreadsheet.CsvIO --version 7.0.0-alpha.1
NuGet\Install-Package FsSpreadsheet.CsvIO -Version 7.0.0-alpha.1
<PackageReference Include="FsSpreadsheet.CsvIO" Version="7.0.0-alpha.1" />
<PackageVersion Include="FsSpreadsheet.CsvIO" Version="7.0.0-alpha.1" />
<PackageReference Include="FsSpreadsheet.CsvIO" />
paket add FsSpreadsheet.CsvIO --version 7.0.0-alpha.1
#r "nuget: FsSpreadsheet.CsvIO, 7.0.0-alpha.1"
#:package FsSpreadsheet.CsvIO@7.0.0-alpha.1
#addin nuget:?package=FsSpreadsheet.CsvIO&version=7.0.0-alpha.1&prerelease
#tool nuget:?package=FsSpreadsheet.CsvIO&version=7.0.0-alpha.1&prerelease
CSV 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
- FSharp.Core (>= 8.0.403)
- FsSpreadsheet (>= 6.0.0 && < 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated | |
---|---|---|---|
7.0.0-alpha.1 | 147 | 9/22/2025 | |
6.3.1 | 194 | 11/29/2024 | |
6.3.0 | 156 | 11/28/2024 | |
6.3.0-alpha.4 | 76 | 9/30/2024 | |
6.3.0-alpha.3 | 87 | 9/26/2024 | |
6.3.0-alpha.2 | 72 | 9/25/2024 | |
6.3.0-alpha.1 | 67 | 9/25/2024 | |
6.2.0 | 200 | 6/28/2024 | |
6.1.3 | 161 | 6/7/2024 | |
6.1.2 | 166 | 4/9/2024 | |
6.1.1 | 173 | 4/8/2024 | |
6.1.0 | 173 | 3/19/2024 | |
6.0.1 | 181 | 3/7/2024 | |
6.0.0 | 169 | 3/7/2024 | |
5.2.0 | 180 | 2/23/2024 | |
5.1.3 | 197 | 2/13/2024 | |
5.1.2 | 176 | 1/30/2024 | |
5.1.1 | 172 | 1/26/2024 | |
5.1.0 | 163 | 1/24/2024 | |
5.0.2 | 257 | 11/3/2023 | |
5.0.1 | 173 | 10/28/2023 | |
5.0.0 | 188 | 10/26/2023 | |
4.1.0 | 250 | 8/17/2023 | |
4.0.0 | 193 | 8/11/2023 | |
3.4.0 | 257 | 8/11/2023 | |
3.3.0 | 278 | 8/3/2023 | |
3.2.0 | 281 | 7/31/2023 | |
3.1.1 | 240 | 7/25/2023 | |
3.1.0 | 229 | 7/19/2023 | |
3.0.0 | 230 | 7/18/2023 | |
2.0.2 | 215 | 7/17/2023 | |
0.3.0 | 404 | 2/28/2023 | |
0.3.0-preview.4 | 192 | 2/23/2023 | |
0.2.2-preview.5 | 185 | 2/28/2023 |
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