apps-script-samples
apps-script-samples copied to clipboard
Apps Script samples for Google Workspace products.
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...
Sheets API appendValues does not use newAppendCellsRequest() and range parameter need clarification.
The Google Apps Script snippet for Sheets API `Snippets.prototype.appendValues()` does not use the provided `Sheets.newAppendCellsRequest()` `sheetId` and `rows` properties. [See](https://github.com/googleworkspace/apps-script-samples/blob/main/sheets/api/spreadsheet_snippets.gs) Further, the parameter `range` JSdoc definition is unclear. It is...
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.1 to 0.25.0. Release notes Sourced from esbuild's releases. v0.25.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...
Bumps [rollup](https://github.com/rollup/rollup) from 4.12.0 to 4.28.1. Release notes Sourced from rollup's releases. v4.28.1 4.28.1 2024-12-06 Bug Fixes Support running Rollup natively on LoongArch (#5749) Add optional debugId to SourceMap types...
I'm having issues with trying to add a space between words for Line 100. I do not have coding background so this is very complex to me. Please help me...
I'm deploying [apps-script-samples](https://github.com/googleworkspace/apps-script-samples/tree/main)/[picker](https://github.com/googleworkspace/apps-script-samples/tree/main/picker) as is. How to remove this unnecessary vertical scrollbar? Tried to set height using `.setSize(600, 500)` on `PickerBuilder()` but not working. 
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....