zoukankan      html  css  js  c++  java
  • Aspose.Cells 导出指定格式项目(金额、数字、文本)

    Aspose.Cells为开发人员提供了许多内嵌的数字和日期格式,
    开发人员可以通过Style对象的Number属性调用这些内嵌格式,
    下面是Aspose.Cells提供的显示格式:
    Value Type Format String
    0 General General
    1 Decimal 0
    2 Decimal 0.00
    3 Decimal #,##0
    4 Decimal #,##0.00
    5 Currency $#,##0;$-#,##0
    6 Currency $#,##0;[Red]$-#,##0
    7 Currency $#,##0.00;$-#,##0.00
    8 Currency $#,##0.00;[Red]$-#,##0.00
    9 Percentage 0%
    10 Percentage 0.00%
    11 Scientific 0.00E+00
    12 Fraction # ?/?
    13 Fraction # /
    14 Date m/d/yy
    15 Date d-mmm-yy
    16 Date d-mmm
    17 Date mmm-yy
    18 Time h:mm AM/PM
    19 Time h:mm:ss AM/PM
    20 Time h:mm
    21 Time h:mm:ss
    22 Time m/d/yy h:mm
    37 Currency #,##0;-#,##0
    38 Currency #,##0;[Red]-#,##0
    39 Currency #,##0.00;-#,##0.00
    40 Currency #,##0.00;[Red]-#,##0.00
    41 Accounting _ * #,##0_ ;_ * "_ ;_ @_
    42 Accounting _ $* #,##0_ ;_ $* "_ ;_ @_
    43 Accounting _ * #,##0.00_ ;_ * "??_ ;_ @_
    44 Accounting _ $* #,##0.00_ ;_ $* "??_ ;_ @_
    45 Time mm:ss
    46 Time h :mm:ss
    47 Time mm:ss.0
    48 Scientific ##0.0E+00
    49 Text @

  • 相关阅读:
    移动触摸事件之二
    移动touch事件之一
    Phonegap创建项目语法
    JS自定义去除字符串左右两边的指定字符
    video标签常用属性及说明
    html5开发之viewport使用
    页面事件总结
    缓存与预取
    修改JQM的默认配置属性
    JQM事件详解
  • 原文地址:https://www.cnblogs.com/peasana/p/8435716.html
Copyright © 2011-2022 走看看