Hello,
I started a new project with Excel-Dna and so far I managed to create a Custom Ribbon with a button that displays a Custom Task Pane when clicked.
The Custom Task Pane has also a button and some other controls that will be added.
Further I want that when the button from Pane will be clicked, a Pivot Table to be created.
It doesn't matter now the data source - can be given in c# code (cells,rows).
I have searched documentations and samples, but didn't find any examples regarding pivot tables.
Does excel-dna uses com-interop for pivot tables, or it uses xll interfaces?
Can you please provide any suggestions or at least a sample that creates a pivot table?
Thank you in advance.