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

com.github.developframework.excel.column.GeneralColumnDefinition Maven / Gradle / Ivy

package com.github.developframework.excel.column;

import com.github.developframework.excel.AbstractColumnDefinition;

/**
 * 通用列
 *
 * @author qiushui on 2019-05-18.
 */
public class GeneralColumnDefinition extends AbstractColumnDefinition {

    protected GeneralColumnDefinition(String field, String header) {
        super(field, header);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy