-
Notifications
You must be signed in to change notification settings - Fork 323
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
File_Format.Excel work #3425
File_Format.Excel work #3425
Conversation
981d600
to
e8f87a7
Compare
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.
Looks good, but I'd add some more documentation here and there, especially to the public parts of the API.
Some minor code style suggestions.
std-bits/table/src/main/java/org/enso/table/format/xlsx/Range.java
Outdated
Show resolved
Hide resolved
std-bits/table/src/main/java/org/enso/table/format/xlsx/Range.java
Outdated
Show resolved
Hide resolved
c884907
to
0663038
Compare
9c74155
to
9adbd33
Compare
Arguments: | ||
- file: The File object to read. | ||
- section: The part of the Excel document to read. | ||
- on_problems: Specifies the behavior when a problem occurs during the |
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.
is this ignored on purpose?
std-bits/table/src/main/java/org/enso/table/format/xlsx/Reader.java
Outdated
Show resolved
Hide resolved
std-bits/table/src/main/java/org/enso/table/format/xlsx/Reader.java
Outdated
Show resolved
Hide resolved
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.
Looks good now, but a few docs are missing and some inconsistencies that would be cool if addressed.
Sheet and Range names tests
Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org>
Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org>
Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org>
20d9638
to
a6e7f0c
Compare
Pull Request Description
Important Notes
Checklist
Please include the following checklist in your PR: