Ngoc Nguyen
Ngoc Nguyen

Reputation: 33

Read excel file in Metro app (C#/XAML)

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

Answers (2)

VT Chiew
VT Chiew

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

Farhan Ghumra
Farhan Ghumra

Reputation: 15296

There's paid control available from ComponentOne.

Upvotes: 0

Related Questions