This website requires JavaScript.
Explore
Help
Sign In
rattail
/
appypod-rattail
Watch
1
Star
0
Fork
You've already forked appypod-rattail
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
727
commits
1
branch
2
tags
39
MiB
934ca360cc
Commit graph
3 commits
Author
SHA1
Message
Date
Gaetan Delannay
1730ce3c19
[pod] In an ods template, you can now define a variable 'columnsRepeated' that specifies, for every column of the table representing a spreadsheet, how much times it will be repeated bysubsequent 'for... cell' statements. For example, if you have a spreadsheet with 2 columns, and you will need to repeat the second one 100 times, define a statement 'do table with columnsRepeated=(1,100)'. If you don't do that, pod will be unable to guess what column must be repeated and how, will consider your table has having 2 columns and will produce a resulting table spreading the cells within a 2-columns wide table.
2015-01-13 17:02:59 +01:00
Gaetan Delannay
2307a284cc
[gen] Wrapper.reindex: allow to specify attribute 'fields' containing the list of fields that must be reindexed. If not given, all object fields are reindexed. [pod] POD ODS templates: into POD results from ODS templates, Python expressions that produce ints, floats or dates (Zope DateTime only for the moment) produce cells with typed values.
2013-02-06 17:15:01 +01:00
Gaetan Delannay
ad94fee755
[gen] First draft of using POD ODS (Calc) templates.
2013-01-31 00:11:24 +01:00