|
Question : 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?
|
|
Answer : Pivot Table control in C-Sharp
|
|
|
|
|
|