473,763 Members | 7,611 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Exporting HTML table to Excel

Hi

How can I Export an HTML Table to excel?
My goal is a button, and when the user clicks this button a popup appears
asking the user to 'open' or 'save' the generated Excel file.

Actually I'm exporting by rendering my table to an htmlwriter and sending
this to excel. This is working nearly perfect. There's a problem with Excel's
auto-formatting of cells.
Excel is changing the content of my cells. '1.23' is getting 'Jan 23',
'true' gets 'TRUE' and so on. Always if Excel recognizes a format it knows,
it changes the content.
How can I prevent Excel from doing this?
I want my content 'as is'. Means it shouldn't be changed.
If I need to change my export (creating a excel workbook and sheet in
asp.net) I need at least the coding framework to get one cell filled, because
all my attempts in doing this went to an exception :(

Here's the actual piece of code I'm using:

Dim sw As System.IO.Strin gWriter = New System.IO.Strin gWriter
Dim hw As System.Web.UI.H tmlTextWriter = New HtmlTextWriter( sw)
Dim str_temp As String = "attachment;fil ename=dtsReport _" &
System.DateTime .Today.Month & "-" & System.DateTime .Today.Day & "-" &
System.DateTime .Today.Year & ".xls"
Response.Clear( )
Response.AddHea der("content-disposition", str_temp)
Response.Conten tType = "applicatio n/ms-excel"

tbl_temp.Render Control(hw)
Response.Write( sw.ToString())
Response.End()
Mar 20 '07 #1
5 4177
"schmidte" <sc******@discu ssions.microsof t.comwrote in message
news:D3******** *************** ***********@mic rosoft.com...
How can I Export an HTML Table to excel?
http://www.google.co.uk/search?hl=en...rt+Excel&meta=
Mar 20 '07 #2
thanks for the reply.
but in my Post there was a little bit more precise question. With google I
find how to simply export the data. As you see in my post, I am actually able
to export my data.
The problem is, that it isn't correctly formatted. Means the strings
themselves aren't correct, because Excel auto-formats them after reading my
export.
And if it's necessary to create the complete sheet via vb.net and send the
sheet or xls to the client, I need a good and clean example, which simply
fills one cell and sends the generated data via response to the client.
because the solutions from your google post didn't work for me.

"Mark Rae" wrote:
"schmidte" <sc******@discu ssions.microsof t.comwrote in message
news:D3******** *************** ***********@mic rosoft.com...
How can I Export an HTML Table to excel?

http://www.google.co.uk/search?hl=en...rt+Excel&meta=
Mar 20 '07 #3
"schmidte" <sc******@discu ssions.microsof t.comwrote in message
news:A1******** *************** ***********@mic rosoft.com...
because the solutions from your google post didn't work for me.
http://www.codersource.net/published..._to_excel.aspx

Scroll down to the section entitled "Format Issue when Exporting datagrid to
Excel:"
Mar 20 '07 #4
thank you, this was exactly what I was looking for. Damn, I googled so long
just for a simple Style.
Thanks a lot.

"Mark Rae" wrote:
"schmidte" <sc******@discu ssions.microsof t.comwrote in message
news:A1******** *************** ***********@mic rosoft.com...
because the solutions from your google post didn't work for me.

http://www.codersource.net/published..._to_excel.aspx

Scroll down to the section entitled "Format Issue when Exporting datagrid to
Excel:"
Mar 22 '07 #5
"schmidte" <sc******@discu ssions.microsof t.comwrote in message
news:80******** *************** ***********@mic rosoft.com...
thank you, this was exactly what I was looking for.
Hurrah!
Thanks a lot.
Welcome.
Mar 22 '07 #6

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

Similar topics

3
9529
by: Jeremy | last post by:
Hi, I have a webpage that is taking input from a form and using it as criteria to select data out of an sql database. The page displays an html table with the results. The user can then click a button "excel" to open or save the file as an excel document. This works, and everything in the excel document is formatted fine except for the first column which in this case is "Part Number". The problem is that this part number: 883100105100...
6
5772
by: A P | last post by:
Is this possible? I am planning to export data from SQL that generates HTML table. Instead of selecting the table and then copy then paste to word, I need a script(JS or VB) that will automatically export or open the Query to word.
3
8012
by: Chris | last post by:
Could someone please provide me an effective means of exporting data from a data set (or data grid) to Excel?
3
9248
by: sridevi | last post by:
Hello How to export data from ms-access database to excel worksheet using ASP. mainly i need to export data to multiple worksheets. it is very urgent to us. i have a sample code which works only exporting to single worksheet. but i need to export data to multiple worksheets. it is very urgent to us. so please help me in code.
3
4269
by: Andres Romero | last post by:
I have a button in my html page for exporting to excel files using the RenderControl function. When the table generated is small in rows size it works fine, but when there are much more rows (more than 5000) the excel loss format in the last rows mainly in Rowsan or Colspan property for the table. This is the code I'm using Response.Clear(); Response.Buffer=true; Response.ContentType = "application/vnd.ms-excel"; Response.Charset = "";
6
12591
by: Kevin Humphreys | last post by:
Hi There, I am trying to export a recordset to an excel file using the Content Type below in the header. Response.ContentType = "application/vnd.ms-excel" Which works fine however the problem is that when I have a number in a column with a leading zero the zero gets dropped.
21
6243
by: bobh | last post by:
Hi All, In Access97 I have a table that's greater than 65k records and I'm looking for a VBA way to export the records to Excel. Anyone have vba code to export from access to excel and have the code use multiple excel tabs within a workbook???? Anyone have vba code that would create a temp table write 65,000 records to it, export those to excel, clean the temp table, append the next 65,000 records, export it to excel with a different...
2
3184
by: Snozz | last post by:
The short of it: If you needed to import a CSV file of a certain structure on a regular basis(say 32 csv files, each to one a table in 32 databases), what would be your first instinct on how to set this up so as to do it reliably and minimize overhead? There are currently no constraints on the destination table. Assume the user or some configuration specifies the database name, server name, and filename+fullpath. The server is SQL...
2
2575
by: billkeziah | last post by:
I am exporting data from an HTML table to MS Excel using ASP. Everything works fine except that data that is in one HTML cells separated by the "<BR>" export to MS Excel in 2 separate data cells in Excel. How can I make it go into one cell? Thanx in advance..
0
9564
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9387
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9823
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
8822
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...
1
7368
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6643
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2794
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.