Reputation: 33
I want to find the way to read excel file in Metro app (use C#/XAML) but probably there is no solution. Anyone know if there is any reference support to do this (like Microsoft.Office.Interop.Excel in Win32)? Help me.
Upvotes: 0
Views: 1221
Reputation: 703
If you want it free, write your own ExcelReader, I've shared some idea here: Reading Excel file using C# in WinRT platform
If you don't mind paying, you can try either ComponentOne or Syncfusion, they've got out of the box of manipulating (reading and writing) office documents.
Upvotes: 1