org.openlca.io.xls.systems.IExcelHeaderEntry Maven / Gradle / Ivy
package org.openlca.io.xls.systems;
interface IExcelHeaderEntry {
String getValue(int count);
}
package org.openlca.io.xls.systems;
interface IExcelHeaderEntry {
String getValue(int count);
}