Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
How to Add Informational Title Row to Exported Excel From Grid
posted

Is there a simple way to add a couple of rows to an excel spreadsheet from a simple 1 band grid export.

I want to add the title of the report and date created above the report data.

Currently i am exporting like this

 

 

Dim UltraGridExcelExporter1 As New ExcelExport.UltraGridExcelExporter

UltraGridExcelExporter1.Export(_grid, .FileName)