cstkingkey / docx-rs

A Rust library for parsing and generating docx files.
MIT License
12 stars 12 forks source link

Table Borders for Left + Right #1

Closed max-legrand closed 1 year ago

max-legrand commented 2 years ago

Would it be possible to implement the code changes found here: https://github.com/PoiScript/docx-rs/pull/31

Seems like only Top + Bottom borders are currently present, and this PR would add the ability to set borders for all sides.

cstkingkey commented 1 year ago

Table Borders for Left + Right are present. Please check again.

max-legrand commented 1 year ago

Gotcha think I might’ve been looking at outdated documentation! Appreciate the work you do on this crate!