Updating Pivot Datasource using Apache POI

淺唱寂寞╮ 提交于 2019-12-24 10:13:09

问题


I am working on a task in which there is an excel template which have a pivot table and an excel sheet as a datasource for that pivot table. I am updating the datasource sheet using Apache POI library in Java. If there are 1 or 2 records in the Datasource sheet, the pivot table is fine. But if there is more than 5 or 6, then it overflows from Pivot table. Attached is the screen shot for the issue I am facing.

What can possibly the issue? And how can I get away with this? Thanks!

来源:https://stackoverflow.com/questions/48443001/updating-pivot-datasource-using-apache-poi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!