博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
POI getDataFormat() 格式对照
阅读量:5729 次
发布时间:2019-06-18

本文共 1221 字,大约阅读时间需要 4 分钟。

hot3.png

参照org.apache.poi.ss.usermodel.BuiltinFormats的说明

Open Declaration org.apache.poi.ss.usermodel.BuiltinFormats

Utility to identify built-in formats. The following is a list of the formats as returned by this class.

0, "General"1, "0"2, "0.00"3, "#,##0"4, "#,##0.00"5, "$#,##0_);($#,##0)"6, "$#,##0_);[Red]($#,##0)"7, "$#,##0.00);($#,##0.00)"8, "$#,##0.00_);[Red]($#,##0.00)"9, "0%"0xa, "0.00%"0xb, "0.00E+00"0xc, "# ?/?"0xd, "# ??/??"0xe, "m/d/yy"0xf, "d-mmm-yy"0x10, "d-mmm"0x11, "mmm-yy"0x12, "h:mm AM/PM"0x13, "h:mm:ss AM/PM"0x14, "h:mm"0x15, "h:mm:ss"0x16, "m/d/yy h:mm"// 0x17 - 0x24 reserved for international and undocumented 0x25, "#,##0_);(#,##0)"0x26, "#,##0_);[Red](#,##0)"0x27, "#,##0.00_);(#,##0.00)"0x28, "#,##0.00_);[Red](#,##0.00)"0x29, "_(*#,##0_);_(*(#,##0);_(* \"-\"_);_(@_)"0x2a, "_($*#,##0_);_($*(#,##0);_($* \"-\"_);_(@_)"0x2b, "_(*#,##0.00_);_(*(#,##0.00);_(*\"-\"??_);_(@_)"0x2c, "_($*#,##0.00_);_($*(#,##0.00);_($*\"-\"??_);_(@_)"0x2d, "mm:ss"0x2e, "[h]:mm:ss"0x2f, "mm:ss.0"0x30, "##0.0E+0"0x31, "@" - This is text format.0x31 "text" - Alias for "@"

Author: Yegor Kozlov Modified 6/17/09 by Stanislav Shor - positive formats don't need starting '('

转载于:https://my.oschina.net/u/3251146/blog/1825131

你可能感兴趣的文章
Mongodb无法启动:The default storage engine
查看>>
Venture and Chance
查看>>
域名注册详解:WHOIS信息的历史及其发展(二)
查看>>
Sftp工具类
查看>>
同步系统设置时间格式
查看>>
javascript 和 native obj-c 交互数据的开源工具
查看>>
nginx虚拟主机配置
查看>>
spring事务处理
查看>>
ubuntu 14.10安装android studio中遇到的问题
查看>>
uva 11462
查看>>
Delphi读写UTF-8、Unicode格式文本文件
查看>>
Indy 10 文件传输
查看>>
python10min手写一个服务器内存监控系统
查看>>
springboot2.0集成javamelody应用监测
查看>>
代码规范的那些事儿
查看>>
lua协程
查看>>
关于在firefox下SSL error renegotiation not allowed的问题
查看>>
Git管理工具对比(GitBash、EGit、SourceTree)
查看>>
大数据沉淀与O2O在移动化时代的趋势与演变
查看>>
linux常用命令参数英文解释
查看>>