Package jxl.format
Interface Format
-
- All Known Implementing Classes:
DateFormat,jxl.write.biff.DateFormatRecord,jxl.biff.FormatRecord,NumberFormat,jxl.write.biff.NumberFormatRecord
public interface FormatExposes the cell formatting information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFormatString()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
-