如何使用 Java 创建 Excel 表格?

发布于 2024-11-19 22:49:06 字数 109 浏览 2 评论 0原文

我正在使用 JExcel 创建 Excel 文档。我想使用 JAVA 在 Excel 文档中创建 Excel 表格。我已填充单元格中的行和列,但无法创建 Excel 表格并将数据填充到 Excel 表格中

I am using JExcel for creating an excel document. I want to create a Excel table in Excel document using JAVA. I have populated the rows and columns in cells, I could not able to create Excel table and populate data into Excel Table

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

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

发布评论

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

评论(2

深巷少女 2024-11-26 22:49:06

使用Apache POI,它对所有类型的Excel操作都有很好的支持。

Use Apache POI, it has very good support for all types of Excel manipulation.

魔法少女 2024-11-26 22:49:06

信息非常有限,但渴望投票,我会尝试一下

Excel 中的表格只不过是周围有边框的单元格。一旦单元格中有数据,您可以使用 jxl.format.BorderLineStyle 在它们周围创建边框,这将是您的表格。简单的 :)

Very limited info but being thirsty for votes I will take a stab

Tables in excel are nothing but cells with boarders around them . Once you have data in your cells you use jxl.format.BorderLineStyle to create boarder around them and that would be your table . Simple :)

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