PDA

Click to See Complete Forum and Search --> : Connecting to Excel 2007 (.xlsx) file??


eyeconeeyecone
Feb 23rd, 2010, 06:59 AM
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

petevick
Feb 23rd, 2010, 11:14 AM
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.

eyeconeeyecone
Feb 24th, 2010, 01:30 AM
OK m8, i try for it and get back to u if i have any prob.

cheers