JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jxl.format
Interface Format
All Known Implementing Classes:
DateFormat
, jxl.write.biff.DateFormatRecord, jxl.biff.FormatRecord,
NumberFormat
, jxl.write.biff.NumberFormatRecord
public interface
Format
Exposes the cell formatting information
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
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
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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method