hhurz / tableExport.jquery.plugin

jQuery plugin to export a html table to JSON, XML, CSV, TSV, TXT, SQL, Word, Excel, PNG and PDF
MIT License
984 stars 714 forks source link

excel thin border #371

Closed saptasap closed 5 months ago

saptasap commented 11 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'
        ],
      },