Hi,
We are populating the sheet using the command - worksheet.Cells.ImportTwoDimensionArray(Array, 0, 0), but not writing each cell as Cell.PutValue() method.
We are populating our Array from 0,0 to rows,cols.. where the Report Title would be around in (0,0) until (4,0) and Column Titles would be from (6, 0) until (6, cols) dimension. Many such Reports will be in the Array as the Report Title and Column Title will be there for all reports and needed to be displayed in same worksheet (excel tab)
Please let me know how to enable the Text Wrap and Merge cells for Report Title and Text Wrap for Column Titles.
Thanks,
Jay