Page tree
Skip to end of metadata
Go to start of metadata

선택된 셀의 수식을 설정합니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
formulaTextString

수식


Example:

// 합계
editor.execCommand('setFormula', 'SUM(A1:B3)');

// 평균
editor.execCommand('setFormula', 'AVERAGE(A1:B3)');
  • No labels