package jxl; public interface BooleanCell extends Cell { boolean getValue(); }