mmittiga17 has asked for the wisdom of the Perl Monks concerning the following question:
Hi All, I use win32ole to xls2tab formatted files for processing. Question I have is how can I merge lines to reformat the xls itself? Each unique record could take up 5 rows or more. Each record will alway begin in column A and can be identified with the word CUSIP. xls file will go something like this:
What I am trying to do is merge ROWS UP to the ROW that starts with CUSIP.CUSIP data data data data data data data data data data data CUSIP data data data data data data data data data data data CUSIP data data data data data data data data data data data
what I want is:
Any Thoughts if this is even possible? Thank you for your time.CUSIP data data data data data data data data data data data
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::OLE and Excel Question/Help
by roboticus (Chancellor) on Feb 12, 2013 at 20:26 UTC | |
|
Re: Win32::OLE and Excel Question/Help
by kcott (Archbishop) on Feb 13, 2013 at 09:12 UTC | |
|
Re: Win32::OLE and Excel Question/Help
by bulk88 (Priest) on Feb 13, 2013 at 16:35 UTC |