[SpreadSheet::ParseExcel] How to get the Cell comment

  • Thread starter Jahagirdar Vijayvithal S
  • Start date
J

Jahagirdar Vijayvithal S

I am trying to Parse a set of Excelsheet's using
SpreadSheet::parseExcel and need to access the Comment field foreach
cell where applicable. The doc does not specify any attribute for
comments. I tried loading the code snippet provided in the document
synopsys with a sample xls sheet in the perl debugger and examined the
value of each element of the hash but was not able to find the comment
string.
Is there a way to access the comment field for a given cell using this
module?
Regards
Jahagirdar Vijayvithal S
 
P

Peter A. Krupa

Spreadsheet::parseExcel does not appear to support the cell comment
field. The package documentation doesn't mention it, but just to be
sure I used Data::Dumper to examine a worksheet object and the cell
comment is nowhere to be found. If you're feeling brave you could hack
the package to support it. :-(
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,830
Latest member
ZADIva7383

Latest Threads

Top