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

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