com.zhongweixian.excel.graph.entity.ExcelGraph Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of poi-api Show documentation
Show all versions of poi-api Show documentation
poi-api project for Spring Boot
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();
}