Hey Team
Can you help me with reading excel files containing pivot tables in it?
I have Java code like this:
Worksheet sheet = worksheetscollection.get(0);
sheet1.getPivotTables().getCount() // I am getting count as '1' as there is 1 pivot table
sheet1.getPivotTables().get(0). //Now how to read this pivot table
Yeah That worked like a charm . calling refreshData() , calculateData() make code working .
Thanks so much for prompt reply
Hi,
That is great.
Good to know that it sorts out your issue now. Feel free to contact us any time if you need further help or have some other issue or queries, we will be happy to assist you soon.
Thank you.