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

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

原文地址:https://www.cnblogs.com/xiaoL/p/6118805.html