Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googleworkspace/sheets-api-codelab
Use Google Sheets as your application's reporting tool
https://github.com/googleworkspace/sheets-api-codelab
google-workspace
Last synced: 3 months ago
JSON representation
Use Google Sheets as your application's reporting tool
- Host: GitHub
- URL: https://github.com/googleworkspace/sheets-api-codelab
- Owner: googleworkspace
- License: apache-2.0
- Created: 2016-05-11T22:14:26.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T19:00:23.000Z (4 months ago)
- Last Synced: 2024-11-11T18:52:27.395Z (3 months ago)
- Topics: google-workspace
- Language: JavaScript
- Homepage: https://codelabs.developers.google.com/codelabs/sheets-api/
- Size: 510 KB
- Stars: 154
- Watchers: 15
- Forks: 86
- Open Issues: 119
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Google Sheets API Codelab
This folder contains the source code for the Google Sheets API codelab. It
covers how to integrate the API into your application to provide custom
reporting capabilities to your users.### Getting Started
Check out the code to start and follow the instructions here:
http://codelabs.developers.google.com/codelabs/sheets-api### License
```
Copyright 2016 Google, Inc.Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
```