Hello,
I'm working on an Excel report and want to change a cell's style. However, whenever I call:
var style = new XlsCellStyle()
I get an error: "XlsCellStyle is not defined'.
I'm using the workbook APIs for the report..I just can't change the cell's style, otherwise everything is working great. This looks like a very simple thing to fix...any tips?