Click here to Skip to main content
15,921,837 members
Home / Discussions / C#
   

C#

 
Generalproblems binding my combobox Pin
robmays1-Jun-04 1:16
robmays1-Jun-04 1:16 
GeneralRe: problems binding my combobox Pin
Heath Stewart1-Jun-04 6:24
protectorHeath Stewart1-Jun-04 6:24 
GeneralRe: problems binding my combobox Pin
robmays1-Jun-04 20:25
robmays1-Jun-04 20:25 
GeneralRe: problems binding my combobox Pin
Heath Stewart2-Jun-04 2:41
protectorHeath Stewart2-Jun-04 2:41 
QuestionHow to export dataset to excel Pin
wangjim1-Jun-04 0:42
wangjim1-Jun-04 0:42 
AnswerRe: How to export dataset to excel Pin
Dave Kreskowiak1-Jun-04 6:04
mveDave Kreskowiak1-Jun-04 6:04 
GeneralRe: How to export dataset to excel Pin
wangjim1-Jun-04 7:12
wangjim1-Jun-04 7:12 
GeneralRe: How to export dataset to excel Pin
Dave Kreskowiak1-Jun-04 7:18
mveDave Kreskowiak1-Jun-04 7:18 
I just did! Confused | :confused: And it didn't have anything to do with XML!

Read my previous post, and click on the link. You'll find the code to do what you want. If you really want to compare methods for speed here[^] is another document that covers a number of different methods for getting data into Excel. But, using the Automation method is the most direct, so it's going to be the fastest, no matter which file method you choose...

If you have this huge amount of data (I hope it FITS into an Excel sheet!), why would you want to read this data from a file, reformat it and write it back out, then have Excel read it again? Seems like your doing 3x the file work compared to reading the data once and parsing and plugging the data directly into the worksheet.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: How to export dataset to excel Pin
wangjim1-Jun-04 17:59
wangjim1-Jun-04 17:59 
GeneralHighlighting a ListViewItem during drag-over Pin
Kiran Kamath31-May-04 23:01
Kiran Kamath31-May-04 23:01 
GeneralRe: Highlighting a ListViewItem during drag-over Pin
Heath Stewart1-Jun-04 6:19
protectorHeath Stewart1-Jun-04 6:19 
GeneralRe: Highlighting a ListViewItem during drag-over Pin
Kiran Kamath2-Jun-04 19:29
Kiran Kamath2-Jun-04 19:29 
GeneralGet Ip of Client Pin
hprahul31-May-04 22:52
hprahul31-May-04 22:52 
GeneralRe: Get Ip of Client Pin
Judah Gabriel Himango1-Jun-04 3:54
sponsorJudah Gabriel Himango1-Jun-04 3:54 
GeneralRe: Get Ip of Client Pin
Dave Kreskowiak1-Jun-04 4:25
mveDave Kreskowiak1-Jun-04 4:25 
GeneralDefaultButton Pin
Wizard_0131-May-04 22:49
Wizard_0131-May-04 22:49 
GeneralRe: DefaultButton Pin
Mazdak31-May-04 23:11
Mazdak31-May-04 23:11 
GeneralRe: Rich Text Box Pin
Johnnny31-May-04 18:36
Johnnny31-May-04 18:36 
GeneralRe: Rich Text Box Pin
Judah Gabriel Himango31-May-04 19:57
sponsorJudah Gabriel Himango31-May-04 19:57 
GeneralRe: Rich Text Box Pin
Johnnny31-May-04 20:09
Johnnny31-May-04 20:09 
QuestionHow can I control the checkbox using other application? Pin
nizhigang31-May-04 17:03
nizhigang31-May-04 17:03 
AnswerRe: How can I control the checkbox using other application? Pin
Mazdak31-May-04 18:57
Mazdak31-May-04 18:57 
GeneralRe: How can I control the checkbox using other application? Pin
nizhigang31-May-04 20:30
nizhigang31-May-04 20:30 
GeneralRe: How can I control the checkbox using other application? Pin
Mazdak31-May-04 23:08
Mazdak31-May-04 23:08 
GeneralRe: How can I control the checkbox using other application? Pin
nizhigang1-Jun-04 20:18
nizhigang1-Jun-04 20:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.