Click here to Skip to main content
16,004,927 members
Home / Discussions / C#
   

C#

 
QuestionJava to C# eBook Pin
Sukhjinder_K13-Jul-07 2:45
Sukhjinder_K13-Jul-07 2:45 
AnswerRe: Java to C# eBook Pin
Christian Graus13-Jul-07 3:24
protectorChristian Graus13-Jul-07 3:24 
AnswerRe: Java to C# eBook Pin
Paul Conrad13-Jul-07 4:03
professionalPaul Conrad13-Jul-07 4:03 
AnswerRe: Java to C# eBook Pin
PhilDanger13-Jul-07 4:23
PhilDanger13-Jul-07 4:23 
GeneralRe: Java to C# eBook Pin
Sukhjinder_K13-Jul-07 4:28
Sukhjinder_K13-Jul-07 4:28 
GeneralRe: Java to C# eBook Pin
leppie13-Jul-07 4:37
leppie13-Jul-07 4:37 
QuestionCSV format to XSL format in C# Programming Pin
liyakhat_shahid13-Jul-07 2:43
liyakhat_shahid13-Jul-07 2:43 
AnswerRe: CSV format to XSL format in C# Programming Pin
Jimmanuel13-Jul-07 7:03
Jimmanuel13-Jul-07 7:03 
here are 2 ideas:

1) do the open and save methods allow you to specify the format of the input/output? In the save parameter list there's XlFileFormat.xlWorkbookNormal - is there another format in that enumeration that better represents what you want? Try looking here[^] for information about those methods

2) parse the .csv and print your .xls files manually. This will obviously require more work but will ultimately give you much more flexibility with your format conversions. Here[^] is a short example of creating your own Excel file.
GeneralRe: CSV format to XSL format in C# Programming Pin
liyakhat_shahid16-Jul-07 0:02
liyakhat_shahid16-Jul-07 0:02 
GeneralRe: CSV format to XSL format in C# Programming Pin
Jimmanuel16-Jul-07 2:48
Jimmanuel16-Jul-07 2:48 
GeneralRe: CSV format to XSL format in C# Programming Pin
liyakhat_shahid19-Jul-07 2:43
liyakhat_shahid19-Jul-07 2:43 
Questionsqlceme.dll missing Pin
pmartike13-Jul-07 2:13
pmartike13-Jul-07 2:13 
AnswerRe: sqlceme.dll missing Pin
pmartike13-Jul-07 3:20
pmartike13-Jul-07 3:20 
Questionhow to access file at server side and print Pin
absprogrammer13-Jul-07 1:56
absprogrammer13-Jul-07 1:56 
AnswerRe: how to access file at server side and print Pin
Christian Graus13-Jul-07 3:25
protectorChristian Graus13-Jul-07 3:25 
QuestionC# OLE DB sample? Pin
George_George13-Jul-07 1:51
George_George13-Jul-07 1:51 
AnswerRe: C# OLE DB sample? Pin
Paul Conrad13-Jul-07 12:03
professionalPaul Conrad13-Jul-07 12:03 
GeneralRe: C# OLE DB sample? Pin
George_George13-Jul-07 18:21
George_George13-Jul-07 18:21 
GeneralRe: C# OLE DB sample? Pin
Paul Conrad13-Jul-07 19:06
professionalPaul Conrad13-Jul-07 19:06 
GeneralRe: C# OLE DB sample? Pin
George_George13-Jul-07 19:23
George_George13-Jul-07 19:23 
GeneralRe: C# OLE DB sample? Pin
Paul Conrad13-Jul-07 19:35
professionalPaul Conrad13-Jul-07 19:35 
GeneralRe: C# OLE DB sample? Pin
George_George13-Jul-07 19:56
George_George13-Jul-07 19:56 
Questionlogical drives Pin
md_refay13-Jul-07 1:33
md_refay13-Jul-07 1:33 
AnswerRe: logical drives Pin
Christian Graus13-Jul-07 3:28
protectorChristian Graus13-Jul-07 3:28 
QuestionCreateProcessWithTokenW Pin
Harkamal Singh13-Jul-07 0:22
Harkamal Singh13-Jul-07 0:22 

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.