Parameters
-- |
Path |
--creds_base64 | Base64-encoded credentials code. |
--name | Name of the googlesheet document |
--cell | The cell from which the data is expected, for example: "B1" |
--row | Row number. Specified with a number, for example: 2 |
--column | Column number. Specified with a number, for example: 3 |
--sheet | Name of the sheet in the document where the plugin will look. It must be exactly the same as the name it has, including spaces and capitalization, for example: "Sheet 1" |
--onlydigits | Set to 1 to parse non-digit values |
If only the --row parameter is used, the output will be the contents of the row, if only the --column parameter is used, the output will be the contents of the column.
If both parameters are combined, the contents of the selected cell will be displayed.a