Link to home
Start Free TrialLog in
Avatar of lfonsec
lfonsec

asked on

Pivot Table control in C-Sharp

Is it possible to use excel's pivot tables in a csharp application? I have seen a few potential solutions to this, such as grid controls that look and behave in a similar way to pivot tables or inserting an excel object and creating the pivot table there, but this are not really neat solutions.

Is it possible to do this directly, such as by importing the object (pivot table) to csharp and using it there?
ASKER CERTIFIED SOLUTION
Avatar of Mihai Stancescu
Mihai Stancescu
Flag of Romania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lfonsec
lfonsec

ASKER

I am currently using a custom control, which partially attends my needs. What I really wanted to do is to use the one in excel, for it is more flexible and functional. That is why I did not accept Mishu007's solution...