Aspose word for jasper report export table issue

Hello, i am working on Aspose to convert Jasper report to word, and i have an issue about the table.

1)i found the border table maybe duplicate, thickness.

i try to update my jasper report by make sure each border line will only be configure once, then the export will be good

2)then if i export from a jasper report crosstalbe, i will found there will be one more empty row

i can make is better by control the border in row group header border and value border ,

i think table and crosstab are basic element in jasper report , so please teach me how to make the export perfect, thanks

Hi @tsangjo

You can find solution for your problem on this articles
https://docs.aspose.com/words/jasperreports/lines-and-rectangles/
https://docs.aspose.com/words/jasperreports/frames/
https://docs.aspose.com/words/jasperreports/setting-style-for-empty-cells/

thanks and i will try it .
but in fact i already tried with all the possible parameter i can set, but not work.

Hi i tried the 3 types of parameter and no one can solve my problem.
any idea or any requirements for border setting in jasper side table or crosstab? we are doing trial before purchase but seem appose can not convert my side jasper report in a good way. thanks

Hi @tsangjo

It looks what you have empty rows in your report and border setting only make this problem invisible.
We have some parameters to work with row height and empty rows.

currentExporter.setParameter(AWExporterParameter.USE_EXACT_ROW_HEIGHTS, false);
currentExporter.setParameter(AWExporterParameter.ALLOW_AUTO_HEIGHTS, true);

We recognize Empty Row Without Borders by looking to left and right border of cells in this row. And changing row format if it needed.

You can send .jrprint file to me for creating test in my side.