protobi / js-xlsx

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

Set individual cell style when writing .xlsx #63

Open jsonDoge opened 7 years ago

jsonDoge commented 7 years ago

Does writing to cell format include style? if yes, then how can it be set? as an object, xml? I tried something like this: A1: { t: 'n', v: 1, w: '1', s: { patternType: 'solid', fgColor: { rgb: 'FFFF00' }, bgColor: { indexed: 64 } } } }

yellowjian commented 6 years ago

did you solve your problem? format cell style when writing to excel