Microsoft Word File Import (Atto) icon

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.
Price option: Free

Supports Moodle 2.7-4.5 See all versions
Latest release: 1 year ago
Installations: 3439
Downloads (last 90 days): 344

Frankenstyle name: atto_wordimport
Atto

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

I tried installing the plugins but the installation stuck post validation with error: "error/tool installaddon/installing non installable component". What should I do to fix this?
Killed the first letter of every paragraph... wonder why? I didn't have time to wonder for long, tight schedule so have to uninstall it.. chose converting to PDF and upload the docs as PDF instead sad
You need to make sure the file is saved in Word in .docx format.
Hallo, Thank you for that plugin, but Im not sure it is working well - after pushing "upload file" I have an error reading file ".docx". I have tried several files (with tables, images, and text only) and different browsers (chrome, maxthon, opera), but error the same
In general, the plugin does not retain the styling of table cells or borders, although it does retain formatting such as merged row and column cells, and heading and body rows. The rationale is that it is preferable for the table to conform to the styling conventions defined for the Moodle server. For example, I use the following CSS definitions to set the look of tables to have heading rows with white text on a blue background, every 2nd body row shaded, and borders on all cells.
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}
Hey everyone, quick question - does this plugin retain the format and styling of tables for you ? I am trying to insert a table I made in WORD, but it comes out very poor in the assignment. Has anyone encountered this or perhaps it's an issue with my theme ?
Hmmm, I tested with my Chrome browser set to Brazilian Portuguese (but on English Windows 10) and it worked OK. Can you create an account on www.moodle2word.net (my test server) and check that it works there?
Hello Eloin,
Chrome 58.0.3029.110 pt_br
Windows 7 pt-br
This issue is occurring within your client-side browser environment, rather than on the Moodle server. Can you tell me the browser (including version and language edition), the operating system (including version and language edition)?
I has been removed all another atto plugins and the issue persist
XSL enabled
libxslt Version 1.1.27
libxslt compiled against libxml Version 2.7.8
EXSLT enabled
libexslt Version 0.8.16
Hello, The plugin don't work in Moodle 3.1.1+
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)
Hi Bert, to clarify: Is drag and drop working but clicking on the Word icon to upload is not?
Having the same issue on moodle 3.3 as Ker Lin: clicking the button and uploading doesn't do anything. Using Php 7. Any suggestions?
This is an excellent plugin, works as described - thanks Eoin for the support.
Eoin,
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. smile But if I use the Word icon to upload a file, it failed with no error. The content was not uploaded. Do not know of why.
Right now I am ok at least the “Drag and Drop” is working. Thank you for your support.