jxl.format
Interface Format

All Known Implementing Classes:
jxl.biff.FormatRecord

public interface Format

Exposes the cell formatting information


Method Summary
 java.lang.String getFormatString()
          Accesses the excel format string which is applied to the cell Note that this is the string that excel uses, and not the java equivalent
 

Method Detail

getFormatString

public java.lang.String getFormatString()
Accesses the excel format string which is applied to the cell Note that this is the string that excel uses, and not the java equivalent

Returns:
the cell format string