Down2ExcelConfig (cfg)

down2Excel 함수 호출 시 사용할 기본 인자를 공통으로 설정합니다.
IBSheet.CommonOptionsCfg 속성에 지정하면 모든 시트의 down2Excel 호출에 이 설정이 기본값으로 적용됩니다.
시트별로 동일한 속성을 다시 지정하면 시트의 값이 우선합니다.

Type

object

Options

Value Description
object down2Excel 함수의 인자 객체와 동일한 구조

Example

options.Cfg = {
  // 모든 화면에서 엑셀 다운로드 시 기본 속성을 설정
  Down2ExcelConfig: {
    "sheetDesign": 0,
    "merge": 1
  }
};

Read More

Since

product version desc
excel 0.0.0 기능 추가