-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Class to read OpenDocument Tables #25427
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
479e639
Class to read OpenDocument Tables
detrout 8be4b67
Remove unneeded assignments
detrout 77d9033
Rename filepath_or_stream to filepath_or_buffer
detrout 47b2ffb
Use compat.string_types instead of str
detrout 0fa2ac9
Use pd as name as pandas
detrout e6e2365
Use single underscore for private functions
detrout 1bbf284
Return an unparsed sheet.
detrout d5c7ec0
Move ODFReader get_sheet exception testing code to its own function
detrout 691f1e9
Append _raises to end of function name that tests exceptions
detrout 93c2b66
Remove test docstrings that include no useful information
detrout 394c4bd
Indicate likely minimum version.
detrout b149d84
Convert notes about some OpenDocument tests to comments
detrout 19587b3
Add note about new OpenDocument functionality to whatsnew
detrout 60a5bc1
Sort imports correctly
detrout 1fef008
Use str instead of compat.string_types
detrout 7148995
Remove leading underscore from ODFParser
detrout 5db1a0b
Remove obsolete class (object)
detrout 83c0243
Improve docstring text
detrout 735e2b4
Merge remote-tracking branch 'upstream/master' into libreoffice-support
WillAyd 8302fd7
Added test_odf
WillAyd d0df3bd
Merge remote-tracking branch 'upstream/master' into libreoffice-support
WillAyd 47597c9
Class naming consistency
WillAyd 9e1799a
Whatsnew linting
WillAyd d5c60ab
Added optional dependency load
WillAyd 39cfecf
typo
WillAyd 8a9a66c
Updated inheritance to use excel reader interface
WillAyd fd7663f
Added ods test files
WillAyd 3bcc1b7
Updated tests
WillAyd 15e69eb
convert_float handling
WillAyd 65615cd
Merge remote-tracking branch 'upstream/master' into libreoffice-support
WillAyd 9584753
Fixed missing value handling
WillAyd 9dc34f4
Fixed error handling
WillAyd 5e32f6d
Fixed bool handling
WillAyd 6360c07
Skip missing file on master
WillAyd 4227268
datetime compat
WillAyd 80607b0
fixed row repeat
WillAyd 43f7160
multiindex handling
WillAyd 4da0445
Merge remote-tracking branch 'upstream/master' into libreoffice-support
WillAyd cbbc653
Handled horizontally merged cells
WillAyd 1227216
Converted to pytest idiom
WillAyd 696ed5d
Test idiom cleanup
WillAyd 49fff9f
Removed duplicative test files
WillAyd 7b08304
Raised NotImplemented for vertical merging
WillAyd 4d97d84
Table attribute access simplification
WillAyd 59cdf0b
Typing and func cleanups
WillAyd 98d3ca7
lint and isort
WillAyd fb48d8d
Merge remote-tracking branch 'upstream/master' into libreoffice-support
WillAyd 6576af9
typing fixup
WillAyd 4dc1b51
Skip ods files for xlrd
WillAyd 8ce45b4
Removed one-off tests
WillAyd f9f88b0
Handled defusedxml warnings
WillAyd 3e0d758
Updated assert_warnings funcs to allow DeprecationWarnings
WillAyd ff28993
Merge remote-tracking branch 'upstream/master' into libreoffice-support
WillAyd 7396ad6
Updated to config_init.py
WillAyd 5a440a4
Updated whatsnew
WillAyd 250a3d3
Updated io.rst
WillAyd d7e7d05
Merge remote-tracking branch 'upstream/master' into libreoffice-support
WillAyd 93adedb
Refactored to simplify
WillAyd 62a37e7
Removed unnecessary test
WillAyd 13fb76f
lint fixup
WillAyd fb6c5ee
mypy error
WillAyd 5c839f4
Merge remote-tracking branch 'upstream/master' into libreoffice-support
WillAyd 4026fc1
Doc updates
WillAyd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated assert_warnings funcs to allow DeprecationWarnings
- Loading branch information
commit 3e0d7582ca284acd7a9397d76242fb1944ceb10c
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.