![JAR search and dependency download from the Maven repository](/logo.png)
com.geese.plugin.excel.OperationKey Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easy-excel Show documentation
Show all versions of easy-excel Show documentation
像SQL一样操作Excel,简化Excel的读写操作
The newest version!
package com.geese.plugin.excel;
/**
* 操作关键字,用于在read excel的时候使用where过滤的情况
*
* @author zhangguangyong [email protected]
* @date 2016/11/16 16:18
* @sine 0.0.1
*/
public enum OperationKey {
COLUMN, FROM, WHERE, LIMIT, INTO
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy