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

longbeach75

Members
  • Posts

    6
  • Joined

  • Last visited

longbeach75's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. You could also take into consideration switching from JRXlsExporter to JExcelApiExporter as the latter is able to export images. thanks for your answer. Well, we initially switched from JRXlsExporter to JExcelApiExporter. But it seems, if i am not wrong, that it is taking much more time to perform the export. If I use the JRXlsExporter class, then it is super fast, but of course the pictures are not showing. That is why i want to figure out to integrate the latest POI version into the JasperReports framework.
  2. hi, Since Excel 2003 is a major problem when dealing with Excel reports that have a lot of rows per sheet, i would like to use Excel 2007 instead. File size limitations surprisingly crop up quite frequently in larger Excel work-books. Excel 2007 certainly changes this, with support rising to a massive 16,384 columns and a staggering 1,048,576 rows – up from 256 columns and 65,536 rows, respectively. Is there a way to specify the Excel version in the code ? in the Excel API ? Or is it recognized automatically ? What if I have both versions installed ? By the way, I am still looking for a working solution to deal with big reports and avoid the error The maximum number of rows permitted on a worksheet been exceeded . Thanks
  3. sanda, thanks for your reply. But this is NOT the solution since I already have the IS_ONE_PAGE_PER_SHEET parameter set to Boolean.TRUE and I have already tried to set the pageHeight attribute to a very large value. So the solution is elsewhere. Can anyone point me to the right direction or give me some hints/settings that could help ? Thanks a lot for your help.
  4. hi, I want to generate 2 pdf files. One has to have a yellow background. How do you set the background color ? Another one has to have a picture for background. How do you fix the background with an image with iReport ? Also, I want to display data at different parts of this image. Is it possible ? Thanks for your help.
  5. IReport does not include the Derby JDBC Driver, what can I do to make this happen? Thanks!!
×
×
  • Create New...