The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::RestApi::SheetsApi4::Range::Row - Represents a row within a Worksheet.

DESCRIPTION

A Range::Row object modifies the behaviour of the parent Range object to treat the values used within the range as a row in the spreadsheet, in other words, a single flat array instead of arrays of arrays. This object will encapsulate the passed flat array value into a [$value] array of arrays when interacting with Google API.

It also adjusts calls defined in Request::Spreadsheet::Worksheet::Range to reflect using a row instead of a general range.

See the description and synopsis at Google::RestApi::SheetsApi4.

AUTHORS

  • Robin Murray mvsjes@cpan.org

COPYRIGHT

Copyright (c) 2019, Robin Murray. All rights reserved.

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.