first commit
This commit is contained in:
9
hrmsEjb/jxl/NumberCell.java
Normal file
9
hrmsEjb/jxl/NumberCell.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package jxl;
|
||||
|
||||
import java.text.NumberFormat;
|
||||
|
||||
public interface NumberCell extends Cell {
|
||||
double getValue();
|
||||
|
||||
NumberFormat getNumberFormat();
|
||||
}
|
Reference in New Issue
Block a user