net.sourceforge.fixagora.basis.shared.control
Class SpreadSheetCellConverter

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.control.SpreadSheetCellConverter

public class SpreadSheetCellConverter
extends java.lang.Object

The Class SpreadSheetCellConverter.


Constructor Summary
SpreadSheetCellConverter()
           
 
Method Summary
static byte[] getBytes(java.util.List<SpreadSheetCell> spreadSheetCells)
          Gets the bytes.
static java.util.List<SpreadSheetCell> getSpreadSheetCells(byte[] bytes)
          Gets the spread sheet cells.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpreadSheetCellConverter

public SpreadSheetCellConverter()
Method Detail

getBytes

public static byte[] getBytes(java.util.List<SpreadSheetCell> spreadSheetCells)
Gets the bytes.

Parameters:
spreadSheetCells - the spread sheet cells
Returns:
the bytes

getSpreadSheetCells

public static java.util.List<SpreadSheetCell> getSpreadSheetCells(byte[] bytes)
Gets the spread sheet cells.

Parameters:
bytes - the bytes
Returns:
the spread sheet cells