R12: How to add Microsoft Excel as Type to the Create Template List of Values in BI Publisher (Doc ID 1343225.1)
Modified: 27-Oct-2013 Type: HOWTO
In this Document
Goal
Solution
References
APPLIES TO:
BI Publisher (formerly XML Publisher) - Version 11.5 to 12.1 [Release 11.5 to 12.1]
BI Publisher (formerly XML Publisher) - Version 5.6.3 to 5.6.3 [Release 5]
Information in this document applies to any platform.
GOAL
This document has been consolidated into Note 1546377.1. Please reference Note 1546377.1 for the latest updates.
How to add Microsoft Excel (XLS) as layout template type in Oracle XML Publisher and enable Excel functionality for XML
Publisher in E-Business Suite (EBS)?
SOLUTION
Please note:
Applying these patches do NOT endorse Excel templates in EBS BI Publisher.
The patches here are specifically for an FSG template issue even though these are XDO patches.
At this time, BI Publisher Enterprise standalone is the only version supporting true excel templates.
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.
Didn't find what you are looking for? Ask in Community...
Back to Top
This patch will add the "Excel" Template type to the LOV.
After patch 12415414 is aplied 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.
R12: How to add Microsoft Excel as Type to the Create Template List of Values in BI Publisher (Doc ID 1343225.1)的更多相关文章
- XML Publisher Template Type - Microsoft Excel Patch
XML Publisher Template Type - Microsoft Excel Patch Oracle XML Publisher > Templates > Create ...
- Oracle EBS R12 XML数据表格的Excel脚本报表
http://www.cnblogs.com/quanweiru/archive/2012/07/28/2612680.html 一.概述 在EBS系统中,报表是一个非常重要的客户化开发内容,也是系统 ...
- 解析大型.NET ERP系统 设计通用Microsoft Excel导入功能
做企业管理软件很难避免与Microsoft Excel打交道,常常是软件做好了,客户要求说再做一个Excel导入功能.导入Excel数据的功能的难度不大,从Excel列数据栏位的取值,验证值,再导入到 ...
- 关于32位程序在Win7&64位系统中连接Microsoft Excel数据源的问题
最近在新公司电脑上跑以前的selenium测试框架的时候,抛出了如下的错误 出现的是ODBC Driver问题:[Microsoft][ODBC Driver Manager] Data source ...
- python从Microsoft Excel文件中导入数据
excel中后缀为csv和xls,二者区别如下:1.xls 文件就是Microsoft excel电子表格的文件格式.2.csv是最通用的一种文件格式,它可以非常容易地被导入各种PC表格及数据库中. ...
- windows 2008 R2 64位系统,找到Microsoft Excel 应用程序
在windows 2003 操作系统中, 1.在"开始"->"运行"中输入dcomcnfg.exe启动"组件服务", 2.依次双击& ...
- Microsoft Excel Sheet/表格 制作折线图
Microsoft Excel Sheet/表格 制作折线图 虽然比较简单,但是仍然需要稍微花一点功夫. 1.制作好表格数据 2.先将数据选定(不包括 横座标的 年月日或其他的刻度 的那一列) 3.插 ...
- WIN7中组件服务中的DCOM配置找不到Microsoft Excel应用程序的解决办法
转自:http://blog.csdn.net/lploveme/article/details/8215265 在运行栏中输入命令:dcomcnfg,打开组件服务管理窗口,但是却发现找不到Micro ...
- PeopleSoft OLE Automation error in Workbooks.Open: ObjectDoMethod: Microsoft Excel 不能访问文件
os: WinServer 2012 R2 64位 问题描述:PeopleSoft Web端运行AE 报上图错误,AD工具直接Test正常 解决方案: 运行> dcomcnfg 这将打开组件服务 ...
随机推荐
- 使用Spring AOP实现业务依赖解耦
Spring IOC用于解决对象依赖之间的解耦,而Spring AOP则用于解决业务依赖之间的解耦: 统一在一个地方定义[通用功能],通过声明的方式定义这些通用的功能以何种[方式][织入]到某些[特定 ...
- NFS基础优化
一.环境 环境接上篇 https://www.cnblogs.com/suffergtf/p/9486250.html 二.参数详解 1.nfsserver端配置参数详解 [root@nfsserve ...
- javascript 使用 load 和 unload 事件,解决浏览器打开和关闭时需要做的操作。
最近有一个业务,就是修改一个业务需要加上锁.也就是打开浏览器时,加锁.等用户操作完毕,关掉浏览器之后在把锁打开.一开始想问题很局限.只是想着,关闭浏览器解锁,刷新页面不做操作.然后就一直在找在调用un ...
- Ajax跨域问题---jsonp
跨域:跨域名 一个域名下的文件去请求了和他不一样的域名下资源文件,那么就会产生跨域请求 解决跨域问题办法: 1.将要访问的外部资源存到本域名下的一个php文件 2.用flash方式 3.JSONP: ...
- linux终端颜色控制
引言: 由于在c代码中看到过打印彩色字, 又对PS1 想进一步了解,才有了这篇博文.----------------------------------------Linux 终端控制台字体颜色 - ...
- luogu3809 后缀排序 后缀数组
ref and 挑战程序设计竞赛. 主要是发现自己以前写得代码太难看而且忘光了,而且我字符串死活学不会啊,kmp这种东西我都觉得是省选+难度啊QAQ #include <iostream> ...
- Python requests模块params、data、json的区别
json和dict对比 json的key只能是字符串,python的dict可以是任何可hash对象(hashtable type): json的key可以是有序.重复的:dict的key不可以重复. ...
- [adb 命令学习篇] adb 命令总结
https://testerhome.com/topics/2565 Android 常用 adb 命令总结 针对移动端 Android 的测试, adb 命令是很重要的一个点,必须将常用的 adb ...
- hlgoj 1766 Cubing
模拟.下图是我做的小模型. #include <iostream> #include <stdio.h> #include <queue> #include < ...
- ecmascript6入门
ECMAScript 6 入门 阮一峰