Is there a way to read comments/notes of a cell in an excel file with ParseExcel/ParseXLSX?

后端 未结 0 996
星月不相逢
星月不相逢 2020-12-04 10:20
use Spreadsheet::ParseExcel;
...
...
my $cell     = $worksheet->get_cell($row,$column);
$cell_value  = $name->value();

This gets the value sto

相关标签:
回答
  • 消灭零回复
提交回复
热议问题