Parts-in-Place / Vaadin_TableExport

Automatically exported from code.google.com/p/tableexport-for-vaadin
0 stars 0 forks source link

Data cells display black on black on editing in Excel #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Generate an excel with default styling
2. Open Excel 2007 and doubleclick on a data cell
3. The cell is displayed as black text on black background

What version of the product are you using? On what operating system?
TableExport 1.4

I solved that by modifying the default style this way:
  style.setFillBackgroundColor(HSSFColor.WHITE.index);

Original issue reported on code.google.com by carsten....@codecentric.de on 16 Oct 2013 at 9:22