ingomohr / docwriter

API to write docx documents
MIT License
1 stars 0 forks source link

Refactor: Add API to Access Word Document Data #2

Closed ingomohr closed 5 years ago

ingomohr commented 5 years ago

Docx writers need access to data in a Word document. Atm, the code to access the data is directly in the writer impl - which is not good regarding sep of concerns.

ingomohr commented 5 years ago

Merged #3.