티스토리 뷰

728x90
반응형

참조: https://docs.sheet.best/?javascript#aggregating-data 

 

sheet.best Documentation

QuickStart Welcome Welcome to sheet.best API Documentation. Our documentation is available in RESTful architectural style. Here you will find a quick guide on how to start getting your Sheet data and integrating it to your application. How to Prepare your

docs.sheet.best

sheet best API 이용

 

// COLUMN_NAME 이라는 컬럼에 Test로 시작하는 데이터들을 '' 으로 변경
Axios.patch('https://sheet.best/api/sheets/1e8c911d-233f-67612-9337-a93fe85658c2/COLUMN_NAME/Test*', {
            key: '{#p%6!@BZ5vjOo434347RLM%8gD#k3123213mD4nhIY6SxuSWq9c%Wn!mSWzG}',
            'COLUMN_NAME': ''
        })
        .then( res => {
            console.log('res: ', res);
        })
        .catch(err => {
            console.error('error: ', err);
        })
728x90
반응형

'SpreadSheets' 카테고리의 다른 글

[SpreadSheets] 구글 스프레드 시트 데이터 조회  (0) 2022.04.12
댓글
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함