开发者

How would I import an Excel table into a Windows Phone 7 app?

I have an Excel table that has a list of items with headers on the columns and then each row is a single piece of data. So I want each row of the Excel spreadsheet to be a row in the app. I have searched for a nice way on how to do this. I am new to Windows Phone development so any detailed explanations would be appreciated. I am open to any ideas. I have about 9 tables that I want to import into an app. I was thinking a ho开发者_Go百科rizontal pivot style application would work since it is just rows of text. Below is an example of what I mean by a row in an Excel spreadsheet.

Column1 Col2 Col3 Col4 Data1 Data2 Data3 Data4


You won't be able to work with excel files on the phone, but you can convert them to csv files and read them in. Take a look at the IsolatedStorageFile class and the WP7 documentation on how to read files.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜