Click here to Skip to main content
15,892,517 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a problem. I have developed several desktop applications that involve Excel automation, and I am pretty aware of how to add Office Library References, create Excel objects, etc. Now, I am developing a SmartDevice application that will run in a CellPhone with Windows Mobile 6.1, and I want to read from an Excel file that will reside in the phone. The problem is, when I try to add a reference to the Microsoft Office Library, it doesn’t exist in the COM Reference List. How can I make this Library available?

I am using Visual Basic in Visual Studio 2008.

Can someone help me?

Thanks in advance for any ideas.

Giovanni @ Guatemala
Posted
Updated 22-Sep-11 18:02pm
v2

1 solution

The dlls you are using for excel automation are only for the desktop version, you cannot use them for mobile applications.

As far as I know Microsoft has not released mobile automation tools yet.
 
Share this answer
 

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