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. 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 [email protected] on 16 Oct 2013 at 9:22
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Oct 2013 at 9:22The text was updated successfully, but these errors were encountered: