Skip to content
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

[wishlist] .ods loader (LibreOffice/OpenOffice spreadsheet) #473

Closed
aborruso opened this issue Feb 21, 2020 · 7 comments
Closed

[wishlist] .ods loader (LibreOffice/OpenOffice spreadsheet) #473

aborruso opened this issue Feb 21, 2020 · 7 comments

Comments

@aborruso
Copy link
Contributor

ODS it's one of the "classic" table format.

It could be enabled using pyexcel and pyexcel-ods.

I'm not able to implement it as extension, but I'm writing here because I think it would be great to have it in vd.

Thank you

@saulpw saulpw changed the title [wishlist] enable reading of LibreOffice/OpenOffice spreadsheet [wishlist] .ods loader (LibreOffice/OpenOffice spreadsheet) Feb 24, 2020
@saulpw
Copy link
Owner

saulpw commented Feb 24, 2020

Yes, this would be nice.

@saulpw saulpw closed this as completed Feb 24, 2020
@frosencrantz
Copy link
Contributor

@saulpw or @anjakefala do you keep a list of approved/closed issues? In case there are volunteers who are looking to help contribute code? There are many closed issues due to different reasons. In this case, you are saying good idea, but you won't implement it. Or maybe an issue tag?

@aborruso hope you are doing well.

@aborruso
Copy link
Contributor Author

@frosencrantz thank you very much. I'm fine!

How are you?

It's a good idea to create a list for "how to help" section

@anjakefala
Copy link
Collaborator

anjakefala commented Mar 14, 2020

@aborruso, I am really glad that you are okay. 💜 I hope everyone here has their needs taken care of

We have this list on the develop page: https://github.com/saulpw/visidata/tree/develop#help-and-support. I do not actually remember what happened to that maybe someday list. I think what likely happened is that we got such an overwhelming influx of feature requests at some point that we stopped maintaining it.

If someone were to go through the issues, and leave a comment "this is an issue for which you said you were open to a PR", I can add a help wanted tag to those, and add a link to a filter for all issues (closed+opened) with a help wanted tag. Combing through all those issues myself, right now, just fills me with dread. I have not gone outside in a week.

Edit: See comment below, please don't leave comments!

@anjakefala
Copy link
Collaborator

anjakefala commented Mar 14, 2020

I just remembered that is what the [wishlist] tag is for. I will add a link to a filter for the [wishlist] tag.

@anjakefala
Copy link
Collaborator

Done: ae0f2aa

Sorry everyone for the spam. =( I am a bit frazzled this morning.

@ghost
Copy link

ghost commented Jun 7, 2021

Note: As of pandas 0.25, the pandas.read_excel function will automatically read ODF/ODS files.

Unfortunately, this won't immediately work with the existing visidata pandas loader, as visidata will try to call pandas.read_ods, when it instead needs to call pandas.read_excel.

Also of note, pandas uses odfpy to read ODF/ODS files, so this may be a good option to investigate if we want native ODF support in visidata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants