Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trivisonno/google-sheets-json-to-csv
This tool fetches data from a Google Sheets JSON URL and converts it into a CSV file for easy download. It utilizes the Google Sheets API to access and process the data.
https://github.com/trivisonno/google-sheets-json-to-csv
csv google-sheets google-sheets-api json
Last synced: 3 days ago
JSON representation
This tool fetches data from a Google Sheets JSON URL and converts it into a CSV file for easy download. It utilizes the Google Sheets API to access and process the data.
- Host: GitHub
- URL: https://github.com/trivisonno/google-sheets-json-to-csv
- Owner: trivisonno
- Created: 2025-01-17T01:19:04.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2025-01-17T01:19:05.000Z (27 days ago)
- Last Synced: 2025-02-05T07:40:39.862Z (8 days ago)
- Topics: csv, google-sheets, google-sheets-api, json
- Language: HTML
- Homepage: https://trivisonno.github.io/google-sheets-json-to-csv/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Sheets JSON to CSV Converter
## Overview
This tool fetches data from a Google Sheets JSON URL and converts it into a CSV file for easy download. It utilizes the [Google Sheets API](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get) to access and process the data.## Features
- Input a JSON URL from a Google Sheets endpoint. Links have the URL form "https://content-sheets.googleapis.com/v4/spreadsheets/abcdEFGHijklMNOPqrstUVWXyzABCD_EFGHijklmnopQRSTuvwxYZ1234/values/Sheet1!A1%3ACD?key=aBcDeFgHiJkLmNoPqRsTuVwXyZ".
- Convert the sheet data (in JSON format) into a downloadable CSV file.
- Simple and user-friendly interface styled with Bootstrap 5.3.## Instructions
1. Obtain a JSON URL from your Google Sheet using the Google Sheets API.
2. Paste the URL into the input field on the tool's webpage.
3. Click the "Convert and Download CSV" button to download your CSV file.## About
Author: Angelo Trivisonno
GitHub: [https://github.com/trivisonno](https://github.com/trivisonno)---
This tool simplifies data export from Google Sheets and helps convert data into a format compatible with most spreadsheet software.