cstkingkey / docx-rs

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

Support for SDT entry in TableCell/TableRow #2

Closed dsgallups closed 1 year ago

dsgallups commented 1 year ago

Hello, I am working on a project that requires SDT entries in table cells/rows. I have made a fork of your repository, and my solution is a total hack. I was wondering if you would be interested in me refactoring my code and sending in a PR? Only if it's worth your time.

i.e.:

<w:tr>
  <w:sdt>
    ...
  </w:sdt>
</w:tr>

does not get parsed correctly