Page tree

Versions Compared

Key

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

Status
title릴리즈 2.14.5 이상

'editor.import.defaultArea.cell' 옵션을 설정하여 사용해 셀 임포트시 영역을 설정하지 않았을 때 기본으로 불러올 영역을 설정합니다. (기본값 { startCell: 'A1', endCell: 'Z100' })

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.import.defaultArea.cell': { startCell: 'A1', endCell: 'Z100' }
}

  

  

  

설정 예시

  • 셀 영역에 입력값이 없으면 'editor.import.defaultArea.cell' 옵션에 설정된 영역으로 임포트됩니다.


Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.import.defaultArea.cell': { startCell: 'B1', endCell: 'Z50' }
}

...