티스토리 뷰
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 |
---|