marinho / geraldo

Geraldo is a reports engine for Python and Django applications. It uses the power of ReportLab and PIL to generate reports with page header and footer, child bands, report begin and summary bands, agreggation and graphic elements, etc.
http://geraldoreports.org/
Other
190 stars 106 forks source link

Cell borders with auto_expand_height #24

Open pkaczynski opened 11 years ago

pkaczynski commented 11 years ago

There's no way to create report with band detail in "full framing" (i.e. borders left, right, top, bottom) and auto_expand_height. If you create a row of ObjectValues with border: all thay do have the borders, but if any of the cells is expanded vertically, the rest of the cells have thir borders short in height.

gianni-di-noia commented 11 years ago

any idea?