Skip to main content

Parameters

ParámetroParameter DescripciónDescription
--credcreds_json Path ofto the file with the credentials.credentials
--creds_base64Base64-encoded credentials code.
--name Name of the googlesheet document
--cellThe 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
--sheetName 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"
--onlydigitsSet 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