File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515// (______|______)
1616//=======================================================
1717
18+ import seven .ExcelSuperInterface ;
1819import seven .callBack .DataFilterColumnInterface ;
1920import seven .callBack .DataFilterInterface ;
2021import seven .callBack .DataFilterProcessInterface ;
2627 * [Github]https://github.com/MatrixSeven
2728 * Created by seven on 2016/11/30.
2829 */
29- public interface SaveExcel {
30+ public interface SaveExcel extends ExcelSuperInterface {
3031
3132 void Save () throws Exception ;
3233 /**
Original file line number Diff line number Diff line change 22
33import org .apache .poi .hssf .usermodel .HSSFDateUtil ;
44import org .apache .poi .ss .usermodel .Cell ;
5+ import seven .ExcelSuperInterface ;
56import seven .callBack .DataFilterColumnInterface ;
67import seven .callBack .DataFilterInterface ;
78import seven .callBack .DataFilterProcessInterface ;
3334 * @author Seven<p>
3435 * @date 2016年4月12日-下午4:08:08
3536 */
36- public abstract class Wrapper implements Serializable {
37+ public abstract class Wrapper implements Serializable , ExcelSuperInterface {
3738 protected Config config =new Config ();
3839 protected DecimalFormat df = new DecimalFormat ("0" );
3940 protected String getCellFormatValue (Cell cell ) {
You can’t perform that action at this time.
0 commit comments