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.



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

?

List of Articles
번호 분류 제목 날짜 조회 수
14 [Docs]스프레드시트 구글드라이브 API file 2015.07.09 4545
13 [Docs]스프레드시트 구글캘린더 CSV 파일로 일괄 기록하기 file 2018.08.31 12327
12 [Docs]스프레드시트 쇼킹한 웹 긁어오기 2014.11.11 3903
11 [Docs]스프레드시트 스프레드 웹게시로 불러오기 1 2016.06.24 4725
10 [Docs]스프레드시트 스프레드시트 api append & update php 셀 내용 수정 4 2016.08.08 5314
9 [Docs]스프레드시트 스프레드시트 autohotkey html gmail 스마트폰 이용하여 핑로스 즉시 알림받기 file 2018.01.25 10578
8 [Docs]스프레드시트 스프레드시트 스크립트 소스 2020.12.26 4892
7 [Docs]스프레드시트 스프레드시트 함수 2020.12.27 4826
6 [Docs]스프레드시트 스프레드시트에서 검색 버튼 만들기 2023.03.09 2170
5 [Docs]스프레드시트 스프레드시트에서 삽입 버튼 만들기(chatGPT 에게 물어봄) 2023.03.09 1441
4 [Docs]스프레드시트 스프레드시트에서 수정, 삭제 버튼 만들기 2023.03.09 1823
3 [Docs]스프레드시트 스프레드시트의 값의 변화에 따라 지메일로 메일을 보내는 스크립트 2023.03.10 1661
2 [Docs]스프레드시트 스프레드시트의 내용이 수정될 경우 즉시 메일발송하는 스크립트 테스트 중 file 2018.01.19 7642
1 [Docs]스프레드시트 음력변환 2014.11.11 17854
Board Pagination Prev 1 2 Next
/ 2

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소