org.ujmp.jexcelapi
Class ExportMatrixXLS
java.lang.Object
org.ujmp.jexcelapi.ExportMatrixXLS
public abstract class ExportMatrixXLS
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportMatrixXLS
public ExportMatrixXLS()
toFile
public static void toFile(File file,
Matrix matrix,
Object... parameters)
throws IOException,
MatrixException
- Throws:
IOException
MatrixException
toStream
public static void toStream(OutputStream outputStream,
Matrix matrix,
Object... parameters)
throws IOException,
MatrixException
- Throws:
IOException
MatrixException
Copyright © 2010. All Rights Reserved.