Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hello Guys,

I created a Pocket PC application with VB.NET.

I want to Retrieve the data From Mobile Office especially Excel.

How do i do this?
Where can I download Mobile Office?
How can I retrieve data from Mobile Office Excel?

If it is Possible, please answer.

Thanks
Posted
Updated 28-Nov-11 22:10pm
v3
Comments
Dalek Dave 29-Nov-11 4:10am    
Edited for Grammar, Syntax and Readability.

1 solution

You normally get Office Mobile from your device manufacturer. If they don't supply it, you can buy a version from handango.
I am not aware of an API for Office Mobile, however since Office Mobile 6.1 is compatible with the new formats (docx,pptx,xlsx), it should be possible to decode them externally (the new formats are actually zip files containing Open XML documents). If you would be doing this on a PC, I would recommend using the Open XML SDK 2.0. Unfortunately, the SDK does not support the .Net compact framework. You could still download it for reference purposes.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900