Skip to content

Conversation

Yagisanatode
Copy link

Uses Sheets.newAppendCellsRequest() in request for the rows and sheet id. Updates the range parameter description to to the one found in the documentation. Updates the _values param to correct JSdoc format.

Description

  1. Includes the Sheets.newAppendCellsRequest() properties into the request. Previously they were not used in the script.
  2. Updates the range param definition to more clearly explain what the range is doing. Here, I copied the definition from the documentation. See
  3. Changes the list<string> param value to correct JSdoc format.

Fixes # (522)

Is it been tested?

  • Development testing done

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have performed a peer-reviewed with team member(s)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

Uses Sheets.newAppendCellsRequest() in request for the rows and sheet id.
Updates the `range` parameter description to to the one found in the documentation. 
Updates the `_values` param to correct JSdoc format.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants