You are not logged in.
Pages: 1
Hi,
is it possible to insert the creation date (runtime) to a cell of a jxls-report (dynamic list)?
Thanks,
Heiko
Offline
Hi Heiko,
the easiest is probably the following. Add a hidden date parameter that is set to "default now". If the parameter has key "today" then you can access the date within the jxls template as
${parameters.today}
(Remember to set the format of the cell to date as otherwise excel will display an integer version of the date.)
Cheers
-Arno
Offline
Hi Arno,
this works fine.
Thanks!
Heiko
Offline
Pages: 1