I have a grid which currently uses ExcelML for exporting. I make changes to some of the column header texts in the grid's ItemCreated event. I also include some html break line code in some grid column headers (in the grid declaration) so that these headers will display on two lines.
1) I notice that my changes made in the grid Itemcreated even don't get exported.
2) I would also like to scrub the column headers and replace the <br/> tagas I have with a space or some other character that won't look bad in Excel.
Is it possible to do either of these things using ExcelML, or is there somee other export option that would make these possible?
1) I notice that my changes made in the grid Itemcreated even don't get exported.
2) I would also like to scrub the column headers and replace the <br/> tagas I have with a space or some other character that won't look bad in Excel.
Is it possible to do either of these things using ExcelML, or is there somee other export option that would make these possible?