Can we write data to Microsoft word document using kapow
3 posters
Can we write data to Microsoft word document using kapow
kalpana_rpa- Posts : 3
Points : 2005
Join date : 2019-05-30
jking- Posts : 103
Points : 4053
Join date : 2014-03-01
Location : USA
One may be able to write to word using Desktop Automation. Webkit robots cannot write to word.
batman- Posts : 47
Points : 2124
Join date : 2019-03-19
Another approach might be to look at the XML within the Word doc itself.
Word (docx) files are actually zip files, if you change the extension to .zip unpack it have a look around you should see some XML content in there that might give you what you need.
Within the robot itself you'll need some way of unpacking the zip file which you could do with a command line action
Word (docx) files are actually zip files, if you change the extension to .zip unpack it have a look around you should see some XML content in there that might give you what you need.
Within the robot itself you'll need some way of unpacking the zip file which you could do with a command line action