|
Browse by Tags
All Tags » UltraWebGrid » UltraWebGridExcelExporter ( RSS)
-
Here is one way you can do this: Workbook wb = new Workbook (); Worksheet ws=wb.Worksheets.Add( "main" ); WorksheetImage wsi = new WorksheetImage (System.Drawing. Image .FromFile(MapPath("~/") + "16_excel.gif")); wsi.TopLeftCornerCell = ws.Rows[0].Cells[0]; wsi.BottomRightCornerCell...
-
I'm exporting an UltraWebGrid to Excel using the Excel Exporter. It works great, but now my customer would like to insert the company logo onto the spreadsheet. Is there any way to do this? I've been looking through the docs and forums and haven't seen anything. Thanks! Scott
Page 1 of 1 (2 items)
|
|