公告板
版本库
filestore
活动
搜索
登录
石子山
/
frame
派生自
frame
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
init
IT-KIMI_SHI\SINOIT.KIMI
2018-06-01
521993214708c66a5498bd669c94a661c11484b2
[~kimi/frame.git]
/
src
/
frame
/
file
/
CellDataType.java
1
2
3
4
5
package frame.file;
public enum CellDataType {
Boolean, Int, IntOrString, Decimal, DecimalOrString, Percent, DecimalORPercent, Date, DateTime, String, Error
}