siva2sadu has asked for the wisdom of the Perl Monks concerning the following question:
Like this i am reading. But when field next column of heading1 is empty, it is going to the next table and not reaging other headings of the current table. Please help me.$Word->Selection->HomeKey(wdLine); $Word->Selection->Find->{Text} = "Heading1"; $Word->Selection->Find->execute; $Word->Selection->Copy; $Word->Selection->MoveRight(wdCell); $Word->Selection->Find->execute; $Word->Selection->Copy; $clipboard = Win32::Clipboard(); $var = $clipboard->Get();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parsing MS word tables using perl
by roboticus (Chancellor) on Jun 05, 2010 at 12:53 UTC |