I am evaluating Office writer for the following problem that we are facing with SSRS excel export. Could someone advise how can we use OfficeWriter to resolve this issue.
Problem Statement : Our client requires a report with nested groups in an excel format. They use this report for analysis and further manipulation. Due to nested groups the rows and columns get merged and the row-height is not automatically adjusted to the text. The text in these cells are therefore not visible.
I understand that this can be done using a macro or passing the report through an ExcelApplication code. But I want to understand if this can be done using the native SSRS report (with the design created in the reportbuilder) and just passing that excel file to a piece of code(either macro or excel application). Or if I would need to rewrite the report format in OfficeWriter Designer as a template and that template gets sent to the code on runtime.