net.sourceforge.demetrix.rio
Class Excel2MaximaConverter

java.lang.Object
  extended bynet.sourceforge.demetrix.rio.Excel2MaximaConverter

public class Excel2MaximaConverter
extends Object

Author:
Dimitri Pissarenko

Field Summary
static String EMPTY_ROW
           
private  Logger logger
           
 
Constructor Summary
Excel2MaximaConverter()
           
 
Method Summary
 String convertToMaxima(HSSFSheet workSheet)
           
private  StringBuffer getMatrixCell(HSSFCell cell)
           
private  StringBuffer getMatrixRow(HSSFRow row)
           
 String getMaximaRepresentation(HSSFSheet workSheet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private Logger logger

EMPTY_ROW

public static final String EMPTY_ROW
See Also:
Constant Field Values
Constructor Detail

Excel2MaximaConverter

public Excel2MaximaConverter()
Method Detail

convertToMaxima

public String convertToMaxima(HSSFSheet workSheet)

getMaximaRepresentation

public String getMaximaRepresentation(HSSFSheet workSheet)

getMatrixRow

private StringBuffer getMatrixRow(HSSFRow row)

getMatrixCell

private StringBuffer getMatrixCell(HSSFCell cell)