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)的更多相关文章

  1. XML Publisher Template Type - Microsoft Excel Patch

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

  2. Oracle EBS R12 XML数据表格的Excel脚本报表

    http://www.cnblogs.com/quanweiru/archive/2012/07/28/2612680.html 一.概述 在EBS系统中,报表是一个非常重要的客户化开发内容,也是系统 ...

  3. 解析大型.NET ERP系统 设计通用Microsoft Excel导入功能

    做企业管理软件很难避免与Microsoft Excel打交道,常常是软件做好了,客户要求说再做一个Excel导入功能.导入Excel数据的功能的难度不大,从Excel列数据栏位的取值,验证值,再导入到 ...

  4. 关于32位程序在Win7&64位系统中连接Microsoft Excel数据源的问题

    最近在新公司电脑上跑以前的selenium测试框架的时候,抛出了如下的错误 出现的是ODBC Driver问题:[Microsoft][ODBC Driver Manager] Data source ...

  5. python从Microsoft Excel文件中导入数据

    excel中后缀为csv和xls,二者区别如下:1.xls 文件就是Microsoft excel电子表格的文件格式.2.csv是最通用的一种文件格式,它可以非常容易地被导入各种PC表格及数据库中. ...

  6. windows 2008 R2 64位系统,找到Microsoft Excel 应用程序

    在windows  2003 操作系统中, 1.在"开始"->"运行"中输入dcomcnfg.exe启动"组件服务", 2.依次双击& ...

  7. Microsoft Excel Sheet/表格 制作折线图

    Microsoft Excel Sheet/表格 制作折线图 虽然比较简单,但是仍然需要稍微花一点功夫. 1.制作好表格数据 2.先将数据选定(不包括 横座标的 年月日或其他的刻度 的那一列) 3.插 ...

  8. WIN7中组件服务中的DCOM配置找不到Microsoft Excel应用程序的解决办法

    转自:http://blog.csdn.net/lploveme/article/details/8215265 在运行栏中输入命令:dcomcnfg,打开组件服务管理窗口,但是却发现找不到Micro ...

  9. PeopleSoft OLE Automation error in Workbooks.Open: ObjectDoMethod: Microsoft Excel 不能访问文件

    os: WinServer 2012 R2 64位 问题描述:PeopleSoft Web端运行AE 报上图错误,AD工具直接Test正常 解决方案: 运行> dcomcnfg 这将打开组件服务 ...

随机推荐

  1. [UVA] 704 Colour Hash

    所谓"周界搜索",练习搜索的好题,双向宽搜/迭代加深均可,还有很多细节有待完善,判重有比set更优的结构,宽搜还没写,先存一下. //Writer:GhostCai &&a ...

  2. java代码生成二维码

    java代码生成二维码一般步骤 常用的是Google的Zxing来生成二维码,生成的一般步骤如下: 一.下载zxing-core的jar包: 二.需要创建一个MatrixToImageWriter类, ...

  3. shell-code-6-输入输出重定向

    解释: 1. 文件描述符0通常是标准输入(STDIN,终端),1 是标准输出(STDOUT,终端),2 是标准错误输出(STDERR). 2. 如果希望 stderr 追加到 file 文件末尾,可以 ...

  4. [转]automaticallyAdjustsScrollViewInsets(个人认为iOS7中略坑爹的属性)

    @当我们在一个UIViewController中同时创建2个tableView的时候,如果把它们的frame中的Y坐标设置为一样,你可能会发现它们的位置并没有达到你想要的结果.比如第一tableVie ...

  5. python图像插值

    最近邻:选择离它所映射到的位置最近的输入像素的灰度值为插值结果. 最临近插值 图像的缩放很好理解,就是图像的放大和缩小.传统的绘画工具中,有一种叫做“放大尺”的绘画工具,画家常用它来放大图画.当然,在 ...

  6. poj 3783

    Balls Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 1196   Accepted: 783 Description ...

  7. python基础学习笔记——闭包

    闭包这个概念好难理解,身边朋友们好多都稀里糊涂的,稀里糊涂的林老冷希望写下这篇文章能够对稀里糊涂的伙伴们有一些帮助~ 请大家跟我理解一下,如果在一个函数的内部定义了另一个函数,外部的我们叫他外函数,内 ...

  8. 如何用Jquery做图片展示效果

    一. 前言 到底用JQuery做出怎样的展示效果? 让我们先来看一下!网页加载时,如图所示: 二.本人思路 这个效果初学者看起来好像有点复杂,其实不太难,关键是理清思路,从后端的数据库中找出我们要展示 ...

  9. 【LeetCode】Jewels and Stones(宝石与石头)

    这道题是LeetCode里的第771道题. 题目要求: 给定字符串J 代表石头中宝石的类型,和字符串 S代表你拥有的石头. S 中每个字符代表了一种你拥有的石头的类型,你想知道你拥有的石头中有多少是宝 ...

  10. 【bzoj3123】[Sdoi2013]森林 倍增LCA+主席树+启发式合并

    题目描述 输入 第一行包含一个正整数testcase,表示当前测试数据的测试点编号.保证1≤testcase≤20. 第二行包含三个整数N,M,T,分别表示节点数.初始边数.操作数.第三行包含N个非负 ...