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

aschinch

Members
  • Posts

    20
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by aschinch

  1.  

     

     

    Frankly, I have not used propertyExpression tag.

    1) I have used following code to rename the sheets.

    String[] sheetNames ={"Sheet1","Sheet2","Sheet3"};

    JExcelApiExporter exporter = new JExcelApiExporter();

    exporter.setParameter(JRXlsExporterParameter.

    sheetNames);

     

    SHEET_NAMES

     2) Another option is to use iReport for ranaming sheets. There is a property called "Sheet Names" in export options.

     

     

     

  2. I want to excel export to an existing file which has some other things like charts, pivot tables, macros etc.

    Is it possible to do this? I have seen JRExporterParameter INPUTFILE parameter, but this is not working.

  3. I am also in need of embedding excel macro with Jasper reports.

    Similarly I need to use existing excel pivot tables with Jasper reports.

    Can someone update on these questions?

    1. Can jasper support adding an excel macro

    2. Can jasper overwrite / append to an existing excel file (which contains a macro or pivot table)

    Thanks,

    Avinash

  4. I am also in need of embedding excel macro with Jasper reports.

    Similarly I need to use existing excel pivot tables with Jasper reports.

    Can someone update on these questions?

    1. Can jasper support adding an excel macro

    2. Can jasper overwrite / append to an existing excel file (which contains a macro or pivot table)

    Thanks,

    Avinash

  5. I want to update this with the answers I found out -

    1) Surprisingly there is no simple way to add lables to line charts. You need to use customizer class which will have code similar to this.

     LineAndShapeRenderer renderer =renderer.setBaseItemLabelGenerator(new CustomLabelGenerator());true);

    renderer.setBaseItemLabelsVisible( ); 

    LineAndShapeRenderer)chart.getCategoryPlot().getRenderer();

     

    CustomLabelGenerator is already available in the forum.

     

    2) We need to apply some theme which will place the titles properly.

    Post Edited by aschinch at 11/05/2009 08:27



    Post Edited by aschinch at 11/05/2009 08:27
  6. My requirement is when I export the report in excel, it should be linked to the datatable on the same page.

    And the chart should be updated when the data is changed.

    Is it possible in Jasper reports? Immediate help is needed.

     

  7. I am trying to export the file as CSV file. The file is generated correctly except that the columns are not surrounded by double quotes. I am using iReport to export. Has anyone faced and resolved this issue? Thanks.
     

  8. I am trying to export the file as CSV file. The file is generated correctly except that the columns are not surrounded by double quotes. I am using iReport to export. Has anyone faced and resolved this issue? Thanks.

  9. 1) Is it possible to displayes values on Line chart  and how?

    2)  My X-axis labels are too big and hence not displayed completely. is there any way to wrap this text and show

    in orderly manner on the x-axis.

    Any immediate reply will be highly appreciated.

  10. I am not sure whether this question is answered before. The maximum number of rows in excel are 65000.

    But we are facing some issues when the number of rows are more than even 5000.

    Is there any known issue for maximum number of rows to be exported to excel?

    Or do we need to change some settings? or some report design parameters like width of sheet etc. in order to get the maximum number of rows exported?



    Post Edited by aschinch at 08/26/2009 11:21
  11.  I am working on one requirement, where we need a drill down report.

    As soon as you click on some field in a report, it should take that field as parameter and open another detailed report.

    This should happen even after you export the report in Excel.

    Anybody has any suggestion about this?

    Thanks in advance.

  12. Thanks for your suggestions. I could overcome this issue by switching over to "iReport-nb-3.5.1".

    This newer version of iReport has option called "Sheet Names" within export options for excel.

    The names will be assigned to the sheets.

     

  13. I am working on one requirement, where we need a drill down report.

    As soon as you click on some field in a report, it should take that field as parameter and open another detailed report.

    This should happen even after you export the report in Excel.

    Anybody has any suggestion about this?

    Thanks in advance.

     

     



    Post Edited by aschinch at 08/12/2009 11:10



    Post Edited by aschinch at 08/12/2009 11:11
  14. I am working on Excel report displaying month name for each sheet. I know we can add  jrxlsexporterparameter.sheet_names parameter from java code to change the names of the excel sheets. But I want to change the name of sheet dynamically based on the month. Also can this be done while previewing from iReport? I have checked export options under the options menu, but could not find it.

×
×
  • Create New...