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

com.poiji.config.Formatting Maven / Gradle / Ivy

package com.poiji.config;

import com.poiji.option.PoijiOptions;


/**
 * A formatting interface to build a custom poiji header formatting.
 * 

* Created by hakan on 24/10/2020. */ public interface Formatting { /** * Normalize header names using custom formatting * * @param options poiji options * @param value header name * @return normalized header name */ String transform(PoijiOptions options, String value); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy