Jump to content
We've recently updated our Privacy Statement, available here ×

laurencija

Members
  • Posts

    2
  • Joined

  • Last visited

laurencija's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Property net.sf.jasperreports.export.xls.column.width.ratio with value 1.7 helped a bit and column width looks acceptable. But how can I fix row height?
  2. Can anyone help me? I have a problem when exporting to excel. The problem is that all cells are smaller in width and height then they should be. That's why text does not fit into cells. When exporting to pdf and docx formats everything looks fine. I use JasperReports 5.0.0 Also, JRXlsExporter xlsExporter = new JRXlsExporter(); xlsExporter.setParameter(JRExporterParameter.IGNORE_PAGE_MARGINS, Boolean.TRUE); Attaching pdf, docx and xsl files. Also adding jrxml file. How can I solve this problem and make excel cell width and height be the same as in pdf or docx?
×
×
  • Create New...