壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1574|回复: 7

xml bi publisher導出EXCEL欄位格式為日期如何設置?

  [复制链接]
发表于 2011/7/11 07:58:22 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
xml bi publisher導出EXCEL欄位格式為日期如何設置?每次導出欄位都是通用格式,利用BI PUBLISHER格式化也達不到要求,還是我沒有設置對?請高手指教~
发表于 2011/7/11 09:55:30 | 显示全部楼层
同问哦
 楼主| 发表于 2011/7/15 08:20:20 | 显示全部楼层
誒,感嘆,一個問題問倒一群英雄漢~!!!
发表于 2011/8/11 14:59:02 | 显示全部楼层

  1. <?xml version="1.0"?>
  2. <?mso-application progid="Excel.Sheet"?>
  3. <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
  4. xmlns:o="urn:schemas-microsoft-com:office:office"
  5. xmlns:x="urn:schemas-microsoft-com:office:excel"
  6. xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
  7. xmlns:html="http://www.w3.org/TR/REC-html40">
  8. <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
  9.   <Author>Admin</Author>
  10.   <LastAuthor>Admin</LastAuthor>
  11.   <Created>2011-08-11T07:25:35Z</Created>
  12.   <Version>12.00</Version>
  13. </DocumentProperties>
  14. <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
  15.   <WindowHeight>12210</WindowHeight>
  16.   <WindowWidth>17055</WindowWidth>
  17.   <WindowTopX>240</WindowTopX>
  18.   <WindowTopY>15</WindowTopY>
  19.   <ProtectStructure>False</ProtectStructure>
  20.   <ProtectWindows>False</ProtectWindows>
  21. </ExcelWorkbook>
  22. <Styles>
  23.   <Style ss:ID="Default" ss:Name="Normal">
  24.    <Alignment ss:Vertical="Center"/>
  25.    <Borders/>
  26.    <Font ss:FontName="宋体" x:CharSet="134" ss:Size="11" ss:Color="#000000"/>
  27.    <Interior/>
  28.    <NumberFormat/>
  29.    <Protection/>
  30.   </Style>
  31.   <Style ss:ID="s62">
  32.    <NumberFormat ss:Format="Short Date"/>
  33.   </Style>
  34. </Styles>
  35. <Worksheet ss:Name="Sheet1">
  36.   <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="4" x:FullColumns="1"
  37.    x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
  38.    <Column ss:Index="2" ss:Width="57"/>
  39.    <Row ss:Index="4">
  40.     <Cell ss:Index="2" ss:StyleID="s62"><Data ss:Type="DateTime">2011-01-02T00:00:00.000</Data></Cell>
  41.    </Row>
  42.   </Table>
  43.   <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
  44.    <PageSetup>
  45.     <Header x:Margin="0.3"/>
  46.     <Footer x:Margin="0.3"/>
  47.     <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
  48.    </PageSetup>
  49.    <Print>
  50.     <ValidPrinterInfo/>
  51.     <PaperSizeIndex>0</PaperSizeIndex>
  52.     <VerticalResolution>0</VerticalResolution>
  53.     <NumberofCopies>0</NumberofCopies>
  54.    </Print>
  55.    <Selected/>
  56.    <Panes>
  57.     <Pane>
  58.      <Number>3</Number>
  59.      <ActiveRow>3</ActiveRow>
  60.      <ActiveCol>1</ActiveCol>
  61.     </Pane>
  62.    </Panes>
  63.    <ProtectObjects>False</ProtectObjects>
  64.    <ProtectScenarios>False</ProtectScenarios>
  65.   </WorksheetOptions>
  66. </Worksheet>
  67. </Workbook>
复制代码

发表于 2011/8/11 14:59:47 | 显示全部楼层
<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook xmlns="urn:schemas-microsoft-comffice:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
  <Author>Admin</Author>
  <LastAuthor>Admin</LastAuthor>
  <Created>2011-08-11T07:25:35Z</Created>
  <Version>12.00</Version>
</DocumentProperties>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
  <WindowHeight>12210</WindowHeight>
  <WindowWidth>17055</WindowWidth>
  <WindowTopX>240</WindowTopX>
  <WindowTopY>15</WindowTopY>
  <rotectStructure>False</ProtectStructure>
  <ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
  <Style ss:ID="Default" ss:Name="Normal">
   <Alignment ss:Vertical="Center"/>
   <Borders/>
   <Font ss:FontName="宋体" x:CharSet="134" ss:Size="11" ss:Color="#000000"/>
   <Interior/>
   <NumberFormat/>
   <Protection/>
  </Style>
  <Style ss:ID="s62">
   <NumberFormat ss:Format="Short Date"/>
  </Style>
</Styles>
<Worksheet ss:Name="Sheet1">
  <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="4" x:FullColumns="1"
   x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
   <Column ss:Index="2" ss:Width="57"/>
   <Row ss:Index="4">
    <Cell ss:Index="2" ss:StyleID="s62"><Data ss:Type="DateTime">2011-01-02T00:00:00.000</Data></Cell>
   </Row>
  </Table>
  <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
   <PageSetup>
    <Header x:Margin="0.3"/>
    <Footer x:Margin="0.3"/>
    <PageMargins x:Bottom="0.75" xeft="0.7" x:Right="0.7" x:Top="0.75"/>
   </PageSetup>
   <Print>
    <ValidPrinterInfo/>
    <PaperSizeIndex>0</PaperSizeIndex>
    <VerticalResolution>0</VerticalResolution>
    <NumberofCopies>0</NumberofCopies>
   </Print>
   <Selected/>
   <Panes>
    <Pane>
     <Number>3</Number>
     <ActiveRow>3</ActiveRow>
     <ActiveCol>1</ActiveCol>
    </Pane>
   </Panes>
   <ProtectObjects>False</ProtectObjects>
   <ProtectScenarios>False</ProtectScenarios>
  </WorksheetOptions>
</Worksheet>
</Workbook>
发表于 2011/8/12 09:03:41 | 显示全部楼层
你是用rtf做模板?那不是在属性那里可以设置么:
002.jpg
 楼主| 发表于 2011/9/5 09:37:56 | 显示全部楼层
wndemon 发表于 2011/8/12 09:03
你是用rtf做模板?那不是在属性那里可以设置么:

這個設置根本沒有用的,例如我在那個地方設置格式為DATE型 然后格式化為YYYY-MM-DD 這樣,導出來的EXCEL文檔格式根本沒有變化~

发表于 2011/9/7 08:26:49 | 显示全部楼层
wangtianwei18 发表于 2011/9/5 09:37
這個設置根本沒有用的,例如我在那個地方設置格式為DATE型 然后格式化為YYYY-MM-DD 這樣,導出來的EXCEL文 ...

那你就改用上面的XSL制作模板,这个可以很灵活的操作生成的excle。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/29 19:37 , Processed in 0.015236 second(s), 15 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表