6 lines
95 B
Java
6 lines
95 B
Java
package jxl;
|
|
|
|
import jxl.format.CellFormat;
|
|
|
|
public interface CellFormat extends CellFormat {}
|