Hello,
I was wondering if someone could help me. We are currently producing an Excel Sheet with more than 255 columns. For each column we set a Style then for the first Cell of each column we set a black background and white font (Column Header). However after applying the style for Column 256 the Cell Style (font color, etc.) for the first header is lost.
// It resets first Cell on Colmn 256 on the below line
headerColumn.ApplyStyle(headerColumnStyle, headerColumnStyleFlag);
I have tried saving the file as 2007
excel.Save(ms, FileFormatType.Excel2007Xlsx);
with the .XLSX extension but this issue seems to occur even before we save and may have to do with the objects we are using.
Any help / suggestions would be appreciated.
Thanks,
Adam