Jump to content
Changes to the Jaspersoft community edition download ×

prakashk827

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by prakashk827

  1. Select the field to which you want to format data. Click on properties In properties, you will see a text field with a label called Pattern Expression Write your format Ex: "dd/mm/yyyy"; OR "mm/dd/yyyy" for more info. check my attachment
  2. Solution 1: Make setWrapText true as shown below SimpleXlsxReportConfiguration xlsxReportConfiguration = new SimpleXlsxReportConfiguration(); xlsxReportConfiguration.setWrapText(true); Solution 2. When you have long sentences, if you want to break a word or it should come in a new line means PressShift+Enter(It will add nr) Solution 3 In my case, it is not working in ms office .so I installed LibreOffice.
×
×
  • Create New...