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

Controling XLSX export parameters


eyale

Recommended Posts

 Hi,

I'm trying to figure out how to config the XLSX export params via the applicationContext.xml file.

i can control the XLS export parms via: 

 <bean id="xlsExportParameters" class="com.jaspersoft.jasperserver.api.engine.jasperreports.common.XlsExportParametersBean">

       <property name="detectCellType" value="true"/>

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

        <property name="removeEmptySpaceBetweenRows" value="true"/>

        <property name="removeEmptySpaceBetweenColumns" value="true"/>

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

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

        <property name="collapseRowSpan" value="true"/>

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

        <property name="fontSizeFixEnabled" value="true"/>

        <property name="maximumRowsPerSheet" value="0"/>

        <property name="xlsFormatPatternsMap" ref="formatPatternsMap"/>

    </bean>

 

is there similar conf for XLSX? 

 

thanks.,

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...