I am developing an application which primarily imports spreadsheet reads the data and manipulates it.
I was googling all day, unable to find a way to read data from excel files.
It would be great if I could get some help to do the required.
Information :
I am developing Windows Store app using C#/XAML.
Reference libs/apps which read excel :
I posted the same the question in the MSDN Blog
http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/4fce4765-2d05-4a2b-8d0a-6219e87f3307
Code provided by VT.CrazyAppy works fine for reading & parsing simple spread sheet file.
The code snippet is static , I am working on it to make it more generic.will post the code
once I done with that.
Note : The code will provide a mechanism to read a simple spread sheet file and return them as K,V pair.
You can modify it to suit your need.