Microsoft Word File Import (Atto)
Maintained by
Eoin Campbell
Import entire Microsoft Word 2010 (.docx) files, including tables, embedded images and Microsoft Equation Editor equations, cleanly. It also imports LibreOffice and Google Docs files saved to .docx format, but not nearly as well.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
table { margin-bottom:1.5em;box-shadow:0.8em 0.8em 0.8em 0.4em #888;table-layout:fixed}
table, td, th { border:1px solid blue}
tr { vertical-align:top;}
thead tr { background-color:blue;color:white;}
tbody > tr:nth-child(2n+1) {background-color:gray}
Chrome 58.0.3029.110 pt_br
Windows 7 pt-br
XSL enabled
libxslt Version 1.1.27
libxslt compiled against libxml Version 2.7.8
EXSLT enabled
libexslt Version 0.8.16
XSL Enabled on XAMPP
When click on word icon,
Uncaught TypeError: Cannot set property 'formcallback' of undefined
at yui_combo.php?3.17.2/handlebars-base/handlebars-base-min.js&3.17.2/handlebars-compiler/handlebars-c…:52
at YUI._notify (yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.js&rollup/1504111899/mcore-min.js:9)
at yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.js&rollup/1504111899/mcore-min.js:9
at YUI._notify (yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.js&rollup/1504111899/mcore-min.js:9)
at YUI.T (yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.js&rollup/1504111899/mcore-min.js:9)
at e.Loader._finish (yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.js&rollup/1504111899/mcore-min.js:16)
at e.Loader._onSuccess (yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.js&rollup/1504111899/mcore-min.js:16)
at e.Loader.p (yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.js&rollup/1504111899/mcore-min.js:17)
at e.Loader.onSuccess (yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.js&rollup/1504111899/mcore-min.js:17)
at s._finish (yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.js&rollup/1504111899/mcore-min.js:12)
Yes, I am using PHP7 on Windows 10. I also uninstalled the plugin “morefontcolors” But the same problem still exists. Later found that in the file of /etc/php/7.0/apache2/php.ini of Ubuntu 16.04, the extension=php_xsl.dll was commented out. After I uncommented the semi-colon, the error message went away and I was able to drag and drop the Word file successfully without any problem.
Right now I am ok at least the “Drag and Drop” is working. Thank you for your support.