UNIT6-open / TemplateEngine.Docx

Smart docx template engine for .NET
Other
408 stars 136 forks source link

fix handling for empty list and table fields #25

Closed anatoly-kryzhanovsky closed 7 years ago

anatoly-kryzhanovsky commented 7 years ago

adding to ListProcessor checking for null value of the field (line 266) adding to TableProcessor checking for empty fields (line 167)

abatar1 commented 7 years ago

Already added.