Package org.ujmp.core.io
Class ExportMatrixXLS
- java.lang.Object
-
- org.ujmp.core.io.ExportMatrixXLS
-
public class ExportMatrixXLS extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExportMatrixXLS()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
toFile(java.io.File file, Matrix matrix, java.lang.Object... parameters)
static void
toStream(java.io.OutputStream stream, Matrix matrix, java.lang.Object... parameters)
-