Java如何将xls数据转换成txt文件

发布于 2024-10-01 08:18:56 字数 36 浏览 7 评论 0原文

您好,可以使用java将excel文件转换为txt文件吗?

Hi is it possible to convert a excel file into txt file using java?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

夜无邪 2024-10-08 08:18:56

您可以使用 Apache POI 读取 xls 或 xlsx 文件并将其保存为 csv 或文本格式。

You can use Apache POI to read xls or xlsx file and save it into csv or text format.

挖鼻大婶 2024-10-08 08:18:56

您可以将文件保存为 CSV 格式,然后使用“opencsv”(http://opencsv.sourceforge.net/)您可以执行任何您想要的操作。顺便说一句,opencsv 是一个 java 库。

You can save your file in CSV format and then using "opencsv" (http://opencsv.sourceforge.net/) you can do whatever you want. BTW, opencsv is a java library.

凉月流沐 2024-10-08 08:18:56

如果你用 google 搜索的话,我确信有 Java excel 库,但最简单的方法是将 excel 文件从 excel 本身保存为 csv 或制表符分隔文件。

I'm sure there are Java excel libraries if you google it, but the easiest thing to do is save the excel file as a csv or tab delimited file from within excel itself.

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