473,758 Members | 2,340 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Gridline missed in ASP generated Excel

Dear All,

I have writing a ASP that export an Excel file by using response.conten tType
= "applicatio n/vnd.ms-excel"
I can export an Excel

However, the grey color gridline is missed, how can I display it again?
I won't draw table and set it's border = 1 since there have up to 65536 row
in Excel....

Thanks~
Jul 19 '05 #1
3 1921
Since you are simulating a Excel file, and not writing a real Excel file,
you can not control any properties that you would control with traditional
Excel files. However, if you are writing the file as a table, try changing
border colors, that usually makes a difference

<table bordercolor="#0 00000">
</table<

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"Utada P.W. SIU" <wi******@hotma il.com> wrote in message
news:Oc******** ******@TK2MSFTN GP09.phx.gbl...
Dear All,

I have writing a ASP that export an Excel file by using response.conten tType = "applicatio n/vnd.ms-excel"
I can export an Excel

However, the grey color gridline is missed, how can I display it again?
I won't draw table and set it's border = 1 since there have up to 65536 row in Excel....

Thanks~

Jul 19 '05 #2
From what I know about the topic -- no. Since Excel supports many rows (I
think 65,000+) and your table is limited, the only way to color beyond the
data is to actually have that many table rows.

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"Utada P.W. SIU" <wi******@hotma il.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
Hi Kamath,

Thanks for your help. I know using bordercolor property can control the
border color of table
However, can I control the border outside the table, please refer to
attachment. Thanks

Jul 19 '05 #3
o....thanks~ i just want to verify it cannot
Thanks
^.^
Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2050
by: Ken Ingram | last post by:
Is there a way to change gridline colors in an ASP.Net DataGrid? Have been trying bordercolor properties at various levels without success. Thanks, Ken
2
1450
by: Tracey | last post by:
I used the following code to get rid of gridline of datagrid1. However, the gridline are still there. Can someone tell me what's wrong with that? Dim tablestyle as new tablestyle with tablestyle .gridlinestyle = none .mappingname = ctype(datagrid1.datasource, datatable) end with
2
2311
by: Tracey | last post by:
Hi, there My application needs a datagrid with no gridline displayed.If the datagrid is dragged into a winform, we can easily set the gridlinecolor to be the same as datagrid's background color or set gridlinestyle to be none. However, things are different when I create a datagrid at run time though I have set its gridlinestyle to be none.The gridline are still there.
1
3098
by: Lonewolf | last post by:
hi all, just want to find out if it is possible to set the gridline of individual cell in a listview using C#. Reason for this is I need to have a listview which has fixed number of columns and rows, but individual cell can span columns, though not row. As such, I need to be able to set the gridline of individual cell, something like how u set the table grid for individual cell in MS Word's table. I don't know what event in the custom...
6
2271
by: gerry.brennan | last post by:
Hi is there a way to change the color of the vertical gridline in a datagrid or listview
2
2259
by: ruthboaz | last post by:
Hi, I am creating the following query during run-time. Dim ctl As Control Dim varItem As Variant Dim strSQL As String Dim stDocName As String
0
1745
by: sradoff | last post by:
I wish to use XPath to access data from within an Excel generated XML Spreadsheet (generated with MS Excel 2003). I am using an asp Web page (not .NET, not at this time). I instantiate MSXML.DomDocument.3.0. After loading the Excel generated XML Spreadsheet parse error free, I issue the following XPath query to create a set of row nodes from within the document: "//Workbook/Worksheet/Table/Row" I am greeted with the following error: Reference to...
4
2202
by: MangroveRoot | last post by:
A few years ago, I worked on a project in which I designed some tables, queries, forms, and reports. I'm reasonably certain that when I was designing the forms for that project, I set the snap-to grid to something like 1/16", or 1/10", or 1/8" -- enough so that it was obvious that the form elements were nicely lined up (and nicely spaced), but nothing so widely spaced as 1 whole inch apart (origin to origin). Now, however, I'm trying...
2
3848
by: Kevin G. | last post by:
Hello, I'm exporting an ASP page to Excel using 'Response.ContentType = "application/vnd.ms-excel"' and it is working fine for the most part except the particular page I'm exporting has images, and no matter what style/alignment/etc. that I provide to the <tdtag that contains the <imgtag, it always left-aligns the image in the Excel cell. Has anyone had any success with controlling the alignment of images when exporting from ASP to...
0
10076
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9908
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9885
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9740
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8744
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5332
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3402
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2702
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.