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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

EXAMPLE 수정

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


Parameters:

NameTypeDescription
actionNameString액션 이름
formulaTextString

수식


Example:

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

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