bonjour,
est-ce que quelqu'un saurait-il me dire comment peut on lire, ecrire et manipuler un fichier word ( .doc) via l'API POI, s'il y a un exemple je serais reconnaissant
merci d'avance.
bonjour,
est-ce que quelqu'un saurait-il me dire comment peut on lire, ecrire et manipuler un fichier word ( .doc) via l'API POI, s'il y a un exemple je serais reconnaissant
merci d'avance.
Salut!
The HWPF (http://jakarta.apache.org/poi/hwpf/index.html) is a part of Jakarta POI and handles Word files but the library is in "early development" as the homepage says. Sadly there are only some demos (http://svn.apache.org/viewvc/jakarta...30&view=markup and http://svn.apache.org/viewvc/jakarta...va?view=markup) and test cases (http://svn.apache.org/viewvc/jakarta...ache/poi/hwpf/) to learn from.
Best wishes,
Christian Ullenboom | http://www.tutego.com/
thank you,
i want just a solution to generate and manipulate a document word using java ,i trayed with open xml but its a little difficult for me and i thinks the word document generated (.docx) will require office 2007 . if is there any other possibility i'll be reconnaissant.
thanks
Bonsoir
si le format RTF te convient et que tu veilles faire du publipostage, tu peux utiliser RTFTemplate http://rtftemplate.sourceforge.net/fr/index.html
RTFTemplate est un moteur RTF vers RTF, qui permet de fusionner un modèle RTF (Template) avec des données provenant d'objets JAVA (Contexte). Il permet de générer un document RTF qui est le résultat de la fusion du modèle RTF et de données.
Angelo
Partager