I found the XSSFCellBorder to support diagonal border styles as well and I want to use them, but I haven't found any way to get a XSSFCellBorder
from an XSSFCellStyle
so I can apply them in the usual way.
How can I set the diagonal border for a Cell
, preferrably via Style
s?
Asked
Active
Viewed 696 times
2
-
There is an answer to your question here: http://stackoverflow.com/questions/39529042/apache-poi-how-to-add-diagonal-border – zaki benz Jan 04 '17 at 18:06
-
1Possible duplicate of [Apache POI: How to add Diagonal Border](http://stackoverflow.com/questions/39529042/apache-poi-how-to-add-diagonal-border) – centic Jan 09 '17 at 11:18