Hello,
I am using BOXI 4.1 jars of SDK in our application to extract the BO reports from the BO server.Those jars are mentioned below.
dsws-bicatalog.jar
dsws-biplatform
dsws-common
dsws-publish
dsws-queryservice
dsws-reportengine
dsws-session
While downloading the report into Excel sheet the Columns are getting merged.
Some part of the code is mentioned below.
DocumentInformation boDocInfo = view.getReportEngine().getDocumentInformation(
documentReference, null, null, null, retBOData);
documentReference = boDocInfo.getDocumentReference();
BinaryView boView = boDocInfo.getView();
While analyzing I found that this could happen because of Report header in the excel sheet.
I have checked the solution like use of
BinaryView bview = (BinaryView) WebiDocument.getView(OutputFormatType.XLSDataCentric); with SDK Rebean.
Please let me know how can I avoid the merging of the columns without Rebean.
In attached screenshot columns P and Q are getting merged.
Thanks,
Niraj