EBS excel模板xml publisher开发
前提:
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 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开发的更多相关文章
- ORACLE EBS xml publisher 报表输出字符字段前部"0"被EXCEL自动去掉问题
http://www.cnblogs.com/lzsu1989/archive/2012/10/17/2728528.html Oracle EBS 提供多种报表的开发和输出形式,由于MS Ex ...
- EBS xml publisher中文乱码
http://www.cnblogs.com/benio/archive/2011/11/22/2259313.html 由于本机环境问题,导致做的xml publisher报表跑不出来. 无法显 ...
- BIP_开发案例07_将原有Report Builer报表全部转为XML Publisher形式(案例)
2014-05-31 Created By BaoXinjian
- asp.net导出excel-一行代码实现excel、xml、pdf、word、html、csv等7种格式文件导出功能而且美观-SNF快速开发平台
分享: 腾讯微博 新浪微博 搜狐微博 网易微博 腾讯朋友 百度贴吧 豆瓣 QQ好友 人人网 作者:王春天 原文地址:http://www.cnblogs.com/spring_ ...
- XML Publisher Template Type - Microsoft Excel Patch
XML Publisher Template Type - Microsoft Excel Patch Oracle XML Publisher > Templates > Create ...
- poi读取excel模板,填充内容并导出,支持导出2007支持公式自动计算
/** * 版权所有(C) 2016 * @author www.xiongge.club * @date 2016-12-7 上午10:03:29 */ package xlsx; /** * @C ...
- NPOI操作EXCEL(六)——矩阵类表头EXCEL模板的解析
哈哈~~~很高兴还活着.总算加班加点的把最后一类EXCEL模板的解析做完了... 前面几篇文章介绍了博主最近项目中对于复杂excel表头的解析,写得不好,感谢园友们的支持~~~ 今天再简单讲诉一下另一 ...
- SMW0上传EXCEL模板时报错无分配给对象***的MIME类型
在使用SMW0上传照片.声音文件.EXCEL模板等文件时,遇到报错提示,如下图所示: 解决办法:需要先维护 .XLS 文件的MIME TYPE,SMW0 打开如下图所示 选择上图红色框中“WebRFC ...
- TestLink学习七:TestLink测试用例Excel转换XML工具
TestLink对于测试用例的管理来说,是蛮强大的,但是在导入导出这块,功能有点弱,本文针对测试用例的导入,转载了一个Excel转换成xml工具. 1.根据到处的测试用例xml,定义一下我的Excel ...
随机推荐
- easy ui 框架
Easy UI 准备工作(搭建) 1.在WebRoot 的目录下创建js 文件夹,在文件夹中倒入一下两个包 Jquery.easyui.min.js jquery.min.js 2.在WebRoot ...
- css之absolute绝对定位(绝对定位特性)
学习了绝对定位以后,对此进行一个总结,啦啦啦啦~ 绝对定位特性 1.破坏性 破坏了原有的位置,从文档流里脱离出来 2.包裹性 如果下面这种情况,父级元素将不会有高度和宽度,失去原有的大小
- android数据存储之外部存储(External Storage)
Android设备支持外部存储器,可以是可移动存储器(如SD卡),也可以是内置在设备中的外部存储器(不可移动). 如果希望外部存储器上的文件只对本程序有用,并且当程序被卸载时目录中的文件自动被系统删除 ...
- 用SMIL语言编写一个简单的演示
一.首先需要注意的几点是: 1.用记事本编写代码时,要保存为后缀名为.smil或.smi的文件,并且编码格式选择为UTF-8. 2.打开.smil文件的播放器选择为:RealPlayer或是Ambul ...
- 哈哈,修改PHP5.4.44语法成功
作为一个脚本语言,面向对象的继承基本上不想用到,强类型比较也想使用==直接比较.作为专业程序员不想让PHP解释器代劳过多. 修改了这个MOD版本,效果杠杠的.
- linux不知道文件在哪,想查找文件内的字符串
find . -name "*.*" |xargs grep "xxx"
- Jquery基础知识
//使用$操作得到的对象,都是Jquery对象 如何把Jquery对象转换成dom对象?$abc 方法1:var div = $div.get(0) 方法2:var div = $div[0] 如何把 ...
- 【java】:常用工具类
PS; 平时用到的一些工具类,验证非空.字符切割.时间转换.金额转换 package com.jws.common.util; import java.io.UnsupportedEncodingEx ...
- 解析jquery获取父窗口的元素
("#父窗口元素ID",window.parent.document); 对应javascript版本为window.parent.document.getElementByIdx ...
- 从Elo Rating System谈到层次分析法
1. Elo Rating System Elo Rating System对于很多人来说比较陌生,根据wikipedia上的解释:Elo评分系统是一种用于计算对抗比赛(例如象棋对弈)中对手双方技能水 ...