Groovy - 编写和格式化 Excel 2010

发布于 2024-11-09 16:09:04 字数 269 浏览 0 评论 0原文

在 groovy (java) 环境中使用 Excel 工作簿有哪些选项?我们希望能够使用以下功能

  1. 添加工作表
  2. 添加单元格: 标题和数据
  3. 格式化列、行、单元格

并可能

  1. 形成数据透视表
  2. 按值复制数据透视表
  3. 在另一个屏幕上按值粘贴剪贴板 从

本质上讲,这将允许我们形成数据透视表,但从工作表中删除基础数据。

想法?提前致谢。

What are th options for working with an excel workbook from within a groovy (java) environment? We would like to be able to use the following features

  1. add sheets
  2. add cells: headings and data
  3. format columns, rows, cells

and potentially

  1. form pivot tables
  2. copy the pivot table by value
  3. paste clipboard by value on another screen

Essentially this will allow us to forma pivot table but remove the underlying data from the worksheet.

Thoughts? Thanks in advance.

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

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

发布评论

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

评论(3

水染的天色ゝ 2024-11-16 16:09:04

尝试阿帕奇 poi。绝对可以满足您的第一个要求。我已经很好地使用了这个 api。如果您有任何疑问,请随时询问。

Try apache poi. Can definitely perform your first list of requirements. I have used this api a good bit. If you have any questions, please feel free to ask.

Smile简单爱 2024-11-16 16:09:04

有几个 Java 库可以满足您正在寻找的要求:

不确定哪一个可以轻松处理数据透视表。

祝你的项目好运!
维姆

Several Java libraries are available to handle the requirements you're looking for:

Not sure which one can easily handle pivot tables.

Good luck with your project!
Wim

瀟灑尐姊 2024-11-16 16:09:04

此页面描述了一些更多 Groovy 特定的选项,但我的建议是使用Apache POI,来自 Java 或 Groovy

This page describes some more Groovy-specific options, but my recommendation would be to use Apache POI, either from Java or Groovy

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