org.jxls.formula.FormulaProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jxls Show documentation
Show all versions of jxls Show documentation
Small library for Excel generation based on XLS templates
package org.jxls.formula;
import org.jxls.area.Area;
import org.jxls.transform.Transformer;
/**
* Defines formula processing for {@link Area}
*/
public interface FormulaProcessor {
void processAreaFormulas(Transformer transformer);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy