Hi all,
we are using aspose.words.jasperreports in its current version (from 25.09.2009) to export JasperReports into MS-Word format. We experience that the font size within table cells in the generated word document is font-size=1pt when the cell contains no text. Even if a space is entered, the size is not correctly assigned to the table cell. As soon as you have some visible text in the cell everything is fine.
The effect can easily be seen when using the following sql in a very simple table report (attached):
select ID, null as TEXT from SOME_TABLE where rownum <10
Is that a known issue? It is a little bit cumbersome when working with the document afterwards.
Help in this respect would be greatly appreciated.