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

Started supporting overlapping shapes in xls, xlsx, ods exported


hozawa

Recommended Posts

I've created a branch at github to begin supporting overlapping shapes.

https://github.com/ozawa-hi/jasperreports/tree/overlapping-shapes

Currently, shapes in xls and xlsx are cells and do not overlap.

I've converted them to shapes instead so overlapping shapes can be displayed.

However, overlapping shapes are not supported in docx and odt yet.

I, also, haven't supported line as shapes in ods yet so I haven't made a pull request yet because it may degrade for some users. Cheers.

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Tested on MS Office 2007 and were able to open and view xls, xlsx, and pptx generated files without problem. Need to work on docx format.

Probaby better to have property to output in original format for uses who do not want to output shapes.

 

Added property "net.sf.jasperreports.export.xls.compatibility" in xls export to switch between current cell output and shape output. Will add similar property to other export types.

Link to comment
Share on other sites

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