BI Publisher (MOSC)

MOSC Banner

Excel Format is not proper after coverting from RTF to XLS.

edited Mar 20, 2016 4:06PM in BI Publisher (MOSC) 12 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center