从版本 95 之前的 Excel 文件读取数据
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看一下 JODconverter,它使用 OpenOffice,其中 < href="http://wiki.services.openoffice.org/wiki/Framework/Article/Filter/FilterList_OOo_3_0" rel="nofollow noreferrer">支持文档列表包括 MS Excel 4。
如果可以的话不要直接使用它,也许您可以转换为适合您的中间格式。
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.
如果我没记错的话,Excel 4 对通过 DDE 进行读写有很好的支持。 如果您要回去,您不妨waaaay回去。 我自己没有使用过,但 Google 显示了几个 Java DDE 支持的列表。 如果没有更好的出现,你可以尝试一下。
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.