package com.taover.easyexcel.read.metadata; import java.util.ArrayList; import java.util.List; import com.taover.easyexcel.metadata.BasicParameter; import com.taover.easyexcel.read.listener.ReadListener; /** * Read basic parameter * * @author Jiaju Zhuang **/ public class ReadBasicParameter extends BasicParameter { /** * Count the number of added heads when read sheet. * *
* 0 - This Sheet has no head ,since the first row are the data *
* 1 - This Sheet has one row head , this is the default *
* 2 - This Sheet has two row head ,since the third row is the data
*/
private Integer headRowNumber;
/**
* Custom type listener run after default
*/
private List