ruby-docx-templater
ruby-docx-templater copied to clipboard
A Ruby library to template Microsoft Word .docx files. Generates new Word .docx files based on a template file. Does templating entirely in memory.
I found some errors in the code
Skip to raise when in the data there are arrays not specified in the template
don't fail when the templater can't find table markers for an array in the data hash. basically so that you can use a variety of templates with the same set...
Hi. Looping works when I use within the table. When I'm not using table and do looping, it's not working and m getting error... Let me know if any further...
Hey, would it be possible to get a quick docu or how to guide for using this gem? Would be great, thanks!
``` #BEGIN_ROW:EXPERIENCES_TITLE# $EACH:EXPERIENCE_TITLE$ #END_ROW:EXPERIENCES_TITLE# ``` I'm zipping the following xml into a docx template. (I'm not posting the entire xml doc) And I'm inserting the following data into the template:...
Is it possible to have a nested table? e.g. for the example to have an array for attendence -- and create an inner table with another #BEGIN_ROW:ATTENDENCE# ?