helma.Chart

Object
   |
   +--helma.Chart


Instances of this class are capable of reading Excel spreadsheets and rendering them as XHTML table. Internally helma.Chart uses the Java Excel API by Andy Khan.
Defined in Chart.js

Author: Tobi Schaefer



Constructor Summary
helma.Chart(<String> fpath, <String> prefix, <String> sheetName)
            Creates a new instance of helma.Chart
 
Methods Summary
 void render()
           Renders the Excel spreadsheet as XHTML table.
 String renderAsString()
           Returns the spreadsheet as rendered XHTML table.
<static>  void example(<String> file)
           A simple example for using helma.Chart that renders the passed file as XHTML table to response.

Constructor Detail

helma.Chart

helma.Chart(<String> fpath, <String> prefix, <String> sheetName)

Method Detail

render

void render()

renderAsString

String renderAsString()

example

<static> void example(<String> file)


Documentation generated by JSDoc on Thu Apr 5 01:59:00 2007