drmacro / wordinator

Generate high-quality DOCX files using a simplified XML format (simple word processing XML).
Apache License 2.0
37 stars 8 forks source link

Janitorial work on the MakeDocx class (indentation, exception handling) #111

Closed larsga closed 1 year ago

larsga commented 1 year ago

The first commit has the indentation changes, while the second one has the actual changes to exception logic. I'm trying to improve the error reporting, as suggested in issue #91, and also to simplify the code a bit.

I'll work on the rest of the code later.