Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.