org.jinterop.dcom.test
Class MSExcel

java.lang.Object
  extended by org.jinterop.dcom.test.MSExcel

public class MSExcel
extends java.lang.Object


Constructor Summary
MSExcel(java.lang.String address, java.lang.String[] args)
           
 
Method Summary
 void createWorkSheet()
           
 void createXYChart()
           
static void main(java.lang.String[] args)
           
 void pasteStringToWorkSheet()
           
 void showExcel()
           
 void startExcel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSExcel

public MSExcel(java.lang.String address,
               java.lang.String[] args)
        throws JIException,
               java.net.UnknownHostException
Throws:
JIException
java.net.UnknownHostException
Method Detail

startExcel

public void startExcel()
                throws JIException
Throws:
JIException

showExcel

public void showExcel()
               throws JIException
Throws:
JIException

createWorkSheet

public void createWorkSheet()
                     throws JIException
Throws:
JIException

pasteStringToWorkSheet

public void pasteStringToWorkSheet()
                            throws JIException
Throws:
JIException

createXYChart

public void createXYChart()
                   throws JIException
Throws:
JIException

main

public static void main(java.lang.String[] args)