Optimum file formats for import of xcel data to PDA?

D

Don Niall

I want to import an excel based file to a PDA. What is the
best format to save the parent file in, so as to optimise
the file size (or is there an optimal format?). Presently
as an excel based file the size is 4M! I can remove some
content which will reduce it - but not more than 1M to
1.5M ...

Any idea?

Don-
 
A

Andy B

Hi

It really depends how much information you want. If you only need to get the
actual data in (rather than the format too) then use CSV. This will probably
be as small as you can get.
 
Top