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

com.github.shootercheng.export.define.CellFormat Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package com.github.shootercheng.export.define;

/**
 * @author chengdu
 *
 */
public interface CellFormat {
    /**
     * format cell value
     * @param column csv or excel column
     * @param cellValue cell value
     * @return String
     */
    String format(String column, String cellValue);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy