protobi / js-xlsx

XLSX / XLSM / XLSB (Excel 2007+ Spreadsheet) / ODS parser and writer
http://oss.sheetjs.com/js-xlsx
Other
814 stars 416 forks source link

Show styles for imported excel into html #130

Open omkarkhalipe opened 5 years ago

omkarkhalipe commented 5 years ago

I am trying to import excel into html, code works, I get style inside "s" object but not sure how to apply style to html table. The style object looks something like this

s:
bgColor: {indexed: 64}
fgColor: {}
patternType: "solid"
__proto__: Object