-2

I am trying to develop in VS2008, and I want to export a datatable to excel. When I go to add the COM reference for Office, I am missing the COM tab. It is a .NET 3.5 for Windows Mobile.

plv_2002
  • 28
  • 4
  • 3
    Well, I'm afraid you don't have such a thing as "COM" in Windows Mobile. Am I right? – Mohammad Dehghan May 02 '14 at 14:59
  • That's what I was afraid of. I was trying to do the export on the mobile side, but I guess I will have to do it on the desktop side when they sync the device. – plv_2002 May 02 '14 at 15:26

1 Answers1

0

You don't have access to COM libraries on Windows Mobile.

There are other ways to create an Excel file. There are some open source libraries that are able to create Excel files without being dependent on Microsoft Excel COM libraries. They may be compatible with Windows Mobile.

Refer to this question and this question. Maybe one of the answers help you.

Community
  • 1
  • 1
Mohammad Dehghan
  • 17,853
  • 3
  • 55
  • 72