I'll try to do it again with dimensions much smaller than the maximummessaoudlazhar wrote:I'm sure the problem is a problem of size of field, because I had the same problem and solved it when I adjusted the size so that it meets the standard DBF Dbase III.
The problem with the conversion of DBF => XLS
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: The problem with the conversion of DBF => XLS
Re: The problem with the conversion of DBF => XLS
Hi,
This solution will not work with a recent version of Excel. It doesn't support dbf files anymore.
This solution will not work with a recent version of Excel. It doesn't support dbf files anymore.
-
- Posts: 484
- Joined: Wed Jan 27, 2010 10:25 pm
- Location: Berlin Germany
Re: The problem with the conversion of DBF => XLS
Hi Chris,
wenn i rename a text.dbf in test.xls, Excel 2013 open this without any error.
So what do you mean by your statement ?
wenn i rename a text.dbf in test.xls, Excel 2013 open this without any error.
So what do you mean by your statement ?
_______________________
Best Regards
Wolfgang
Best Regards
Wolfgang
Re: The problem with the conversion of DBF => XLS
Hi Wolfgang,
Yes, you are correct. I was convinced that DBF wasn't supported anymore. You can't open a DBF or save to a dbf. However, it looks as the functionality is still somewhere in Excel.
So, if it is only for opening and viewing a dbf, it will work.
Yes, you are correct. I was convinced that DBF wasn't supported anymore. You can't open a DBF or save to a dbf. However, it looks as the functionality is still somewhere in Excel.
So, if it is only for opening and viewing a dbf, it will work.
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: The problem with the conversion of DBF => XLS
Excel-2007-2011 DBF-file opens but does not allow write XLS-file as DBF. But how does this relate to convert DBF => XLS using the Native is not very clear. Maybe Alaska function uses DBF => XLS converter Excel and if not, then gives an error?
Re: The problem with the conversion of DBF => XLS
hi,
look at c:\exp19\Source\Dclipx\_dcfunct.prg for DC_WorkArea2Excel().
it does use activeX to access Excel COM Interface.
if you want to create a Excel Sheet native have a look on libxl.dll http://www.LibXL.com
in German Xbase++ Forum Hubert have made a Wrapper Class using ot4xb and libxl.dll
http://www.familie-brandel.de/index_e.html
look at c:\exp19\Source\Dclipx\_dcfunct.prg for DC_WorkArea2Excel().
it does use activeX to access Excel COM Interface.
if you want to create a Excel Sheet native have a look on libxl.dll http://www.LibXL.com
in German Xbase++ Forum Hubert have made a Wrapper Class using ot4xb and libxl.dll
http://www.familie-brandel.de/index_e.html
greetings by OHR
Jimmy
Jimmy