The question is: instead of getting the content as a blob of text, can I get it per row and column?my $tables = $word->ActiveDocument->{Tables}; for my $table (in $tables) { my $text = $table->ConvertToText(wdSeparateByTabs)->Text; ..... }
In reply to Re^4: Reading tables in MS Word
by spiral
in thread Reading tables in MS Word
by spiral
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |