-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python Integration #86
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last comment: Maybe rename FsSpreadsheet.Exceljs and FsSpreadsheet.ExcelPy to ANY OF:
- FsSpreadsheet.Exceljs and FsSpreadsheet.Openpyxl
- FsSpreadsheet.JavaScript and FsSpreadsheet.Python
- FsSpreadsheet.Js and FsSpreadsheet.Py
- FsSpreadsheet.JS and FsSpreadsheet.PY
pyproject.toml
Outdated
name = "fsspreadsheet" | ||
version = "5.2.0" | ||
description = "Fable library for Spreadsheet creation and manipulation" | ||
authors = ["Heinrich Lukas Weil <[email protected]>"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/FsSpreadsheet.ExcelPy/Cell.fs
Outdated
|
||
fsCell.Value |> box |> Some | ||
|
||
/// <summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix xml comment
Wonderful! One last thing! Did you check if all fable projects contain the raw fsharp files when bundled? (by that i mean this
|
No description provided.