Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spreadsheet_snippets.gs to include Sheets.newAppendCellsRequest() & update the range param definition #523

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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