PHDuy / excellibrary

Automatically exported from code.google.com/p/excellibrary
0 stars 0 forks source link

The Decode not generate background colors and row heights #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
And... the height , when I set, do nothing.. Height=500 in tests.

Original comment by marcusvm...@gmail.com on 15 Sep 2009 at 4:28

GoogleCodeExporter commented 8 years ago
Up to now, nobody answered this question :(
I have the same problem

Original comment by nganphun...@gmail.com on 7 Mar 2012 at 8:41