On Jun 15, 8:43 am, stephane <
steco...@gmail.com> wrote:
> We have the write_comment() method available in WriteExcel module but
> no read equivalent in ParseExcel.
> Any reasons?
> Any workarounds?
Hi Stephan,
Spreadsheet::ParseExcel doesn't currently have a mechanism for reading
comments. These are stored, along with other Excel "objects" such as
images and autofilters, in a slightly more complex internal structure.
I will add it as some later stage but for now it is non-trivail and
will take some time.
John.
--