reading data from Excel file prior to version 95

2019-01-28 09:05发布

Apparently Excel 4.0 is still used and I have to read it in Java.

Neither poi nor jExcelAPI, as great as they are, can parse them. I can't find anything on them, especially with Java. Any help? Thank you.

2条回答
乱世女痞
2楼-- · 2019-01-28 09:47

Have a look at JODconverter, which uses OpenOffice, where the list of support documents includes MS Excel 4.

If you can't use it directly, maybe you can convert to an intermediate format that works for you.

查看更多
够拽才男人
3楼-- · 2019-01-28 10:00

If I recall correctly, Excel 4 had good support for reading and writing via DDE. If you're going way back, you might as well go waaaay back. I haven't used any myself, but Google shows several listings for Java DDE support. If nothing better pops up, you might give it a try.

查看更多
登录 后发表回答