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