Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Decode not generate background colors and row heights #48

Open
GoogleCodeExporter opened this issue Apr 15, 2015 · 2 comments
Open

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant