ajeebkp23 / python-relatorio

Automatically exported from code.google.com/p/python-relatorio. Thus it enables to to install this package via pip.
GNU General Public License v3.0
0 stars 0 forks source link

Adding images in generated rows of a Calc Spreadsheet results in image in the same cell #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In a spreadsheet, a loop that contains an image evaluated for each row will 
result in every image anchored in the same table cell.

According to the OASIS specification the end-cell-address attribute in 
draw:frame tags specifies in which cell should the frame stop ; in this case 
every frame will have the same value. An empty value results in the an 
unspecified behavior but it's the one we expect: the frame is put into the 
resulting cell.

The provided patch implements this: https://codereview.appspot.com//184520043/

Original issue reported on code.google.com by nicolas....@b2ck.com on 15 Dec 2014 at 4:20

GoogleCodeExporter commented 9 years ago
Fixed in changeset 42a05363db0d

Original comment by nicolas....@b2ck.com on 6 Jan 2015 at 1:28