I need to set the source data of a Pivot Table in vb .net.
Can I use a DataTable to do it?
Code:DT As DataTable ... xlApp = New Excel.Application xlWorkBook = xlApp.Workbooks.Open(sPath) xlApp.Workbooks(1).PivotCaches(1).SourceData = DT
|
+ Reply to Thread
Results 1 to 2 of 2
Thread: Excel Pivot table from vb .net
Similar Threads
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S. Wed Yourself to UML with the Power of Associations Microsoft to Add AJAX Capabilities to ASP.NET IBM's Cloudscape Versus MySQL | ||||||||||||||||||||||||||||||||||
![]() | |||||
|
| |||||
![]() |
Bookmarks