Title: Docxpresso
Author: docxpresso
Published: <strong>18 Giugno 2015</strong>
Last modified: 28 Dicembre 2021

---

Ricerca i plugin

![](https://ps.w.org/docxpresso/assets/banner-772x250.png?rev=1183326)

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://ps.w.org/docxpresso/assets/icon-256x256.png?rev=1183318)

# Docxpresso

 Di [docxpresso](https://profiles.wordpress.org/docxpersso/)

[Scarica](https://downloads.wordpress.org/plugin/docxpresso.zip)

 * [Dettagli](https://it.wordpress.org/plugins/docxpresso/#description)
 * [Recensioni](https://it.wordpress.org/plugins/docxpresso/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/docxpresso/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/docxpresso/#developers)

 [Supporto](https://wordpress.org/support/plugin/docxpresso/)

## Descrizione

If you are used to write all your documents using a Office Suite Word Processor 
or Spreadsheets like the ones available in MS Office, Libre Office or Open Office
[Docxpresso](http://www.docxpresso.com) is the WordPress plugin you are looking 
for!

> This plugin will allow you to publish content that has been generated with your
> favourite Office Suite (MS, Libre or Open Office) preserving all of its structure,
> design and format:
>  * Nicely formatted text
>  * Headings
>  * Tables (sortable and responsive)
>  * Links and bookmarks
>  * Nested lists with sophisticated numberings
>  * Carica immagine
>  * Charts
>  * Textboxes
>  * Footnotes and endnotes
>  * Headers and Footers
>  * Tables of contents (TOCs)
>  * Commenti
>  * Math equations
>  * Drop caps
>  * Office SmartArt and forms (partial)
>  * Support for Right-To-Left languages

You may even create sortable tables or even export your **charts** in a browser 
friendly manner.

This plugin is a spin-off of our [Docxpresso API](http://www.docxpresso.com) library
designed to generate all kind of dynamical documents on your web server (PDF, Word,
ODT, RTF).

Se utilizzi il nostro plugin, ti saremo molto grati se compilerai questo semplice
[sondaggio online](http://en.docxpresso.com/documents/preview/346) .

#### How to use it

**NOTA:** se hai eseguito l’aggiornamento a WP5.* o stai utilizzando il plugin dell’editor
di Gutenberg, dovresti dare un’occhiata anche alla sezione **Gutenberg – Editor 
a blocchi WP5** di questa pagina.

 1.  Create a standard document with the content that you want to insert in your Post
     or Page using your favourite Word Processor or Spreadsheet (MS Word, Libre Office
     or Open Office).
 2.  IMPORTANT: Save your document in **.odt** (or **.ods** format for spreadsheets)
     format. In MS Word choose OpenDocument (_.odt) in your **Save As** dialogue (in
     Libre or Open Office is the default format). If you are working with Excel you
     may equivalently save it in Open Document Format (_.ods in this case).
 3.  Create or edit a Post or Page in your WordPress interface.
 4.  Click the **Insert Document** button located over the text editor.
 5.  A standard WordPress media window will open. You may upload a new document with
     the required contents or use a previously uploaded document.
 6.  After choosing a file click on the **Insert** button.
 7.  A [docxpresso] shortcode will be included within your text editor.
 8.  You may then add or not any additional content to your post but do not try to 
     modify by hand the contents of the Docxpresso shortcode unless you really know
     what you are doing.
 9.  You may insert as many documents as you wish in a single Post or Page.

**NOTE:** You may use also Docxpresso plugin in conjunction with other plugins that
allow to retrieve documents from cloud storage repositories like Amazon S3.

Check this video tutorial where you will find a detailed example of all the above:

Se desideri rendere ordinabili le tue tabelle, dovresti anche:

 1. Declare the first row of your table as a **header row** within your Office document
 2. inserisci un simbolo “@” come primo carattere in ogni colonna che desideri rendere
    ordinabile
 3. If you want to sort columns by numbers that do not follow the en-US standard, i.
    e. 3,576.45, you should modify the number format for sorting in your plugin options
    panel under the **Settings** section of your WordPress installation

You may check how to do it with the help of this video:

Since v2.1 you may also insert in your document a link to a yotube video, a Google
form or a Google doc to render it in your WordPress post or page:

 1. Go to youtube, Google forms or Google docs interfaces and copy the offered share
    link
 2. Always use, if available, the short URL format
 3. Insert it into your office document as a link
 4. By default the videos are fluid and the forms and docs take all available width
    space. But you can set custom width and height by adding, for example, ‘?width=
    600&height=400’ to the link URL

You may see an example in the following video:

#### Gutenberg – WP5 Block editor

Dalla v2.3 questo plugin è compatibile con il nuovo “editor di blocchi WP”, noto
anche come Gutenberg:

 1. Fai clic sul **blocco Docxpresso** disponibile insieme a tutti i **blocchi dei 
    widget** standard nell’interfaccia del tuo editor a blocchi.
 2. Nell’interfaccia dell’editor verrà visualizzato un nuovo blocco con un pulsante
    che invita a selezionare un file.
 3. Facendo clic su quel pulsante si aprirà la finestra dei media standard di WordPress.
    Puoi caricare un nuovo documento con i contenuti richiesti o utilizzare un documento
    precedentemente caricato.
 4. Dopo aver fatto clic su “Seleziona pulsante”, uno shortcode verrà inserito nel 
    tuo editor.
 5. Per iniziare, se lo desideri, puoi inserire più documenti con Docxpresso nella 
    stessa pagina o articolo e combinarli con tutti gli altri blocchi disponibili.

**NOTA:** con questo nuovo editor è necessario salvare le modifiche prima di poter
visualizzare il documento caricato nella pagina di anteprima.

Se preferisci utilizzare “Editor classico” nell’installazione di WP5, puoi procedere
come descritto nella sezione precedente.

### Gestione licenze

Questo lavoro è concesso sotto licenza GPLv2 o successiva.

This plugin comes bundled with the D3 and C3 JavaScript libraries for chart rendering,
the webui-popover library for comment rendering and the MathJax library for rendering
of math equations in a web browser. D3 (http://d3js.org) is distributed under the
BSD license, MathJax (https://www.mathjax.org/) and dropcap.js (https://github.com/
adobe-webplatform/dropcap.js) under the Apache license v2.0 , C3 (http://c3js.org/)
and webui-popover (https://github.com/sandywalker/webui-popover) are distributed
under the MIT license .

## Screenshot

[⌊Docxpresso button - just clicking on it you will be able to upload or choose a
document from the media popup window. A shortcode will be inserted into your text
editor with all the required data.⌉⌊Docxpresso button - just clicking on it you 
will be able to upload or choose a document from the media popup window. A shortcode
will be inserted into your text editor with all the required data.⌉[

**Docxpresso button** – just clicking on it you will be able to upload or choose
a document from the media popup window. A shortcode will be inserted into your text
editor with all the required data.

[⌊Sample post - this is just a sample result of a document with charts and formatted
text.⌉⌊Sample post - this is just a sample result of a document with charts and 
formatted text.⌉[

**Sample post** – this is just a sample result of a document with charts and formatted
text.

## Blocchi

Questo plugin fornisce 1 blocco.

 *   Docxpresso

## Installazione

#### Dalla tua bacheca WordPress

 1. Visit ‘Plugins > Add New’.
 2. Search for **Docxpresso**.
 3. Activate Docxpresso from your Plugins page.

#### Da WordPress.org

 1. Scarica Docxpresso.
 2. Carica la directory ‘docxpresso’ nella directory ‘/wp-content/plugins/’ del tuo
    sito.
 3. Activate Docxpresso from your Plugins page.

## FAQ

### Posso usare questo plugin in qualsiasi sito web, commerciale o no?

Sì, non ci sono limiti a questo riguardo.

### Posso chiedere supporto?

Yes, you may write in the forum or leave a message in [Docxpresso](http://www.docxpresso.com)
but beware that support is not (always) offered for free.

## Recensioni

![](https://secure.gravatar.com/avatar/f319410048fe09dcb5782f10c70346ccaf3ddc2428dc11c3f832650ba13eefd0?
s=60&d=retro&r=g)

### 󠀁[Awesome Functionality to convert word files to WordPress post.](https://wordpress.org/support/topic/awesome-functionality-to-convert-word-files-to-wordpress-post/)󠁿

 [chaudaryabdullah333](https://profiles.wordpress.org/chaudaryabdullah333/) 18 Agosto
2021

This is an awesome plugin. BUt it should be updated and compatible with latest versions
other wise can cause error at any time and mat effect its 5000+ installations.

![](https://secure.gravatar.com/avatar/d29a8f18bb3b8ea0feecbdb908c63c21d3defdd2b68c1547985ab24d8423ddaf?
s=60&d=retro&r=g)

### 󠀁[docexpress plugin](https://wordpress.org/support/topic/docexpress-plugin/)󠁿

 [martinjfuller](https://profiles.wordpress.org/martinjfuller/) 7 Ottobre 2020

I have been using docxpresso plugin now for several months and enjoy the simplicity
of it working in MS WORD. As very much an amateur builder of our church website 
I got myself in a tangle. I contacted support, not very hopefully from experience
elsewhere, but within a couple of hours they were with me and within 24 hours spent
time showing me where I was going wrong. Thank you Edmundo and highly recommended
plugin and service. Martin

![](https://secure.gravatar.com/avatar/6f2fad2ddd19c98cad4cb599c9ad1b20f56a0b737e524c73ef12c151ecdbb63a?
s=60&d=retro&r=g)

### 󠀁[Exellent work!](https://wordpress.org/support/topic/exellent-work-4/)󠁿

 [Word2Media](https://profiles.wordpress.org/word2media/) 31 Ottobre 2019

I'm using this plug-in with any size document with no issue. Thank you.

![](https://secure.gravatar.com/avatar/03a1514bc90ad9792b017824d5dd0cedb8eb1ca66b3115f323872dc558a09120?
s=60&d=retro&r=g)

### 󠀁[Very good](https://wordpress.org/support/topic/very-good-4243/)󠁿

 [anhtuantb](https://profiles.wordpress.org/anhtuantb/) 22 Ottobre 2019

Very good. Thank you very much.

![](https://secure.gravatar.com/avatar/9a3321c085dfb028407a9c35c3c2aa4431c13f63dee58268b1eabd1462dddbc6?
s=60&d=retro&r=g)

### 󠀁[Wonderfull Plugin -Docxpresso](https://wordpress.org/support/topic/wonderfull-plugin-40/)󠁿

 [Gilabert](https://profiles.wordpress.org/gilabert/) 28 Settembre 2019

Very well integrated with WordPress, Docxpresso give the capability to handle documents
in the same way with standards templates whoever the clients are. There is a well
done repository of documents with all tractability of changes. To complete the picture,
the support in Madrid (Spain) for European guys is very efficient and it's a very
valuable help.

![](https://secure.gravatar.com/avatar/ff62efa59afd0e01002b2a4d74a5092dc0661d88d62024adccfe6dee9135a38e?
s=60&d=retro&r=g)

### 󠀁[Needs to import formated text](https://wordpress.org/support/topic/needs-to-import-formated-text/)󠁿

 [Gambalunga](https://profiles.wordpress.org/fredlegs/) 2 Settembre 2019 5 risposte

The plugin installs easily and does exactly as advertised and the document appears
in the post perfectly formated. Unfortunately all you see in the editor is the shortcode.
I would, however, find it more useful if there was an option, or a version, that
actually pasted the converted file in to the WP post or page. One of the things 
lacking in WP is the possibility to easily enter formated text. This goes part of
the way there but if I then want to insert images into the text I can't do it because
it just inserts the shortcode for the document.

 [ Leggi tutte le recensioni di 31 ](https://wordpress.org/support/plugin/docxpresso/reviews/)

## Contributi e sviluppo

“Docxpresso” è un software open source. Le persone che hanno contribuito allo sviluppo
di questo plugin sono indicate di seguito.

Collaboratori

 *   [ docxpresso ](https://profiles.wordpress.org/docxpersso/)

[Traduci “Docxpresso” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/docxpresso)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/docxpresso/) segui
il [repository SVN](https://plugins.svn.wordpress.org/docxpresso/), segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/docxpresso/)
tramite [RSS](https://plugins.trac.wordpress.org/log/docxpresso/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.6

 * Improved navigation in footnotes

#### 2.5

 * Improvements in HTML rendering of charts

#### 2.4

 * Improvements in HTML rendering of spreadsheets

#### 2.3

 * Support for Gutenberg – WP5 block editor
 * Minor improvements in HTML rendering

#### 2.2

 * Several improvements in HTML rendering
 * Optional SVG rendering via the SVG shortcode attribute

#### 2.1

 * Support for Youtube videos
 * Support for Google docs
 * Support for Google forms
 * Improvements in spreadsheet chart rendering
 * Improvements in table sorting

#### 2.0

 * Support for Spreadsheets
 * Support for remote files stored in the cloud
 * Improvements in SVG rendering
 * Support for combined charts, for exmple, bar+ line

#### 1.6

 * Support for Right-To-Left languages
 * Responsive tables
 * Improvements in the rendering of numbered headings
 * Minor improvements in the rendering engine

#### 1.5

 * Drop caps support
 * Minor improvements in the rendering engine

#### 1.4

 * Math equations
 * Number format configuration for sortable tables accesible from the plugin options
   page in the Settings section of your WordPress installation
 * Minor improvements in the rendering engine

#### 1.3

 * Parsing of document comments as popovers
 * Sortable tables
 * Numbered headings and paragraphs
 * Superscripts and subscripts
 * Miscellaneous improvements in the rendering engine
 * Correction of minor bugs

#### 1.2

 * Improvements in chart rendering

#### 1.1

 * Improvements in selector specificity to avoid conflicts among styles
 * New added default styles

#### 1.0.1

 * Minor improvements in the documentation

#### 1.0

 * Initial version

## Meta

 *  Versione **2.6**
 *  Ultimo aggiornamento **5 anni fa**
 *  Installazioni attive **2.000+**
 *  Versione WordPress ** 3.5 o superiore **
 *  Testato fino alla versione **5.8.16**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/docxpresso/)
 * Tag
 * [excel](https://it.wordpress.org/plugins/tags/excel/)[word](https://it.wordpress.org/plugins/tags/word/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/docxpresso/advanced/)

## Valutazioni

 4.7 su 5 stelle.

 *  [  26 recensioni a 5-stelle     ](https://wordpress.org/support/plugin/docxpresso/reviews/?filter=5)
 *  [  3 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/docxpresso/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/docxpresso/reviews/?filter=3)
 *  [  1 2- recensioni a stelle     ](https://wordpress.org/support/plugin/docxpresso/reviews/?filter=2)
 *  [  1 1- recensioni a stelle     ](https://wordpress.org/support/plugin/docxpresso/reviews/?filter=1)

[La tua recensione](https://wordpress.org/support/plugin/docxpresso/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/docxpresso/reviews/)

## Collaboratori

 *   [ docxpresso ](https://profiles.wordpress.org/docxpersso/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/docxpresso/)