|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Re^3: ungrouping the Textboxes in excell sheets.by Nkuvu (Priest) |
| on Mar 20, 2009 at 04:42 UTC ( #751935=note: print w/ replies, xml ) | Need Help?? |
|
You might be able to just use the Ungroup function I referred to. For example, get the address of the cell you want, and do $ws->Range("A1")->Ungroup(); Note that the range is a normal Perl string, so you can easily iterate over a number of cells:
Note that I haven't had to use this function myself, so I'm not 100% positive it's the function you need. But you should be able to do some quick tests -- and look at the help for the function to see what can unmerge cells.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||