从版本 95 之前的 Excel 文件读取数据

发布于 2024-07-17 12:40:32 字数 254 浏览 6 评论 0原文

显然Excel 4.0还在使用,我必须用Java来阅读。

既不是 poi 也不是 jExcelAPI 尽管它们很强大,但可以解析它们。 我在其中找不到任何内容,尤其是 Java。 有什么帮助吗?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

裸钻 2024-07-24 12:40:33

看一下 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.

摇划花蜜的午后 2024-07-24 12:40:33

如果我没记错的话,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文