I'm using Confluence 3.5 now.
Before Confluence renders an Excel Sheet on page, will it run the formulas/functions first?
For example, I have a the following Function in the cell Sheet1!A1
=NOW()
This is a time function that prints the current date and time.
I create a Confluence Page and put the following:
{viewxls:name=datastore.xls|sheet=sheet1|row=0|col=0}
When Irefresh the page, I want the "NOW()" function to execute and update the date/time. Is this possible?
I am trying to create a datastore so that I can update various reports and graphs dynamically from one location. Are there other options?
Thanks,