Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71828
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Martin Manns <mmanns@gmx.net> |
| Newsgroups | comp.lang.python |
| Subject | Re: Reading OpenOffice spreadsheet in Python? |
| Date | Tue, 20 May 2014 21:45:15 +0200 |
| Organization | A noiseless patient Spider |
| Lines | 27 |
| Message-ID | <20140520214515.1089e2c7@Fuddel> (permalink) |
| References | <mailman.10158.1400603888.18130.python-list@python.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| Injection-Info | mx05.eternal-september.org; posting-host="0cf283eb2cfef5a03955bf22e0821016"; logging-data="5882"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+4TZoBezZ1NcKp5/TKowg+" |
| X-Newsreader | Claws Mail 3.9.3 (GTK+ 2.24.23; i486-pc-linux-gnu) |
| Cancel-Lock | sha1:OLh7zCWOgrnJo2fd8G1JObIFCHI= |
| Xref | csiph.com comp.lang.python:71828 |
Show key headers only | View raw
On Tue, 20 May 2014 11:38:06 -0500 Skip Montanaro <skip@pobox.com> wrote: > I am so fed up with LibreOffice's inability to properly support really > basic Excel capabilities, I'm about ready to throw my computer out the Could you please give some examples, what basic Excel capabilities you are missing? > I'm open to other options as well. I see a number of Google > spreadsheet modules, and there is pyspread. The former has the > permission issue (besides, where I work everything goes into Git), and > I'm not sure how full-featured or stable the latter is (but, will > investigate). Maybe gnumeric may be an option, too. Pyspread should run fine on the Mac. However, Macs are not officially supported because there are no testers for OSX, yet. Please note that pyspread does not translate Excel "xls" files into Python but only imports cell contents and formatting via xlrd. If you use Excel cell functions or VBA then you would have to migrate your code to Python. Martin
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Reading OpenOffice spreadsheet in Python? Skip Montanaro <skip@pobox.com> - 2014-05-20 11:38 -0500
Re: Reading OpenOffice spreadsheet in Python? Martin Manns <mmanns@gmx.net> - 2014-05-20 21:45 +0200
Re: Reading OpenOffice spreadsheet in Python? Skip Montanaro <skip@pobox.com> - 2014-05-20 17:08 -0500
Re: Reading OpenOffice spreadsheet in Python? Rustom Mody <rustompmody@gmail.com> - 2014-05-20 18:19 -0700
Re: Reading OpenOffice spreadsheet in Python? Skip Montanaro <skip@pobox.com> - 2014-05-20 20:33 -0500
Re: Reading OpenOffice spreadsheet in Python? Rustom Mody <rustompmody@gmail.com> - 2014-05-21 01:53 -0700
Re: Reading OpenOffice spreadsheet in Python? Skip Montanaro <skip@pobox.com> - 2014-05-21 09:24 -0500
csiph-web