Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: WIN32::OLE Excel Pivot Table Grief

by strat (Canon)
on Nov 20, 2007 at 07:56 UTC ( [id://651880]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE::Const 'Microsoft Excel'; # instead of the constants
    
    Win32::OLE->Option( Warn => 3 );
    
  2. or download this
    $_app_object->ActiveWorkbook->PivotCaches->Add({SourceType => xlDa
    +tabase, SourceData => 'Sheet1!R1C1:R4C3'})->CreatePivotTable({TableDe
    +stination => 'Sheet1!R8C3', TableName => 'PivotTable1', DefaultVersio
    +n => xlPivotTableVersion10});
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://651880]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-23 08:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found