API
API
Types
CellScope

CellScope

overlay를 적용할 셀 타입.

  • 'value' : 상세 셀 (vt='m')
  • 'subtotal' : 소계 셀 (vt='d')
  • 'total' : 총계(grand total) 셀 (vt='g')
  • 'all' : 모든 셀

배열로 조합 가능하다. 예: ['value', 'subtotal'] → 상세 셀과 소계 셀에만 적용.