This content is for v4.x version. Switch to the Stable version.
Document FFI
The Document FFI page covers installing the language wrapper and using the document API. The core logic lives in the Rust library (draviavemal-openxml_office); each wrapper communicates with it over a C ABI + FlatBuffers transport.
For full API reference see the Word page.
Installation
Section titled βInstallationβcargo add draviavemal-openxml_office# Stabledotnet add package draviavemal.openxml-office
# Pre-release / alphadotnet add package draviavemal.openxml-office --prereleasego get draviavemal_openxml_officeNot yet available.
Not yet available.
Not yet available.
Package Version Details
Section titled βPackage Version DetailsβThe Go wrapper is distributed as part of the repository. See the README for build instructions.