logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Spreadsheet::ParseODS::Worksheet - a sheet in a workbook

Contents

Name

       Spreadsheet::ParseODS::Worksheet - a sheet in a workbook

   get_print_areas()
           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.

perl v5.40.0                                       2024-08-17              Spreadsheet::ParseODS::Worksheet(3pm)

See Also