Hi, I have an issue where excel borders are not showing up, even though I define them in the excelHeaderQueryCellInfo fucntion. Below is the function and the excel output. Attached is the full code for review.
Hello,
Thank you for the update I look forward to more details and information.
Thanks,
Charles
Hi,
Thank you for the update. Good to know that it is being worked on and is expecting to be fixed soon!
Thanks,
Charles
[app.component.ts]
excelHeaderQueryCellInfo(args) {
args.style = {
backColor: '#90AFC4',
fontColr: '#003f74',
hAlign: 'Center',
borders: { color: '#000000', lineStyle: 'thin', bold: true },
};
} |
Hi,
I can confirm changing the input args from ExcelQueryCellInfoEventArgs to any and changing the lineStyle to lowercase has fixed the issue.
Thank you,
Charles