What is DOCX?
What Word has saved since 2007: a zip of XML parts, replacing the binary .doc that came before it. It is a page format through and through - paragraphs, styles, revision marks - with no notion of a typed value anywhere in it, so a table in a Word file is text arranged in a grid rather than data.
What is SQL?
Not a file format so much as a language, but a file of INSERT statements is how data has always been moved into a database. Every engine will run one, and it's the least surprising thing to hand to a database that already exists.