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

org.jxls.transform.PreWriteAction Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package org.jxls.transform;

import org.jxls.common.PublicContext;

public interface PreWriteAction {

    void preWrite(Transformer transformer, PublicContext context);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy