Configuration
Configuration Reference
const columnDefinitions = [
{ header: 'Username', key: 'name', width: 30 },
{ header: 'Phone Number', key: 'phone', width: 15 },
];const cellStyle = {
name: 'Arial',
size: 12,
ARGBColor: 'FF0000FF',
bold: true,
horizontalAlignment: 'center',
verticalAlignment: 'middle',
};UtilsService: Field Conversion
Titles (Horizontal and Vertical)
Example Usage
Last updated