Skip to content
[Docs]스프레드시트
2015.02.10 23:26

Extending Google Sheets

조회 수 4646 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄


Extending Google Sheets


출처 : https://developers.google.com/apps-script/guides/sheets


Writing data

To store data, such as a new product name and number to the spreadsheet, add the following code to the end of the script.

function addProduct() {
 
var sheet = SpreadsheetApp.getActiveSheet();
  sheet
.appendRow(['Cotton Sweatshirt XL', 'css004']);
}

The above code appends a new row at the bottom of the spreadsheet, with the values specified. If you run this function, you'll see a new row added to the spreadsheet.



로그인 후 댓글쓰기가 가능합니다.

?

  1. 09
    Mar 2023
    09:51

    스프레드시트에서 삽입 버튼 만들기(chatGPT 에게 물어봄)

    Category[Docs]스프레드시트 Views1438
    Read More
  2. 10
    Mar 2023
    10:14

    스프레드시트의 값의 변화에 따라 지메일로 메일을 보내는 스크립트

    Category[Docs]스프레드시트 Views1661
    Read More
  3. 09
    Mar 2023
    09:59

    스프레드시트에서 수정, 삭제 버튼 만들기

    Category[Docs]스프레드시트 Views1821
    Read More
  4. 09
    Mar 2023
    09:57

    스프레드시트에서 검색 버튼 만들기

    Category[Docs]스프레드시트 Views2136
    Read More
  5. 10
    Mar 2023
    10:23

    H열에 날짜가 10일 안으로 다가왔다면 메일을 발송하는 스크립트

    Category[Docs]스프레드시트 Views2250
    Read More
  6. 10
    Mar 2023
    10:18

    구글 스프레드시트 스크립트를 사용하여 지메일로 이메일을 보내기

    Category[Docs]스프레드시트 Views2676
    Read More
  7. 26
    Sep 2021
    22:00

    구글 스프레드시트 쿼리 사용하기 #2

    Category[Docs]스프레드시트 Views3051
    Read More
  8. 11
    Nov 2014
    08:22

    쇼킹한 웹 긁어오기

    Category[Docs]스프레드시트 Views3903
    Read More
  9. 18
    Nov 2015
    02:24

    Google 문서도구를 컴퓨터에 동기화

    Category[Docs]스프레드시트 Views4377
    Read More
  10. 10
    Feb 2015
    23:12

    구글 스프레드시트(Google Spreadsheet)를 데이터베이스로 활용

    Category[Docs]스프레드시트 Views4527
    Read More
  11. 09
    Jul 2015
    07:58

    구글드라이브 API

    Category[Docs]스프레드시트 Views4545
    Read More
  12. 10
    Feb 2015
    23:26

    Extending Google Sheets

    Category[Docs]스프레드시트 Views4646
    Read More
  13. 24
    Jun 2016
    18:09

    스프레드 웹게시로 불러오기

    Category[Docs]스프레드시트 Views4725
    Read More
  14. 27
    Dec 2020
    10:56

    스프레드시트 함수

    Category[Docs]스프레드시트 Views4825
    Read More
  15. 26
    Dec 2020
    16:10

    스프레드시트 스크립트 소스

    Category[Docs]스프레드시트 Views4892
    Read More
  16. 20
    Jul 2015
    23:07

    구글 스프레드시트(Google Spreadsheet)를 데이터베이스로 활용하기

    Category[Docs]스프레드시트 Views5099
    Read More
  17. 08
    Aug 2016
    00:03

    스프레드시트 api append & update php 셀 내용 수정

    Category[Docs]스프레드시트 Views5314
    Read More
  18. 26
    Sep 2021
    22:54

    구글 스프레드시트 쿼리 사용하기 #3 날짜편

    Category[Docs]스프레드시트 Views6245
    Read More
  19. 06
    Aug 2016
    11:46

    구글 드라이브에서 다른 파일 데이터 참조하기

    Category[Docs]스프레드시트 Views6344
    Read More
  20. 26
    Jan 2022
    19:45

    [구글스프레드시트] 현재의 셀주소 참조(address, cell)

    Category[Docs]스프레드시트 Views6462
    Read More
Board Pagination Prev 1 2 Next
/ 2

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소