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

com.alibaba.excel.enums.HolderEnum Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package com.alibaba.excel.enums;

/**
 * The types of holder
 *
 * @author Jiaju Zhuang
 **/
public enum HolderEnum {
    /**
     * workbook
     */
    WORKBOOK,
    /**
     * sheet
     */
    SHEET,
    /**
     * table
     */
    TABLE,
    /**
     * row
     */
    ROW;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy