Subject: | Get annotation from spreadsheet cell |
Date: | Wed, 8 Nov 2017 10:13:58 +0100 |
To: | bug-ODF-lpOD [...] rt.cpan.org |
From: | Stef Coene <stef.coene [...] docum.org> |
Hi,
I want to get the annotation of an existing spreadsheet.
I can get the content with get_text.
But when I use the function get_annotations there is no list returned
but only the number of annotations. In my case this is 0 if there is no
annotation and 1 of there is an annotation.
When dumping the cell with function serialize, I can see there is an
office:annotation but somehow get_annotation is not returning a list
like expected.
Stef