I recently upgraded. Now my export to excel worksheet application doesn't line up the header rows with the data rows. (How embarrassing for me that my user found the problem!) when using the following call:
Me.grdExcelExporterSalesMtg.Export(Me.UltraGrid1, ws1, 2, iLastCol + 2)
In between calls to the export, I change the data in the table and add worksheets as necessary. So is there a way to get the "start column" value that maybe I could access in the HeaderRoweExporting event? or an override that automatically keeps the header and data lined up?
This is an example of what is happening:
This is what I want to happen:
We love the grid and the excel export. By using these tools, we have taken a job that took about 5 days each quarter to less than 4 hours each quarter.
Thanks
Hi,
This is a known bug. It may already be fixed in the latest service release, but if not, it will be in the next one.
Mike,
Thanks for your reply. I checked the "known issues" and searched the forum. I wasn't sure whether this was a "bug" or there was a setting that I didn't know about. I'll keep an eye on the service releases.
Rose Anna