[PHP] Formatting Information in header? Gridlines in Excel

2002-05-06 Thread Jay Blanchard
G' morning! Can someone tell me where to find the various options for the Header function as it relates to M$ Excel? Last week, thanks to this list, we found a way to open a worksheet in the browser and display data retrieved from a database. The worksheet opens with no gridlines, I would like

Re: [PHP] Formatting Information in header? Gridlines in Excel

2002-05-06 Thread 1LT John W. Holmes
Message - From: Jay Blanchard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 06, 2002 9:16 AM Subject: [PHP] Formatting Information in header? Gridlines in Excel G' morning! Can someone tell me where to find the various options for the Header function as it relates to M$ Excel? Last

RE: [PHP] Formatting Information in header? Gridlines in Excel

2002-05-06 Thread Jay Blanchard
[snip] Are you actually sending an excell file, or just data that you expect excell to format? If your sending a file, then you have to create the grid lines there. These are HTTP headers that you are talking about, they wouldn't have any control over excell data. [/snip] Nope, it's not an Excel

Re: [PHP] Formatting Information in header? Gridlines in Excel

2002-05-06 Thread 1LT John W. Holmes
coming onlet me try adding a border=1 to the table tagthat works! Yeah, I was going to say that. How ever you format the HTML is how it's going to show up in Excel. Excel is just going to translate the HTML tables into it's own. Same goes for colors, bold, underline, center, etc.

RE: [PHP] Formatting Information in header? Gridlines in Excel

2002-05-06 Thread Steve Bradwell
Information in header? Gridlines in Excel [snip] Are you actually sending an excell file, or just data that you expect excell to format? If your sending a file, then you have to create the grid lines there. These are HTTP headers that you are talking about, they wouldn't have any control over

Re: [PHP] Formatting Information in header? Gridlines in Excel

2002-05-06 Thread 1LT John W. Holmes
: Monday, May 06, 2002 10:05 AM Subject: RE: [PHP] Formatting Information in header? Gridlines in Excel This is intriguing me, are you opening up excel in a browser window or just printing out html tables?? I am confused. Thanks, Steve. -Original Message- From: Jay Blanchard [mailto

RE: [PHP] Formatting Information in header? Gridlines in Excel

2002-05-06 Thread Jay Blanchard
[snip] This is intriguing me, are you opening up excel in a browser window or just printing out html tables?? I am confused. [/snip] I am using PHP to query a database and create an HTML table based on the information in the database (in this case it it a large crosstab query). This is set up to

RE: [PHP] Formatting Information in header? Gridlines in Excel

2002-05-06 Thread Steve Bradwell
Wow! I am impressed, thats too cool. And man is that ever going to be helpful. Thanks, Steve -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 10:25 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Formatting Information in header? Gridlines

RE: [PHP] Formatting Information in header? Gridlines in Excel

2002-05-06 Thread David Freeman
-Original Message- Can someone tell me where to find the various options for the Header function as it relates to M$ Excel? -Original Message- As far as I know, you can't. Headers are for html/http information not for any particular helper application. If you want to

Re: [PHP] Formatting Information in header? Gridlines in Excel

2002-05-06 Thread Paul Roberts
Information in header? Gridlines in Excel [snip] This is intriguing me, are you opening up excel in a browser window or just printing out html tables?? I am confused. [/snip] I am using PHP to query a database and create an HTML table based on the information in the database (in this case