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

Excluding elements from XLS format


denys

Recommended Posts

 I am using the below to exclude corresponding bands from XLS and CSV formats and it is working fine.

However I came across a need to exclude <line/> objects from details which separates lines in HTML and PDF formats.

Is this possible at all to exclude not a whole band but some object within it for XLS?

Code:
	<property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.1" value="pageHeader"/>	<property name="net.sf.jasperreports.export.csv.exclude.origin.band.2" value="pageHeader"/>	<property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.3" value="columnHeader"/>
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

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...