Are word files formatted like HTML – that is, does it have a tag-based form behind the displayed tables, forms, etc.? If not, how is it done, and how can I, for example, create a code that will insert a word-formatted table on clipboard?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Any .docx word document can be converted to XML. Just do a Save as to the document and choose XML word document. It will save as a file you can open in Notepad and see the XML tagging, and then you just need to take the time to hash thru it to get the proper XML format (try an XML Reader).