Ocular is a spreadsheet written entirely in python. Cell contents are evaluated by python after any standard spreadsheet coordinates are parsed. This allows the full Monty from Python to be implemented in a visual environment.
Be the first to post a text review of Ocular. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Changes since 0.01: - Xterm and ANSI support (previously only 88-colour support). Actually the terminal code has been almost entirely rewritten (which is not so much as it sounds) It will now read the terminfo database to see how to control the terminal. - fixed inserting columns and rows. The cell content adapts it's references in a way you would intelligently expect. - saving and reading works with csv python module now. Strings with commas are no longer split up. - string literals are ignored in parsing coordinates, this also applies to moving, inserting and copying - fixed some smaller bugs, and did some clean up here and there.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?