Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.04 KB

File metadata and controls

27 lines (19 loc) · 1.04 KB

CodeFreeAI for Google Sheets

  1. 구글시트 - 확장 프로그램 - Apps Scripts 클릭

  2. 좌측 탭에서 라이브러리 + 버튼 클릭

  3. 스크립트 ID에 1vILl4o0Ttx6cWjB8jIcbwPzqD2hJNoU6dTWibFTCRxKYa17UT3j2LQjy 입력 후 조회

  4. 식별자는 CodeFreeAIforSheets (기본값)으로 설정 후 추가

  5. Code.gs 에 아래 내용 복사 후 저장

    const $$ = CodeFreeAIforSheets;
    
    function onOpen() { $$.onOpen(); }
    function onEdit(e) { $$.onEdit(e); }
    function showSidebar() { $$.showSidebar(); }
    function getSettings() { return $$.getSettings(); }
    function processForm(u) { return $$.processForm(u); }
    function toggleTrigger(e) { return $$.toggleTrigger(e); }
    function onFormSubmitTriggerForCodeFree(e) { $$.onFormSubmitTriggerForCodeFree(e); }
  6. Google Sheets로 돌어가 새로고침