Hi Monks,
I’m very now at this and your help will be very much appreciated; I need to save an ms word document, that contains tables, as a text file and then extracted information from the text file for later use.
So far I’ve managed to set up win32::ole to open word, read in the word document and save it as text. Unfortunately I then have trouble extracting the data from the text file.
I now think I need to convert the table into csv before saving the document. Am I right? That’s where I’m stuck. I have built a word macro that does the conversion in the word doc. How do I write this is Perl?
The macro I get is: Selection.Rows.ConvertToText Separator:=wdSeparateByCommas, NestedTables:= _
True