Jump to content
We've recently updated our Privacy Statement, available here ×
  • How to show cell borders in XLSX export of my reports?


    akonkin
    • Features: Exporters Product: JasperReports® Library

    Question:

    I would like to show/enable cell borders in XLS/X output.

    I would like that this adjustment should be available

    in the output that should be generated from AdHoc View

    How this could be achieved?


    Answer:

    This can be achieved with the scenario that I quote below:

    - open in your favorite editor the configuration file:

    jasperserver-proWEB-INFapplicationContext.xml

    - find the part of configuration that is related to XLS export (xlsExportParameters)

    and set the property ignoreCellBorder to false:

    <property name="ignoreCellBorder" value="false"/>
    

     

    Please see the screenshot below:

    2015-08-27_1025_1(1).png.d592742db7463dd588e575a5f23e368c.png

     

     

    - save the configuration file

    - application server should be restarted to apply the adjustment

    that has been done

     

     


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...