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

verter

Members
  • Posts

    9
  • Joined

  • Last visited

verter's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I was very sad when sow that iReport pass to MS Excel maximum 8 digits only of BigDecimal or Long value (((( For example, if the value is 1234567899999 then iReport export to MS Excel is 12345678 !!! What can I do to export 1234567899999 exactly? I'm using iReport version 1.3.0 jasperReports version 1.3.0 Dmitry Post edited by: verter, at: 2007/08/08 09:36
  2. codyjasperForge: Check the iReport src folder for the Excel exporter class I'm already using exporter class - JRXlsExporter, but I can't find its method or something else to set Excel sheet margins. version of iReport is 1.3.0 version of jasperReports is 1.3.0 Post edited by: verter, at: 2007/07/27 07:13
  3. To build reports I'm using JasperReport & iReport. I've created report template in iReport and used JRXlsExporter class for data export to MS Excel. All work fine, but I can't set margins and headlines size of excel sheet. How can I do this? Dmitry.
  4. How to create a report to data load into MS Excel where its cells format would be set up as digital but not general?
  5. I use iReport 1.3.0 and create java application with jasperreports-1.3.0.jar for building reports and export data to MS Excel. I've got a report template file (*.jrxml). In "Pattern" property of the text field I set format "0.00" for represent double value. When I get the report in MS Excel then all double values has "0" format - it's very sad((: In java code to data transfer into jasper I use my own class MyJRDataSource implements JRDataSource where I override method getFieldValue: public Object getFieldValue(JRField jrField) { if ("SUMMARY".equals(name)) return new Double(5.75); return null; { What I should to do that to win this problem? Post edited by: verter, at: 2007/03/12 08:33 Post edited by: verter, at: 2007/03/12 08:35
  6. I use iReport 1.3.0 and create java application with jasperreports-1.3.0.jar for building reports and export data to MS Excel. I've got a report template file (*.jrxml). In "Pattern" property of the text field I set format "0.00" for represent double value. When I get the report in MS Excel then all double values has "0" format. What I should to do that to win this problem?
  7. How don't to do division by pages in iReport? And I don't want the columnHeader on every page. How?
  8. How to create a band? I'm seriously. I use iReport version 1.3.0 From Russia with love:cheer:
×
×
  • Create New...