Tools for bringing TeamForge data into wiki pages

Use these markup formats to bring in data from elsewhere on your TeamForge site.

Note: These tools are for use only when you are editing a wiki page in text mode. If you try to use them in WYSIWYG mode, they are displayed just the way you typed them in, which is not what you want.
Syntax Effect Details
[sf:artifactStatistics]
Generates a graph of activities related to artifacts in the project.
[sf:taskStatistics]
Generates a graph of tasks completed in the project.
[sf:frsStatistics]
Generates a graph of file release activities in the project.
[sf:documentStatistics]
Generates a graph of the project's document activities.
[{INSERT ExcelToHTMLPlugin 
src='c:\somesheet.xls'}] 
or 
[{INSERT ExcelToHTMLPlugin 
border='1' 
src='\\the_server\somesheet.xls'}] 
Reads a Microsoft Excel file and displays it as an HTML table.

Parameters:

  • src: URL / Attachment file name
  • srcsheet: Sheet name
  • height: height attribute for the html table
  • width: width attribute for the html table
  • border: border attribute for the html table

More at http://www.ecyrd.com/JSPWiki/wiki/ExcelToHTMLPlugin