Closed SheetJSDev closed 3 years ago
I've tried to open this file with a few other dbase utilities, but they all crash or error out when trying to open this file. When I look at the field descriptors, the 1st field name seems to be corrupt (or I'm using the wrong character encoding) because it contains a bunch of control characters. Do you know what character encoding this file uses and have you successfully opened it with any other utilities?
Added support for "02" type files in version 4.1.4
dBASE II .dbf files (version byte is
0x02
) always have 32 header entries and the first row starts at byte offset 0x0209. Unfortunately it has to be special-cased as it differs from dBASE III and future dBASE/FoxBASE/FoxPro/VFP files in other ways.Sample file -- GH does not support .dbf file extension, so just remove the ".xls" from the file and test it out.