Hello,
Is there any way to connect Excel 2007 file from .Net CF? I want to read excel 2007 file from my application to update .sdf on a regular basis.
thanks in advance for any help! :wave:
cheers
Printable View
Hello,
Is there any way to connect Excel 2007 file from .Net CF? I want to read excel 2007 file from my application to update .sdf on a regular basis.
thanks in advance for any help! :wave:
cheers
Sorry - Excel doesn't expose an interface in the compact framework, so you can't manipulate Excel files from .NetCF without writing your own interface.
Your best way would be to save it as a csv or tab separated, and then handling it that way.
OK m8, i try for it and get back to u if i have any prob.
cheers