Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ You're supposed to be using a Debian-based GNU/Linux distribution, other environ

Tests assume you have your OpenOffice.org in English - USA default language.

See also :
* https://github.com/CosminEugenDinu/libreoffice-python-library

now possible to
* extend append_string() to muliple cells
* add methods for color (background and fore), modify all cell at once

Addendum to the doc :
* in case you use oosheet in python macros, please be cautious since a global var. is used (see OODoc ctor) and it could be a bug's nest ...
* in this case, do not hesitate to call doc.connect() at the beginnig of each macro you write :-)
* see the discussion in https://github.com/tudstlennkozh/oosheet/issues/1 to get details

5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ Luc Jean sent patch that allows OOSheet to run on Windows Vista with default Pyt
Changelog
=========

- 1.3.1
- added OODoc.alert()
- Works with LO >= 6
- adding code to access annotation for a cell or a selector via propterty: annotation (R/W)

- 1.3

- Works with Python 3 and LibreOffice 5
Expand Down
Loading