Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
title릴리즈 2.4.0 이상

Formula Parser를 적용하면 표에서 엑셀함수를 이용할 수 있습니다. 

  • formula-parser script를 html에 추가하지 않을 경우 엑셀 함수 입력칸 노출되지 않습니다.
  • formula-parser script를 html에 추가하지 않을 경우 임포트시 엑셀 문서에 포함된  함수를 사용 할 수 없습니다.

package externals 사용

package 하위 By applying Formula Parser, you can use excel functions in tables.

  • If formula-parser script is not added to html, excel formula bar is not displayed.
  • If formula-parser script is not added to html, you cannot use functions included in the imported excel document.

Using package externals

Use externlas formula-parser script file 사용under package

Code Block
languagexml
themeEmacs
<!-- formula-parser -->
<script type="text/javascript" src="../resource/formula-parser.min.js"></script>

...