前提:

BI publisher下载地址:

http://www.oracle.com/technetwork/middleware/bi-publisher/downloads/index.html?ssSourceSiteId=ocomen

http://www.cnblogs.com/quanweiru/p/5229801.html

R12: How to add Microsoft Excel as Type to the Create Template List of Values in BI Publisher (文档 ID 1343225.1)

For 12.0.x

Excel Templates are only partially supported on the Oracle E-Business Suite Release 12.0.x. There are no current plans to backport this feature to the Oracle E-Business Suite Release 11i, nor will it be fully supported in 12.1.x.

  • Oracle E-Business Suite Release 12.0:

    Patch 7237006 R12.ATG_PF.A.DELTA.6

    This patch includes some basic functionality for Excel templates. You can run a very basic spreadsheet.

  • For the full functionality associated with Excel layouts you have to license and install BI Publisher Enterprise 10.1.3.4.2, 11.1.1.5 or later version.
  • We are not logging new defects for enhancements to this functionality in EBS at this time.

Refer to the Oracle Fusion Middleware Report Designer's Guide for Oracle Business Intelligence Publisher, chapter Creating Excel Templates.

For 12.1.3

Please apply Patch 12415414 - 1OFF:11873050:12.1.3:12.1.3:FRM-41830, FRM-40212 Submitting Program - Publisher FSG.

This patch updates the looktype ("XDO_XLS_TEMPL_OUTPUTS") and lookup code (Excel) to support the Excel templates for BI Publisher R12.1 release.

This patch will add the "Excel" Template type to the LOV.

After Patch 12415414 is applied do the following to enable EXCEL output option for BI publisher templates:

1. Enable option 'XLS' in XDO_TEMPLATE_TYPE lookup code :

(Responsibility) Application Developer > Application > Lookups > Application Object Library > Query out Type 'XDO_TEMPLATE_TYPE'

Check 'Enable' checkbox of record 'XLS', and enter 'XDO_XLS_TEMPL_OUTPUTS' in 'Tag' field of this record, Save.

2. Enable option 'EXCEL' in XDO_XLS_TEMPL_OUTPUTS lookup code :

(Responsibility) Application Developer > Application > Lookups > Application Object Library > Query out Type 'XDO_XLS_TEMPL_OUTPUTS'

Make sure option 'EXCEL' is enabled.

3. Go to responsibility 'XML Pulisher Administrator' > Templates > Create Template, make sure there is an option 'Microsoft Excel' in 'Type' list of value

过程

http://docs.oracle.com/cd/E21764_01/bi.1111/e13881/T527073T571887.htm

例子

http://www.itpub.net/thread-1830606-1-1.html

EBS excel模板xml publisher开发的更多相关文章

  1. ORACLE EBS xml publisher 报表输出字符字段前部"0"被EXCEL自动去掉问题

    http://www.cnblogs.com/lzsu1989/archive/2012/10/17/2728528.html   Oracle  EBS 提供多种报表的开发和输出形式,由于MS Ex ...

  2. EBS xml publisher中文乱码

    http://www.cnblogs.com/benio/archive/2011/11/22/2259313.html   由于本机环境问题,导致做的xml publisher报表跑不出来. 无法显 ...

  3. BIP_开发案例07_将原有Report Builer报表全部转为XML Publisher形式(案例)

    2014-05-31 Created By BaoXinjian

  4. asp.net导出excel-一行代码实现excel、xml、pdf、word、html、csv等7种格式文件导出功能而且美观-SNF快速开发平台

    分享: 腾讯微博  新浪微博   搜狐微博   网易微博  腾讯朋友  百度贴吧  豆瓣   QQ好友  人人网 作者:王春天  原文地址:http://www.cnblogs.com/spring_ ...

  5. XML Publisher Template Type - Microsoft Excel Patch

    XML Publisher Template Type - Microsoft Excel Patch Oracle XML Publisher > Templates > Create ...

  6. poi读取excel模板,填充内容并导出,支持导出2007支持公式自动计算

    /** * 版权所有(C) 2016 * @author www.xiongge.club * @date 2016-12-7 上午10:03:29 */ package xlsx; /** * @C ...

  7. NPOI操作EXCEL(六)——矩阵类表头EXCEL模板的解析

    哈哈~~~很高兴还活着.总算加班加点的把最后一类EXCEL模板的解析做完了... 前面几篇文章介绍了博主最近项目中对于复杂excel表头的解析,写得不好,感谢园友们的支持~~~ 今天再简单讲诉一下另一 ...

  8. SMW0上传EXCEL模板时报错无分配给对象***的MIME类型

    在使用SMW0上传照片.声音文件.EXCEL模板等文件时,遇到报错提示,如下图所示: 解决办法:需要先维护 .XLS 文件的MIME TYPE,SMW0 打开如下图所示 选择上图红色框中“WebRFC ...

  9. TestLink学习七:TestLink测试用例Excel转换XML工具

    TestLink对于测试用例的管理来说,是蛮强大的,但是在导入导出这块,功能有点弱,本文针对测试用例的导入,转载了一个Excel转换成xml工具. 1.根据到处的测试用例xml,定义一下我的Excel ...

随机推荐

  1. 【经验】ansible 批量推送公钥

    1.使用 ssh-keygen -t rsa生成密钥对 ssh-keygen -t rsa 2.推送单个公钥到远程机器 格式: ssh-copy-id -i ~/.ssh/id_rsa.pub use ...

  2. WinForm richtextbox 关键字变红色

    private void HilightRichText(RichTextBox control, string hilightString)        {            int nSel ...

  3. sublime插件@sublimelinter安装使用

    sublimelinter插件是一款sublime编辑器的代码校验插件,支持多种语言,对于前端来说主要包含css和js校验. 要是用这款插件 1)安装node,然后在全局安装jshint(npm in ...

  4. Java 判断字符串第一位和最后一位,并截取

    public static void main(String[] args) { String str = "\"{\"TaxCode\":\"913 ...

  5. SpringMVC 400 Bad Request 问题

    摘要 SpringMVC 400 Bad Request 在提交表单时,发生400错误,并未进入save方法. @RequestMapping(value="/!save",met ...

  6. OpenCV linux cmake添加使用

    安装好opencv之后: 只需要添加一下,就可以方便的使用opencv了,find_package opencv 会寻找FindOpenCV.cmake find_package(OpenCV REQ ...

  7. 如何搭建lamp(CentOS7+Apache+MySQL+PHP)环境 [转]

    在网上搜资料,自己在本地虚拟机上尝试搭建,弄了整整一天一夜,终于弄好了.网上的资料,虽然很多,但大多都是重复的,拿去试了之后,又很多都不能得到正确的结果.最终找到了适合我的linux环境的搭建方式;在 ...

  8. redis五种数据类型的使用(zz)

    redis五种数据类型的使用 redis五种数据类型的使用 (摘自:http://tech.it168.com/a2011/0818/1234/000001234478_all.shtml ) 1.S ...

  9. linux系统编程之I/O内核数据结构

    文件在内核中是用三种数据结构进行表示的 (1)文件描述符表:文件描述符表是一个结构体数组,数组的下标就是open函数返回的文件描述符. 文件描述符表的每一个记录有两个字段   *文件描述符标志 * 文 ...

  10. eclipse快速移动项目到另一台机器_步骤

    ​快速移动项目到另一台机器_步骤 1.设置好eclipse的编码,必须对应个人项目文件的编码{ window--preferences--general--workspace-text file en ...