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 »

릴리즈 2.15.0 이상

'editor.import.defaultArea.cell' 옵션을 설정하여 셀 임포트 기본 영역을 설정합니다. (기본값: { startCell: 'A1', endCell: 'Z100' })

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

기본 영역 예시

  • 셀 영역에 입력값이 없으면 기본으로 설정된 영역으로 임포트됩니다.

  • No labels