Click here to Skip to main content
15,897,704 members

Comments by HielturryKory (Top 2 by date)

HielturryKory 29-Feb-16 8:59am View    
You could use an excel library written in C# for this, the following article demonstrates how to read your excel files in C# (note it does not open the file) and also the following shows how to export that excel's data into a DataTable in C#.
HielturryKory 26-Feb-16 5:27am View    
Here is another approach how you can read excel files with C# by using this excel library for .NET framework. This can enable you to achieve more fine grained tasks and manipulations over the excel file's content. After reading it you get this in memory hierarchy which enables you, among other, to iterate over rows (and its cells), columns (and its cells), specified cell range, etc.