Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default How to open large HTML FILES IN EXCEL In quick Time

hi,

i am using the following code to generate a xls file using the
content type
now when the user opnes the file at his pc it takes long time to
open..if the no of records in file is large
does the use of html tags has slow down the process of opening in
excel...
does speical care needs to be taken so that large html files open in
excel quiclky.....................

Please advise your feedback....


Response.ContentType = "application/vnd.ms-excel"
Response.Write("<basefont face=""Arial Narrow"" size = ""2""
color=""#000000""")
Response.Write("<TABLE border = 0 color=blue align=left")
Response.Write("<TR")
Response.Write("<td colspan = 8<font size=4<bIndirect Channels -
Management Information System</b</font</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("&nbsp")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("<td colspan = 7<font size=3<b" & strRptName &
"</b</font</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("&nbsp")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("<td colspan = 4<bUser Id : " & session("userid") &
"</b</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("<td colspan = 4<bUser Name : " &
session("username") & "</b</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("<td colspan = 4<bPeriod From : " & strPeriodFrom &
"</b</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("<td colspan = 4<bPeriod To : " & strPeriodTo &
"</b</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("&nbsp")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("<td colspan = 4<bIN CONFIDENCE</b</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("&nbsp")
Response.Write("</TR")
Response.Write("</TABLE")
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default How to open large HTML FILES IN EXCEL In quick Time

GUYS WILL GIVE ME SOME CLUE MANB

(Navin) wrote in message . com...
hi,

i am using the following code to generate a xls file using the
content type
now when the user opnes the file at his pc it takes long time to
open..if the no of records in file is large
does the use of html tags has slow down the process of opening in
excel...
does speical care needs to be taken so that large html files open in
excel quiclky.....................

Please advise your feedback....


Response.ContentType = "application/vnd.ms-excel"
Response.Write("<basefont face=""Arial Narrow"" size = ""2""
color=""#000000""")
Response.Write("<TABLE border = 0 color=blue align=left")
Response.Write("<TR")
Response.Write("<td colspan = 8<font size=4<bIndirect Channels -
Management Information System</b</font</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("&nbsp")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("<td colspan = 7<font size=3<b" & strRptName &
"</b</font</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("&nbsp")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("<td colspan = 4<bUser Id : " & session("userid") &
"</b</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("<td colspan = 4<bUser Name : " &
session("username") & "</b</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("<td colspan = 4<bPeriod From : " & strPeriodFrom &
"</b</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("<td colspan = 4<bPeriod To : " & strPeriodTo &
"</b</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("&nbsp")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("<td colspan = 4<bIN CONFIDENCE</b</td")
Response.Write("</TR")
Response.Write("<TR")
Response.Write("&nbsp")
Response.Write("</TR")
Response.Write("</TABLE")

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel files take long time to open Rick KH Excel Worksheet Functions 0 February 17th 10 04:07 PM
All excel files taking time to open prady Excel Discussion (Misc queries) 0 April 8th 08 09:48 PM
Files don't open first time EXCEL 97 Alan Excel Discussion (Misc queries) 1 November 18th 07 11:49 AM
Excel 2007 €“ Files will not open a second time. boatman Excel Discussion (Misc queries) 0 October 25th 07 01:40 PM
How to open large HTML FILES IN EXCEL In quick Time Navin Excel Programming 0 January 13th 04 12:42 PM


All times are GMT +1. The time now is 09:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"