reading data from Excel file prior to version 95

后端 未结 2 1556
长发绾君心
长发绾君心 2020-12-21 02:38

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, es

相关标签:
2条回答
  • 2020-12-21 02:55

    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.

    0 讨论(0)
  • 2020-12-21 03:03

    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.

    0 讨论(0)
提交回复
热议问题