Click here to Skip to main content
15,905,563 members
Home / Discussions / C#
   

C#

 
QuestionHow the c#.net print functionality is working Pin
veejay_veejay2-Sep-09 7:24
veejay_veejay2-Sep-09 7:24 
AnswerRe: How the c#.net print functionality is working Pin
Manas Bhardwaj2-Sep-09 9:13
professionalManas Bhardwaj2-Sep-09 9:13 
AnswerRe: How the c#.net print functionality is working Pin
stancrm2-Sep-09 19:03
stancrm2-Sep-09 19:03 
Questionopen doc file in c# Pin
tanweer2-Sep-09 7:05
tanweer2-Sep-09 7:05 
AnswerRe: open doc file in c# Pin
Manas Bhardwaj2-Sep-09 9:14
professionalManas Bhardwaj2-Sep-09 9:14 
QuestionPrinter Pin
JollyMansArt2-Sep-09 5:47
JollyMansArt2-Sep-09 5:47 
AnswerRe: Printer Pin
Christian Graus2-Sep-09 11:24
protectorChristian Graus2-Sep-09 11:24 
QuestionReading and operating on information in excel (.XLS) files Pin
PtrN2-Sep-09 5:29
PtrN2-Sep-09 5:29 
I need the ability to read in data from an Excel file, operate on it, and then create a new excel file.

Currently I have the code I need to use the Interop library to manualy open excel and read the data from there. However, this seems to be very unstable as any prompt for user input results in the program being halted.

My other plan would be to convert the .xls into .csv and then into .xml and read that data in, however I have never dealt directly with .xml files before. My biggest problem with reading in the data is that there are many blank cells within the excel file, the ability to read data from the cells directly using the cell address (such as B4 or 5,8) is a main priority of my solution.

Also, converting .xls => .csv => .xml to produce a .xml and then convert .xml => .csv => .xls seems like a lot of unnessasary work.

Is anyone able to point me in the right direction as to what would be the easiest way to do this? I am fairly new to programming, but am competent enough to understand well documented code that tries not to be too obscure.
AnswerRe: Reading and operating on information in excel (.XLS) files Pin
Keith Barrow2-Sep-09 5:35
professionalKeith Barrow2-Sep-09 5:35 
QuestionModify Form Size in code Pin
JollyMansArt2-Sep-09 5:10
JollyMansArt2-Sep-09 5:10 
AnswerRe: Modify Form Size in code Pin
DaveyM692-Sep-09 5:14
professionalDaveyM692-Sep-09 5:14 
AnswerRe: Modify Form Size in code Pin
musefan2-Sep-09 5:52
musefan2-Sep-09 5:52 
QuestionTracking Referral URL Pin
Abbas_here2-Sep-09 3:53
Abbas_here2-Sep-09 3:53 
AnswerRe: Tracking Referral URL Pin
Richard MacCutchan2-Sep-09 5:29
mveRichard MacCutchan2-Sep-09 5:29 
QuestionUrgent: helpe in regular expressions Pin
sh.alamdari2-Sep-09 3:52
sh.alamdari2-Sep-09 3:52 
AnswerRe: Urgent: helpe in regular expressions Pin
PIEBALDconsult2-Sep-09 4:07
mvePIEBALDconsult2-Sep-09 4:07 
GeneralRe: Urgent: helpe in regular expressions Pin
sh.alamdari2-Sep-09 20:07
sh.alamdari2-Sep-09 20:07 
AnswerRe: Urgent: helpe in regular expressions [modified] Pin
musefan2-Sep-09 5:09
musefan2-Sep-09 5:09 
GeneralRe: Urgent: helpe in regular expressions Pin
sh.alamdari2-Sep-09 19:49
sh.alamdari2-Sep-09 19:49 
QuestionSorting String Using Radix Sort Pin
gamer11272-Sep-09 3:22
gamer11272-Sep-09 3:22 
AnswerRe: Sorting String Using Radix Sort Pin
PIEBALDconsult2-Sep-09 3:26
mvePIEBALDconsult2-Sep-09 3:26 
AnswerRe: Sorting String Using Radix Sort Pin
harold aptroot2-Sep-09 3:45
harold aptroot2-Sep-09 3:45 
GeneralRe: Sorting String Using Radix Sort Pin
gamer11272-Sep-09 4:37
gamer11272-Sep-09 4:37 
GeneralRe: Sorting String Using Radix Sort Pin
harold aptroot2-Sep-09 4:54
harold aptroot2-Sep-09 4:54 
AnswerRe: Sorting String Using Radix Sort Pin
gamer11272-Sep-09 5:55
gamer11272-Sep-09 5:55 

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.