From: Arrow on
(VS2005/C# WM5)
i have an pocket pc app which creates CSV files...i dont see
an option on pocket excel to read in a CSV...anyway to convert
to an XLS so it can be viewed ? ...or any other way ? ...thanks


From: Stephen Bye on
You can use my spreadsheet application SpreadCE, available from
http://www.byedesign.freeserve.co.uk/, to read csv files, and optionally
save them as pxl or xls files.

"Arrow" <arrow201(a)hotmail.com> wrote in message
news:OCe3ptIGGHA.1424(a)TK2MSFTNGP12.phx.gbl...
> (VS2005/C# WM5)
> i have an pocket pc app which creates CSV files...i dont see
> an option on pocket excel to read in a CSV...anyway to convert
> to an XLS so it can be viewed ? ...or any other way ? ...thanks
>
>


From: shriop on
You can try my parser to read it in using .Net CF...

http://www.csvreader.com

From: Arrow on

thanks for the replies, though i dont need anything
complex, plus i want to embed in my code, i can strip
the csv myself and then i think ican use this:
http://www.codeproject.com/cpp/miniexcel.asp
as a basis to make my .xls file ..thanks