Simple Pivot Table Code Example: Step-by-Step Guide

AI Thread Summary
The discussion centers on finding simple code snippets for creating pivot tables, specifically seeking examples from Planet Source Code. The user emphasizes the need for actual source code rather than explanations of how pivot tables function in Excel. They express interest in alternatives like Open Office Calc and are open to various programming languages, excluding Perl and Assembly. The focus remains on locating straightforward code examples that can be utilized for pivot table creation.
thankz
Messages
265
Reaction score
40
where can I find an example of a SIMPLE snippet of code used to create a pivot table?
 
Technology news on Phys.org
try Planet Source Code

Use this as a Google Search: "planet source code excel pivot table"
 
I don't want to know how a table works in excel, I want the source code for the table. I had it before, the way a pivot works, maybe a piece of code from open office calc but I don't know where to look.
 
Which language?
 
any except perl or assembly :biggrin:
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Back
Top