简体   繁体   English

从Java生成Excel 2010 Pivot表

[英]Generate Excel 2010 Pivot Table from Java

Does anyone know sever side library (free or not - it doesn't matter) which can generate pivot tables in excel 2010 format.有谁知道可以生成 excel 2010 格式的 pivot 表的服务器端库(免费与否 - 这无关紧要)。

POI can't do it. POI 做不到。

Now I'm evaluating SmartXLS but it uses Excel 2007 format.现在我正在评估 SmartXLS,但它使用 Excel 2007 格式。 I need couple feature from Excel 2010 - like data field sorting, default pivot table template and etc...我需要 Excel 2010 的几个功能 - 比如数据字段排序,默认 pivot 表模板等......

Thanks谢谢

For those still looking for this, although SmartXLS or POI might support it by now, they will always run behind with new developments in Excel. If you always want to be able to script the latest features in Excel, you'll be better off coding in .net (or PowerShell, VBScript, VBA)对于那些仍在寻找它的人,尽管 SmartXLS 或 POI 现在可能支持它,但它们将始终落后于 Excel 中的新开发。如果您始终希望能够编写 Excel 中的最新功能脚本,您最好还是编码在 .net(或 PowerShell、VBScript、VBA)中

The answer to this question suggests to use X4J , which seems promising but I have not tried it myself.这个问题的答案建议使用X4J ,这看起来很有希望,但我自己还没有尝试过。

Java open source library to generate pivot table out of excel Java开源库从excel生成pivot表

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM