All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zhongweixian.excel.graph.entity.ExcelGraph Maven / Gradle / Ivy

The newest version!
package com.zhongweixian.excel.graph.entity;

import java.util.List;

/**
 * @author [email protected]
 * @Date 2017/11/5:23:24
 */
public interface ExcelGraph {

    ExcelGraphElement getCategory();

    List getValueList();

    Integer getGraphType();

    List getTitleCell();

    List getTitle();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy