Excel Format is not proper after coverting from RTF to XLS.
Hi,
I am using BI Publisher API (xdocore.jar) to convert rtf file to excel file . The format of the excel file is not proper also the logo is missing after conversion.
Please assist how to convert to excel with proper format.
RTF File
Excel File After Conversion
Thanks
Hi, My query hasn't been answered. My requirement is to create an Excel Report using BI Publisher RTF template with proper formatting. I am using below code snippet to convert the file. can anybody guide me how to keep the Excel Report format proper. The below code is not helping with format. image, Color and ligament of the Excel report is not coming as expected. FOProcessor processor = new FOProcessor(); processor.setOutputFormat(getOutputFormat(processor, reportType)); processor.setData(this.agileObjectXMLData); processor.setTemplate(this.rtfXSLTData); processor.setOutput(this.agileReportData); processor.generate(); Do i need to use Excel BI Publisher for proper report formatting.? How this will help.? Thanks