in reply to Re: Spreadsheet::WriteExcel: How to change order of worksheets?
in thread Spreadsheet::WriteExcel: How to change order of worksheets?
I think this may be the simplest approach. Actually, I need to parse through some of the names to avoid creating inappropriate sheets (the data gets dirty and I end up with strange sheet names like "null") sometimes. Using your hash would allow this better. Thanks.
--
Zeno - Barcelona Perl Mongers http://barcelona.pm.org
http://www.javajunkies.org
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Spreadsheet::WriteExcel: How to change order of worksheets?
by RMGir (Prior) on Jan 04, 2005 at 21:15 UTC |
In Section
Seekers of Perl Wisdom