Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wtnabe/gas-spreadsheet-publisher
SpreadsheetPublisher Library for Google Apps Script
https://github.com/wtnabe/gas-spreadsheet-publisher
gas-library google-apps-script spreadsheet
Last synced: about 1 month ago
JSON representation
SpreadsheetPublisher Library for Google Apps Script
- Host: GitHub
- URL: https://github.com/wtnabe/gas-spreadsheet-publisher
- Owner: wtnabe
- License: bsd-2-clause
- Created: 2022-12-05T14:22:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T07:08:52.000Z (about 2 years ago)
- Last Synced: 2024-11-13T09:44:45.830Z (3 months ago)
- Topics: gas-library, google-apps-script, spreadsheet
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpreadsheetPublisher for Google Apps Script
SpreadsheetPublisher Library for Google Apps Script Project ( **Sheets Container-bound** script )
## Prerequisite
Sheets Container-bound script Project.
## How to Use
### 0. Prepare Sheet
This library is for Spreadsheet Container-bound Script as it adds menus to Spreadsheet.
### 1. Add Library code
Choose one of them please.
1. add Project ID for your project as Library `1reFNMbPJLeqNcUr2Agyq6VWsQyXcJWW-7nkQs152SYPGYmZhJZ4YxLZ7`
2. Copy and Paste this codeI would recommend #2 for speed of execution, but #1 is also a good option for administrative costs.
### 2. Write setup code
open Script Editor
```javascript
function onOpen () {
SpreadsheetPubliser.register({ targetId: })
}
```If no ``s specified, all sheets will be copied.
### 3. Reload Spreadsheet
### 4. Publish from Spreadsheet UI
open menu `[ Publisher ]` -> `[ Publish ]`