If someone could point me in the right direction I'd appreciate it.
I am exporting a grid using the GridViewSpreadExport. I stylize the cells using the grid's ViewCellFormatting event.
I expected WYSIWYG functionality. For the most part, everything exports as expected. However, it seems some of the cell formatting that I perform in the ViewCellFormatting event to format the Header cells isn't captured in the grid's exportation to Excel.Specifically, the Header cell textorientation and fliptext properties are ignored.
How might I incorporate that into the exportation??
Thank you for your time!