folder: marketing category: template
const config = {
worksheets: [{
minDimensions: [, 10],
worksheetName: 'Comparation',
tabs: true,
columns: [{
type: 'dropdown',
title: 'Product',
width: '150px',
source: [],
options: {
newOptions: true
}
},
{
type: 'dropdown',
title: 'Company',
width: '150px',
source: [],
options: {
newOptions: true
}
},
{
type: 'number',
title: 'Price',
mask: '$ #.##,00',
width: '100px',
decimal: ',',
disabledMaskOnEdition: true
},
{
type: 'checkbox',
title: 'Delivery',
width: '120px'
},
{
type: 'number',
title: 'Delivery fee',
mask: '$ #.##,00',
width: '150px',
decimal: ',',
disabledMaskOnEdition: true
},
{
type: 'rating',
title: 'Quality',
width: '150px'
},
],
}]
}