I want to read excel data cell by cell and worksheet by worksheet. I used NPOI in my advanced project but this library is not compatable with .Net Famework 3.5.
Is there any alternate for that. Excel will not be installed on client machine,hence cant use interop and other similar approach.