Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: spreadsheet::writeExcel Grouping/Outline

by omikirani (Initiate)
on Sep 17, 2013 at 14:55 UTC ( [id://1054463]=note: print w/replies, xml ) Need Help??


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

Thanks for your response. I am actually trying to program a generic Excel reporting module which (for now) does not know how many columns/rows it will have to write to Excel and will not know what columns it should group with.
Any suggestions on any other perl lib which could run excel macros if I could programatically tell it which column(s) it should use while grouping..
(At this time I am not aware if the macro commands could be lined up for future execution when the excel file is opened)

  • Comment on Re^2: spreadsheet::writeExcel Grouping/Outline

Replies are listed 'Best First'.
Re^3: spreadsheet::writeExcel Grouping/Outline
by runrig (Abbot) on Sep 17, 2013 at 15:12 UTC
    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.
      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://1054463]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-24 17:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found