package jxl; import java.text.NumberFormat; public interface NumberCell extends Cell { double getValue(); NumberFormat getNumberFormat(); }