Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: spreadsheet::writeExcel Grouping/Outline

by runrig (Abbot)
on Sep 17, 2013 at 15:12 UTC ( [id://1054468]=note: print w/replies, xml ) Need Help??


in reply to Re^2: spreadsheet::writeExcel Grouping/Outline
in thread spreadsheet::writeExcel Grouping/Outline

Any suggestions on any other perl lib which could run excel macros..
Win32::OLE perhaps...if you are running on Windows, and have Excel installed. But really, as you are creating a report, you should know which columns to group by, and which columns to subtotal. Even Excel asks you to confirm if it has guessed correctly when you hit the subtotal button. You could write a 'group by'/subtotal 'these' columns subroutine if you want to be generic about it. But then you would have to write the subtotal rows as you are writing the report, because the non-OLE library (AFAIK) cannot 'insert' rows between already written rows.
  • Comment on Re^3: spreadsheet::writeExcel Grouping/Outline

Replies are listed 'Best First'.
Re^4: spreadsheet::writeExcel Grouping/Outline
by omikirani (Initiate) on Sep 17, 2013 at 15:32 UTC
    I read about Win32::OLE, unfortunately I am on a UNIX box and that is when I had to ruled it out.. I was just trying save some of my coding time if there was something already built for a work-around. But I can absolutely do a similar thing while inserting rows to Excel..
    Thanks for looking.. :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-24 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found