Jump to content

Recommended Posts

Hi there,

I am working on a Project in Jaspersoft Studio. One requirement is, that in one column, instead of just text there should be a dropdown list in each cell filled with data from the database.
I have looked basically everywhere but have not found an answer yet.

Does anyone know how to solve this problem?

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 4 weeks later...

There are a subset of Excel properties supported by Jaspersoft's Excel exporter. This does not include the properties associated with data validation.

A list of those properties is found here: https://jasperreports.sourceforge.net/config.reference.html

You may be able to  create a custom exporter that will implement these properties. You would need to write java code to implement this custom java class. Unbderstand this is a complex extension of Jaspersoft. The links below may be helpful.

The Excel properties around data validation are discussed here: https://docs.devexpress.com/OfficeFileAPI/DevExpress.Spreadsheet.DataValidation

JasperReports JAVA API is  here:  https://jasperreports.sourceforge.net/api/index.html

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