Re: Link Office Word form document with data from PostgreSQL
Tim Clarke <tim.clarke@manifest.co.uk>
From: Tim Clarke <tim.clarke@manifest.co.uk>
To: PostgreSQL General List <pgsql-general@postgresql.org>
Date: 2015-03-30T09:22:53Z
Lists: pgsql-general
Two options that I know of: 1) Use Java and the Apache POI project 2) Write a file containing the data in some other format like HTML then open that with Word. Tim Clarke On 30/03/15 09:20, avpro avpro wrote: > > Hi all, > > Have you ever experienced how to populate fields from a MS Office Word > document with a PostgreSQL data available either in a table or view? > > I haven’t seen anything on the web; only possible with MS products, VS > or Access. > > Thank you for your input >