You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Create a new xls with de excelLibrary contains test cells with style
defined by code:
sheet.Cells[0, 0] = new Cell("Test");
sheet.Cells[0, 0].Style = new CellStyle();
sheet.Cells[0, 0].Style.BackColor = System.Drawing.Color.Green;
2.Save sheet
What is the expected output? What do you see instead?
Cell[0,0] ="Test" with green background color. And...nothing, only the
value "Test" was printed.
What version of the product are you using? On what operating system?
tried two versions: ExcelLibrary_20090219 and ExcelLibrary_20090331
Original issue reported on code.google.com by marcusvm...@gmail.com on 15 Sep 2009 at 4:27
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
marcusvm...@gmail.com
on 15 Sep 2009 at 4:27The text was updated successfully, but these errors were encountered: