Hi how do I add background color in the header in my xls file using json2xls in nodejs?
var xls = json2xls(data, {// should I add it here?});
Thanks :)
Hi how do I add background color in the header in my xls file using json2xls in nodejs?
var xls = json2xls(data, {// should I add it here?});
Thanks :)