SP2 is currently in beta and is expected to be released before the end of
this year.
To use COM components from within the .NET CF it is worth taking a look at
CFCOM from Odyssey Software
(
http://www.odysseysoftware.com/cfcom_main.html).
Peter Foot posted this link a while ago which might be of use to you to open
/ read PXL files:
There's no easy way but Pocket Excel is based on a format called Binary
Interchange File Format (BIFF) which is documented on the web - you'd need
to get down and dirty to read or write such a file from code.
http://chicago.sourceforge.net/devel/docs/excel/pkt/
--
Regards,
Maarten Struys, eMVP
PTS Software bv
"CottonTech" <(E-Mail Removed)> wrote in message
news:06b601c3b49c$b3fac5c0$(E-Mail Removed)...
> I am porting a mobile data aquisition application from eVB
> to C#.Net HOW can I open and read the contents of an XLS
> file (PXL once copied to PPC device). This is crucial,
> there are hints that I can use a COM wrapper using pinvoke
> and some DLL's but no examples anywhere. Any thoughts?
> Also any idea when SP2 is out? I need colored buttons!
> Thanks in advance