Hello
Release notes of 3.7.6 states that xlsx sheet direction is supported, but applying PROPERTY_SHEET_DIRECTION property:
jasperDesign.setProperty(JRXlsAbstractExporter.PROPERTY_SHEET_DIRECTION, RunDirectionEnum.LTR.name() );
has no effect even for 5.5.
Xls works as expected.
Am I missing something ?
Thanks
Alexander
0 Answers:
No answers yet
anyone ?
JRXlsAbstractExporter.PROPERTY_SHEET_DIRECTION, "RTL")
this is my problem as well, please answer, cause I want to set and this is not a valid command.
I had to implment this by myself, ovveride JRXslxExporter and XlsxSheetHelper that adds rightToLeft attribute to sheetView node :
...