Hi Bartlomiej,
Try to use the beow line of code for exporting.
BinaryView bw =
(BinaryView)doc.getView(outputFormatType.XLSDataCentric);
where doc is documentInstance object.
Please let me know if this technique works for you.
The above mechanism is used to export a webi document report to excel so that there is no merged columns.
Thanks