설정 개요
RealPivot2 북 설정은 PivotBookConfiguration 객체로 정의합니다.
const book = createControl(cubeManager, element, {
general: { title: '매출 분석' },
tables: [{ name: 'sheet1', cube: 'sales', title: '매출' }]
});RealPivot2 북 설정은 PivotBookConfiguration 객체로 정의합니다.
const book = createControl(cubeManager, element, {
general: { title: '매출 분석' },
tables: [{ name: 'sheet1', cube: 'sales', title: '매출' }]
});