org.jinterop.dcom.test
Class MSExcel
java.lang.Object
org.jinterop.dcom.test.MSExcel
public class MSExcel
- extends java.lang.Object
Constructor Summary |
MSExcel(java.lang.String address,
java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSExcel
public MSExcel(java.lang.String address,
java.lang.String[] args)
throws JIException,
java.net.UnknownHostException
- Throws:
JIException
java.net.UnknownHostException
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)