Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomoyanakano/add-row-from-csv

πŸ“’ GAS project for Google Sheet Function which enable to add values to row from csv
https://github.com/tomoyanakano/add-row-from-csv

clasp csv google-app-script spreadsheet typescript

Last synced: about 3 hours ago
JSON representation

πŸ“’ GAS project for Google Sheet Function which enable to add values to row from csv

Awesome Lists containing this project

README

        

# Add row values to Google Sheets from csv
This repo is GAS project for Google Sheet Function which enable to add values to row from csv

# Problem
When you would like to import data to Google Sheet form csv, you often use `importData` Function.
But, this function is not useful when you would like to import big data because of causing maximum size error.

# Solution
This GAS script enable to import data and write value down to sheet.
also, you can set key in order to disable duplicating.

# Usage
1. index sheet

set these values to A - C column on index sheet
- SheetName
- Csv url
- keyColumnIndex

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2022-05-12 15 54 19

2. make sheet

Create a sheet with the same name as described in the index sheet.

3. run main function

You can confirm write csv's values down to the sheet.