public class DemoExcel extends java.lang.Object implements Parm.MainRun
ReadExcelFile
and
WriteExcel
capabilities.
The -what
parameter causes DemoExcel to run a particular test in its suite of commands. The tests are:
basic
- basic testhello
- run HelloExcel examplecloner
- demonstrate how to clone a Worksheetreader
- demonstrate the clone functions of WriteExcelchart
- demonstrate how to create a Workbook with a chartregress
- run a full regression test
While this class is designed to also be used by the PSEC Powershell utility, it can also be run with command line interface commands provided in
this package as batch files of the same name as the -what
parameter.
Modifier and Type | Class and Description |
---|---|
static class |
DemoExcel.ReadCounts
This exit is used in creating a chart from a template.
|
Constructor and Description |
---|
DemoExcel() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] sArgs) |
void |
run(Parm.Opt oBaseOpt)
run method called by mainStart . |
public void run(Parm.Opt oBaseOpt) throws java.lang.Exception
Parm.MainRun
run
method called by mainStart
. This should be the beginning of the program processing.run
in interface Parm.MainRun
oBaseOpt
- The extended options
object.java.lang.Exception
public static void main(java.lang.String[] sArgs)