Click here to Skip to main content
15,891,704 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: help Pin
Russell'19-Aug-07 23:56
Russell'19-Aug-07 23:56 
GeneralRe: help Pin
Giorgi Dalakishvili20-Aug-07 0:01
mentorGiorgi Dalakishvili20-Aug-07 0:01 
GeneralRe: help Pin
Russell'20-Aug-07 0:36
Russell'20-Aug-07 0:36 
GeneralRe: help Pin
Giorgi Dalakishvili20-Aug-07 0:39
mentorGiorgi Dalakishvili20-Aug-07 0:39 
AnswerRe: help Pin
Christian Graus20-Aug-07 0:53
protectorChristian Graus20-Aug-07 0:53 
GeneralRe: help Pin
Russell'20-Aug-07 2:05
Russell'20-Aug-07 2:05 
GeneralRe: help Pin
Christian Graus20-Aug-07 15:01
protectorChristian Graus20-Aug-07 15:01 
AnswerRe: help Pin
Justin Perez20-Aug-07 11:15
Justin Perez20-Aug-07 11:15 
I don't recommend you use the Office Interop for this, as the end user may not have Office installed on their machine. You can use the OLEDB provider to load the excel spreadsheet into a DataTable. Once it is loaded into the table, create a FileStream and iterate through the datatable. Iterate through the DataTable and use a StringBuilder to add the columns to a string, and sepereate the fields by a comma. Once you get to the end of each row, write them to the file. When creating the file, make it "myFile.csv," and you will be able to load it into Excel, and it will be in a spreatsheet like you wanted. Hope that is what you are looking for. Also, DON'T CROSS-POST!!!!!!!!



I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")

Questionhow to use several Form and use called her methods ? Pin
aefmaaradji19-Aug-07 10:54
aefmaaradji19-Aug-07 10:54 
AnswerRe: how to use several Form and use called her methods ? Pin
Christian Graus19-Aug-07 11:33
protectorChristian Graus19-Aug-07 11:33 
GeneralRe: how to use several Form and use called her methods ? [modified] Pin
aefmaaradji20-Aug-07 5:42
aefmaaradji20-Aug-07 5:42 
QuestionIdle Process under XP SP2! wrong pid? or a feature? Pin
xball17-Aug-07 13:19
xball17-Aug-07 13:19 
AnswerRe: Idle Process under XP SP2! wrong pid? or a feature? Pin
George L. Jackson18-Aug-07 7:24
George L. Jackson18-Aug-07 7:24 
QuestionTCL and C++ codings Pin
ucharista17-Aug-07 8:32
ucharista17-Aug-07 8:32 
Questionhow the music files are being handled in a game Pin
saraswathy14316-Aug-07 17:33
saraswathy14316-Aug-07 17:33 
AnswerRe: how the music files are being handled in a game Pin
Mark Salsbery17-Aug-07 5:34
Mark Salsbery17-Aug-07 5:34 
QuestionAssembly probing Pin
KrunalC15-Aug-07 16:47
KrunalC15-Aug-07 16:47 
AnswerRe: Assembly probing Pin
George L. Jackson16-Aug-07 0:14
George L. Jackson16-Aug-07 0:14 
QuestionPrinting with GDI+ Pin
BuckBrown15-Aug-07 11:59
BuckBrown15-Aug-07 11:59 
AnswerRe: Printing with GDI+ Pin
Luc Pattyn15-Aug-07 12:10
sitebuilderLuc Pattyn15-Aug-07 12:10 
GeneralRe: Printing with GDI+ Pin
BuckBrown16-Aug-07 9:35
BuckBrown16-Aug-07 9:35 
GeneralRe: Printing with GDI+ Pin
Luc Pattyn16-Aug-07 10:41
sitebuilderLuc Pattyn16-Aug-07 10:41 
GeneralRe: Printing with GDI+ Pin
BuckBrown16-Aug-07 9:43
BuckBrown16-Aug-07 9:43 
GeneralRe: Printing with GDI+ Pin
Luc Pattyn16-Aug-07 10:34
sitebuilderLuc Pattyn16-Aug-07 10:34 
GeneralRe: Printing with GDI+ Pin
BuckBrown16-Aug-07 11:17
BuckBrown16-Aug-07 11:17 

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.