| Author | Topic: DBF --> XLS |
---|
| Moshe Yarden | DBF --> XLS
on Mon, 28 Mar 2011 13:17:03 +0300Hi,
Is there a free util to convert DBF to Excel file?
Thanks,
Moshe Yarden |
| Claudio Driussi | Re: DBF --> XLS
on Mon, 28 Mar 2011 19:47:38 +0200Il 28/03/2011 12:17, Moshe Yarden ha scritto:
> Hi,
>
> Is there a free util to convert DBF to Excel file?
>
> Thanks,
> Moshe Yarden
Yes, Excel
... Excel is capable to read DBF3 files then you can
save then as XLS files.
Regards
Claudio |
| Thomas Braun
| Re: DBF --> XLS
on Tue, 29 Mar 2011 11:56:47 +0200Claudio Driussi wrote:
> Yes, Excel
>
> ... Excel is capable to read DBF3 files
Errrmmm... there are rumours that say so... but it is not 100% true.
- Excel is not able to read memo type fields
- Excel is not able to open FOXDBE files (at least not with the DBE
settings I'm using)
This is why I'm using DBFDBE to export data - plus a special handling for
memo fields (switching type from "M" to "C" for the export file)
Thomas |
| Moshe Yarden | Re: DBF --> XLS
on Tue, 29 Mar 2011 13:05:28 +0300Thanks.
I've managed to import a dbf to excel. It looks ok.
Moshe
"Thomas Braun" <spam@software-braun.de> wrote in message
news:7i9td0w9h9c7.pa6rxyloihia$.dlg@40tude.net...
> Claudio Driussi wrote:
>
>> Yes, Excel
>>
>> ... Excel is capable to read DBF3 files
>
> Errrmmm... there are rumours that say so... but it is not 100% true.
>
> - Excel is not able to read memo type fields
> - Excel is not able to open FOXDBE files (at least not with the DBE
> settings I'm using)
>
> This is why I'm using DBFDBE to export data - plus a special handling for
> memo fields (switching type from "M" to "C" for the export file)
>
> Thomas |