Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Magnus Blomberg #1
GridView -> Excel = no gridlines
Hi! I use the following client script but get no gridlines in Excel.
function Excel_onclick()
dim sHTML
sHTML = document.getElementById("GridView1").outerHTML
dim oXL, oBook, oSheet
set oXL = CreateObject("Excel.Application")
Set oBook = oXL.Workbooks.Add
oBook.HTMLProject.HTMLProjectItems(1).Text = sHTML
oBook.HTMLProject.RefreshDocument
oXL.Visible = true
oXL.UserControl = true
end function
I am using a bad way?
How to solve it?
Regards Magnus
Magnus Blomberg Guest
-
Can You Change Colors on GridLines?
Is there a way to change gridline colors in an ASP.Net Datagrid? I have been changing BorderColor at various levels without success. Thanks, ... -
Place Excel into table with ability to link when native Excel file is updated.
Is it possible to place an Excel file into InDesign and create a link so that any changes made later to the Excel file can be updated in InDesign? ... -
What is the GridView?
Hey Folks. Who can tell us all more about the GridView in http://msdn.microsoft.com/vstudio/productinfo/roadmap.aspx the successor to the DataGrid?... -
[PHP] PHP, Excel, jpgraph - can the graph be included in the Excel output?
You need a class that can create xls files with images. Or you can create a Web Archive: http://officeupdate.microsoft.com/office/webarchive.htm ... -
PHP, Excel, jpgraph - can the graph be included in the Excel output?
Good morning! I have several reports that are generated using PHP & MySQL for which I would like to include a graph using the excellent jpgraph...



Reply With Quote

