docx-rs icon indicating copy to clipboard operation
docx-rs copied to clipboard

A Rust library for parsing and generating docx files.

Results 20 docx-rs issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/8358388/179875507-7186d357-bbd4-40dd-a194-b5d9d3b1e22c.png)

- Fix #47 - Fix following error ```rs C:/Users/.cargo/bin/cargo.exe build --color=always --message-format=json-diagnostic-rendered-ansi --package docx --example table Compiling jetscii v0.4.4 error: unconstrained generic constant --> C:\Users\.cargo\registry\src\github.com-1ecc6299db9ec823\jetscii-0.4.4\src\simd.rs:110:13 | 110 | T::CONTROL_BYTE, |...

Hi, is this still maintained this crate?

I was trying to use this crate inside my project. With no other dependencies, building the project results with `An invalid number of arguments was passed when calling a function.`...

How can I use this crate to write data into a template docx. Is there one function for me to change the Paragraph.

Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version. Release notes Sourced from env_logger's releases. v0.9.0 Breaking Changes: Default message format now prints the target instead of the module...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Updates the requirements on [strong-xml](https://github.com/PoiScript/strong-xml) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

- Clippy fixes - Strong Xml 0.6 - `Document` and `Body` now implement `Deref` and `DerefMut` to the content vector: This allows to call iterator methods on both `Document` and...