Skip to content

jamiebalfour04/zpe.lib.docx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zpe.lib.docx

This is the official DOCX plugin for ZPE.

The plugin provides support for creating, reading and modifying .docx files directly from ZPE.

Installation

Place zpe.lib.docx.jar in your ZPE native-plugins folder and restart ZPE.

You can also download with the ZULE Package Manager by using:

zpe --zule install zpe.lib.docx.jar

Documentation

Full documentation, examples and API reference are available here:

View the complete documentation

Example

import "zpe.lib.docx"

d = new docx()
d->new_file()

d->add_heading("My Document", 1)
d->add_paragraph("Hello from ZPE!")

d->save("output.docx")
d->close()

Notes

  • This plugin supports .docx files only.
  • Requires Apache POI (bundled within the plugin).

About

The official ZPE plugin for working with Docx files.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages