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

com.ludii.excel.parse.ExcelFieldParseMode Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.ludii.excel.parse;

/**
 * @author 陆迪
 * @date 2022/3/23
 * 解析excel的模式
 */
public enum ExcelFieldParseMode {
    /**
     * 按注解sort顺序匹配
     */
    sort,

    /**
     * 按标题匹配
     */
    title
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy