protobi / js-xlsx

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

Header styling #108

Closed lavanyakomarasamy closed 6 years ago

lavanyakomarasamy commented 6 years ago

Hi,

Could you help me how to design the header of generated excel? I have attached the sample image also. image

pietersv commented 6 years ago

Hi @lavanyakomarasamy At a high level, you'll want to set the fill, font, alignment and border for those cells. For exact code and additional help, contact support@protobi.com and we can write that for you.

kamthe commented 6 years ago

Hi @pietersv , i have added the reference to xlsx.full.min.js in my code. do i need to add the reference to xlsx.core.min.js as well? Can you please tell which property name of cell to set for font,border etc?