Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
<pre>Hello everyone,
I am getting data from sqlserver and load it in my form with c# (windowsform).
I need to create the pivot model of Microsoft Excel in my form to work with it. 
Any ideas people or any videos, tutorials may help me :)


What I have tried:

Hello everyone,
I am getting data from sqlserver and load it in my form with c# (windowsform).
I need to create the pivot model of Microsoft Excel in my form to work with it. 
Any ideas people or any videos, tutorials may help me :)
Posted
Updated 7-Oct-20 23:39pm

1 solution

Pivot table in excel can be created by using Microsoft.Office.Interop.Excel.dll

if you Google and look for it, would be much faster for you: creating pivot table in excel using c#[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900