com.github.yt.excel.vo.ExcelConfig Maven / Gradle / Ivy
The newest version!
package com.github.yt.excel.vo;
public class ExcelConfig {
private int startRow;
public int getStartRow() {
return startRow;
}
public ExcelConfig setStartRow(int startRow) {
this.startRow = startRow;
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy