Getting Started🚧🛠️

The page furnishes comprehensive installation instructions, guiding you through the process of incorporating the package dependency.

Repository URL https://github.com/DraviaVemal/openxml-office


Version v4.x is rewrite on current package in rust along with cross language support. Very much in active development in all areas including this documentation.


Version v2.x will be the stable build code.

Bugfix in v2.x will br priority till v4.x is released


Package Version Details

Feel free to start discussion for any new feature requirement. Discussion Channel

The official release Crate package for openxml-office on Crates.io:

Package
Maintenance
Current Stable Release
Current Alpha Release

draviavemal-openxml_office

Active

The library is available on crates.io. You can install it using the following command

#Using Package Manager
cargo add draviavemal-openxml_office
# Cargo.toml add below details
draviavemal-openxml_office = "4.0.0-alpha.1"

Once Installed the package should be direct use availabel like below example. More samples can be seen in test project's of the repo or check other parts of the documents

Last updated