Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExportMatrixXLS

        public ExportMatrixXLS()
    • Method Detail

      • toFile

        public static void toFile​(java.io.File file,
                                  Matrix matrix,
                                  java.lang.Object... parameters)
      • toStream

        public static void toStream​(java.io.OutputStream stream,
                                    Matrix matrix,
                                    java.lang.Object... parameters)