Results 1 to 1 of 1

Thread: Not Desired Presentation for XLS files with Jasper/IReport

  1. #1
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Question Not Desired Presentation for XLS files with Jasper/IReport

    Dear Members

    i used to work with jasper/ireport report and i am fine
    usually i generate pdf reports with many pages

    i noticed that if in the IReport JasperViewer
    i save the preview with extension .pdf, well i get this file

    the problem is when i save this to XLS format
    i have 2 choices, single/multiple sheets

    if i choice single sheets,
    well the file is created but cant be open in windows and even linux (open office)

    i must choice multiple sheets, but each page from the
    IReport JasperViewer generate a sheet in the XLS file
    why?

    even worst, pls see the attachment file
    why the ugly presentation of rows and columns??

    normally i work with spring framework
    i generate for my application in this way the pdf report

    Code:
    somenamejasperreport.(class) = org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView
    somenamejasperreport.reportDataKey = datasource
    somenamejasperreport.url = /WEB-INF/reports/xspring.jasper
    of course that for XLS report should be

    Code:
    somenamejasperreport.(class) = org.springframework.web.servlet.view.jasperreports.JasperReportsXlsView
    somenamejasperreport.reportDataKey = datasource
    somenamejasperreport.url = /WEB-INF/reports/xspring.jasper
    but the results are the same

    can i fix this?, how?

    thanks in advanced
    Attached Images Attached Images
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •