Quote from luishp on January 29, 2022, 12:13 pmneoWord plugin will allow to generate Microsoft Word files from an existing .docx template.
Every text in the template under curly brackets {myvar} will be replaced with the corresponding variable value.
It will be possible to add loops and conditionals in the template file. Web server required.neoWord plugin sample app:
https://visualneo.com/tutorials/neowordTamplate used in sample app:
https://visualneo.com/tutorials/neoword/template.docxThis plugin will allow us to design reports visually using Microsoft Word.
Let me know what you think.
Thank you!
neoWord plugin will allow to generate Microsoft Word files from an existing .docx template.
Every text in the template under curly brackets {myvar} will be replaced with the corresponding variable value.
It will be possible to add loops and conditionals in the template file. Web server required.
neoWord plugin sample app:
https://visualneo.com/tutorials/neoword
Tamplate used in sample app:
https://visualneo.com/tutorials/neoword/template.docx
This plugin will allow us to design reports visually using Microsoft Word.
Let me know what you think.
Thank you!
Quote from Vadim on January 29, 2022, 12:54 pm@luishp
This is very good! MS Word is a very common application. Everyone at my university uses it.
It opens up great prospects for creating beautiful reports for users. For example, to communicate test results.I tried the sample - the file creates and reads fine!
This is very good! MS Word is a very common application. Everyone at my university uses it.
It opens up great prospects for creating beautiful reports for users. For example, to communicate test results.
I tried the sample - the file creates and reads fine!
Quote from javadrajabihakami on January 29, 2022, 7:41 pmWow! It is really admirable ...!
Wow! It is really admirable ...!
Quote from farhad2008 on March 19, 2022, 9:46 amHi,
Very Good And Thank You .
Regards
Hi,
Very Good And Thank You .
Regards
Quote from Gaev on March 19, 2022, 9:27 pm@luishp
The sample works as advertised.
However, I am not sure if there are restrictions on the location of the template docx file i.e. does it have to be in the same folder as the web app ? ... or can it be in another folder (either relative to the App Folder or even in the cloud like in your Google Drive) ?
The sample works as advertised.
However, I am not sure if there are restrictions on the location of the template docx file i.e. does it have to be in the same folder as the web app ? ... or can it be in another folder (either relative to the App Folder or even in the cloud like in your Google Drive) ?
Quote from luishp on March 20, 2022, 11:48 amHi @gaev, it can be located in a relative path but it probably won't work if the .docx file is hosted in Google Drive.
Regards.
Hi @gaev, it can be located in a relative path but it probably won't work if the .docx file is hosted in Google Drive.
Regards.
Quote from Gaev on March 20, 2022, 4:43 pm@luishp
it probably won't work if the .docx file is hosted in Google Drive
For those developers (like me) who use Google Docs (instead of Microsoft Word), you can still make use of this plugin by ...
a) downloading the Template Google Doc (.docx file) to your local computer
b) creating/saving the substituted .docx file on your local computer
c) if needed, uploading the generated file back to Google DriveGoogle has built in facilities for (a) and (c).
it probably won't work if the .docx file is hosted in Google Drive
For those developers (like me) who use Google Docs (instead of Microsoft Word), you can still make use of this plugin by ...
a) downloading the Template Google Doc (.docx file) to your local computer
b) creating/saving the substituted .docx file on your local computer
c) if needed, uploading the generated file back to Google Drive
Google has built in facilities for (a) and (c).
Quote from luislopezlezcano on September 12, 2023, 12:44 pm@luishp
Buenos dias Luis, resulta que este plugin el de word, me funciona correctamente en mi PC con el servidor web PHP del propio programa, me crea el documento y realiza la descarga correctamente rellenando los datos que recojo de una base de datos, pero cuando subo la web completa a mi hosting de alojamiento, no me funciona, no genera nada, ni siquiera realiza la descarga, he creado permisos de escritura 705 Que son Usuario:(R/W/X) Publico:(R/X), no se porque ocurre. ¿Alguna pista?, Ahh, mi navegador Edge.
Muchas gracias por tu tiempo.
Buenos dias Luis, resulta que este plugin el de word, me funciona correctamente en mi PC con el servidor web PHP del propio programa, me crea el documento y realiza la descarga correctamente rellenando los datos que recojo de una base de datos, pero cuando subo la web completa a mi hosting de alojamiento, no me funciona, no genera nada, ni siquiera realiza la descarga, he creado permisos de escritura 705 Que son Usuario:(R/W/X) Publico:(R/X), no se porque ocurre. ¿Alguna pista?, Ahh, mi navegador Edge.
Muchas gracias por tu tiempo.
Quote from luishp on September 12, 2023, 1:13 pm@luislopezlezcano por favor abre la Consola del navegador (F12) para localizar cualquier mensaje de error que pueda ofrecernos una pista de lo que puede estar sucediendo.
Saludos.
@luislopezlezcano por favor abre la Consola del navegador (F12) para localizar cualquier mensaje de error que pueda ofrecernos una pista de lo que puede estar sucediendo.
Saludos.
Quote from luislopezlezcano on September 12, 2023, 6:40 pmFallo mío @luishp , estaba subiendo a una carpeta dentro del dominio actual EJ.
http://midominio.com/aplicacion/
Claro que no localizaba la ruta del fichero de word, ya que lo buscaba en la carpeta en el ejemplo expuesto “aplicación”.
Resuelto creando un subdominio y redirigiendo a la carpeta.
Así va directo.
http://aplicacion.midominio.com
Mil gracias y disculpad, Mea culpa!!!
Fallo mío @luishp , estaba subiendo a una carpeta dentro del dominio actual EJ.
http://midominio.com/aplicacion/
Claro que no localizaba la ruta del fichero de word, ya que lo buscaba en la carpeta en el ejemplo expuesto “aplicación”.
Resuelto creando un subdominio y redirigiendo a la carpeta.
Así va directo.
http://aplicacion.midominio.com
Mil gracias y disculpad, Mea culpa!!!