Spreadsheet::ParseODS::Worksheet(3pm) | User Contributed Perl Documentation | Spreadsheet::ParseODS::Worksheet(3pm) |
Spreadsheet::ParseODS::Worksheet - a sheet in a workbook
my $print_areas = $worksheet->get_print_areas(); # [ [$start_row, $start_col, $end_row, $end_col], ... ]
The "->get_print_areas()" method returns the print areas of the sheet as an arrayref.
Returns undef if there are no print areas.
2021-09-13 | perl v5.32.1 |