Closed saptasap closed 7 months ago
How to have thin border when exported to excel .xls ? i have tried with css border 1px, 0.5pt, all of them result thick border.
type: 'excel', htmlContent: true, mso: { fileFormat:'xlshtml', styles: ['border-collapse','border','border-width','border-style','border-color','font-weight', 'border-bottom', 'border-top', 'border-left', 'border-right','background-color' ], },
How to have thin border when exported to excel .xls ? i have tried with css border 1px, 0.5pt, all of them result thick border.