[reportlab-users] How to avoid repeat formula on spreadsheet table while using platipus?

Andy Robinson andy at reportlab.com
Wed Jun 15 01:28:39 EDT 2016


You will need to write your own logic to handle this.  Platypus tables
are not spreadsheets and they have no knowledge of whether cell
contents are numeric, so they can't maintain totals; and the are built
"up front" without knowing where they will be broken.    Instead of
creating the entire story and rendering it, it may be better to create
"one-row tables" and add to a frame on the page, or have a routine in
pdfgen to draw one row at a time.  Then you will be in complete
control of how much space is left and when to do page breaks.

To provide more help you'll need to show the group some visuals of
what you are doing.

- Andy

On 15 June 2016 at 04:50, abhijith <abhijithb21 at openmailbox.org> wrote:
> How can I conditionally apply repeat formula on spreadsheet table? I
> have it currently displayed on all pages. Ideally it should not be
> displayed on the first page. I have carry forward and brought forward as
> two items to be displayed. I would like to display only carry forward in
> the first page and both of them in succeeding pages. Now both of them
> are displayed on the first page with brought forward left blank. This
> looks unpleasant. How can I rectify this?
>
> _______________________________________________
> reportlab-users mailing list
> reportlab-users at lists2.reportlab.com
> https://pairlist2.pair.net/mailman/listinfo/reportlab-users


More information about the reportlab-users mailing list