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

릴리즈 2.14.5 이상

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

synapeditor.config.js
{
	'editor.import.defaultArea.cell': { startCell: 'A1', endCell: 'Z100' }
}

설정 예시

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


synapeditor.config.js
{
	'editor.import.defaultArea.cell': { startCell: 'B1', endCell: 'Z50' }
}




  • No labels