org.javafunk.excelparser.helper.Locator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of excel-parser Show documentation
Show all versions of excel-parser Show documentation
Annotations for Excel document parsing.
The newest version!
package org.javafunk.excelparser.helper;
import lombok.Value;
@Value
public class Locator {
String sheetName;
int row;
int col;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy