Re: how to convert dataset into excel sheet

2005-09-23 Thread venkat_kl
--- New Message on BDOTNET --- From: venkat_kl Message 5 in Discussion Hi, Even though you have got a reply, You can still read these things also How To Transfer XML Data to

how to convert dataset into excel sheet

2005-09-21 Thread prabhat_2
--- New Message on BDOTNET --- From: prabhat_2 Message 1 in Discussion hi i want to convert dataset into excel sheet and vice versa. and in reporting time i want to show

Re: how to convert dataset into excel sheet

2005-09-21 Thread DotNetRanji
the column names. Cheers, Ranjith -Original Message- From: bdotnet@groups.msn.com [mailto:[EMAIL PROTECTED] On Behalf Of prabhat_2 Sent: Wednesday, September 21, 2005 5:57 PM To: bdotnet@groups.msn.com Subject: how to convert dataset into excel sheet

Re: how to convert dataset into excel sheet

2005-09-21 Thread prabhat_2
--- New Message on BDOTNET --- From: prabhat_2 Message 3 in Discussion hi ranjit that is true to convert excel sheet into datase ok, but how can we store dataset into excel

Re: how to convert dataset into excel sheet

2005-09-21 Thread _hdesai
--- New Message on BDOTNET --- From: _hdesai Message 4 in Discussion this should help you get started http://www.codeproject.com/csharp/datasettoexcel.asp Himanshu

Re: DataSet to Excel

2005-06-15 Thread Gururaaj
--- New Message on BDOTNET --- From: Gururaaj Message 9 in Discussion Sorry forgot to mention that even I'm doing this coversion in a separate class DataSetToExcel, which has

Re: DataSet to Excel

2005-06-14 Thread LovedJohnySmith
--- New Message on BDOTNET --- From: LovedJohnySmith Message 5 in Discussion Aman: Look at the following URL, it illustrates how you can export the XML file to EXCEL

Re: DataSet to Excel

2005-06-14 Thread LovedJohnySmith
--- New Message on BDOTNET --- From: LovedJohnySmith Message 2 in Discussion Guru: If you're willing to use the Jet Provider for your solution, you can copy data from any desktop

Re: DataSet to Excel

2005-06-14 Thread alladin
--- New Message on BDOTNET --- From: alladin Message 3 in Discussion Hi, Well you can export data from your dataset to excel by changing the contenttype and create an HTML table

Re: DataSet to Excel

2005-06-14 Thread BDOTNET
--- New Message on BDOTNET --- From: AmanTheLearner Message 4 in Discussion Hi Yasin, Can you please elaborate the 2nd methodGenerating XML from dataset is fine, but how can I

DataSet to Excel

2005-06-14 Thread Gururaaj
--- New Message on BDOTNET --- From: Gururaaj Message 1 in Discussion I would like to export a table in a DataSet to Excel spreadsheet. Can anybody guide me on how to do

Re: DataSet to Excel

2005-06-14 Thread Gaddam_Prakash
retrieved from a Stored Procedure and I need to push each of the result sets in to 5 sheet in the excel file. Any help would be appreciated. Thanks On 6/14/05, LovedJohnySmith [EMAIL PROTECTED] wrote: New Message on BDOTNET DataSet to Excel Reply Reply to Sender Recommend Message 5

Re: DataSet to Excel

2005-06-14 Thread BDOTNET
(oStringWriter.ToString()) HttpContext.Current.Response.AppendHeader(Content-disposition, attachment;filename) HttpContext.Current.Response.ContentType = application/vnd.ms-excel Gururaaj [EMAIL PROTECTED] wrote: New Message on BDOTNET DataSet to Excel Reply Reply to Sender

Export Dataset to Excel

2004-08-31 Thread julurivivek
--- New Message on BDOTNET --- From: julurivivek Message 1 in Discussion Hii want to export data from dataset to Excel, i used the follwoing code response.ContentType

Re: Export Dataset to Excel

2004-08-31 Thread -Aman_Garg-
--- New Message on BDOTNET --- From: -Aman_Garg- Message 2 in Discussion Check this out http://www.diendantinhoc.org/portal/NewsTopic/23/1023453695 hope this helps you.

Re: Export Dataset to Excel

2004-08-31 Thread SivaDotNet
--- New Message on BDOTNET --- From: SivaDotNet Message 3 in Discussion Hi, U can dump the contents of ur data grid / DataSet to an Excel sheet and dispaly it in the browser. So

Re: Export Dataset to Excel

2004-08-31 Thread _Neeraj_
[EMAIL PROTECTED] Date: Tue, 31 Aug 2004 04:12:22 -0700 Subject: Re: Export Dataset to Excel To: BDOTNET [EMAIL PROTECTED] New Message on BDOTNET Export Dataset to Excel Reply Reply to Sender Recommend Message 3 in Discussion From: SivaDotNet Hi, U can dump the contents of ur