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

color="black" not set properly in Font #21

Closed
GoogleCodeExporter opened this issue Jul 19, 2015 · 1 comment
Closed

color="black" not set properly in Font #21

GoogleCodeExporter opened this issue Jul 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
wb <- createWorkbook()
tmp <- Font(wb, color="black")
> tmp
$ref
[1] "Java-Object{<xml-fragment 
xmlns:main=\"http://schemas.openxmlformats.org/spreadsheetml/2006/main\">\r\n  
<main:name val=\"Calibri\"/>\r\n  <main:sz val=\"11.0\"/>\r\n  <main:color 
rgb=\"FFFFFF\"/>\r\n</xml-fragment>}"

attr(,"class")
[1] "Font"

Other colors work.  If this is a POI issue, report to the developers.


What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by adrian.d...@gmail.com on 27 Aug 2013 at 3:33

@dragua
Copy link
Collaborator

dragua commented Nov 8, 2015

POI fixed this issue. Checked it in 3.13.

@dragua dragua closed this as completed Nov 8, 2015
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

2 participants