Open Roko131 opened 8 years ago
Did you find a solution to this?
No, what I ended up doing was making a docx file for every 50 users- so I got like 10 docs files for 500 users...
Please let me know if you find another solution.
Or if you couldn't find one, take a look at this Gem: Caracal
Well my solution is to create wrapper div for every group of 3000 nodes, which gives you enough space to overcome this limitation.
@adamtomecek Your comment just saved my day! Adding a seemingly useless div also solved this for me.
Hi, I'm using
Rails 3.2.12
with your Gem to create a bigdocx
file containing the site's users with their details.It works great with a few users, but when there are more than a few I'm getting the following error:
I'm not familiar with
xslt
, I didn't find where I should add themaxdepth
parameter- Any ideas?Thank you.
Full error, and what I'm trying to do below:
More details:
I'm trying to send a mail with the docx file as attachment (It does work, but not with many users):