Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] EXL07
 Login/Join
 
Member
posted
I have a requirement to create a report with excel 2007 template.

We have upgraded our WF server to 7704 recently, WebFOCUS New Features says we can make use of macro enabled .XLSM,.XLTM templates for EXL07 with the below statement.

ON TABLE PCHOLD FORMAT EXL07 TEMPLATE template_name SHEETNUMBER n

My PRINTSHEETS.xltm template is present in the Application folder.

I tried the same as below, but I get the error
Error:
0 NUMBER OF RECORDS IN TABLE= 18 LINES= 18
(FOC3231) CANNOT OPEN AN HTTP CONNECTION (EXCELSERVURL TEMPLATE)
(FOC3317) Failed to unzip EXL07 template file.

Request some help for resolution.
 
FILEDEF PRINTSHEETS DISK PRINTSHEETS.xltm
? FILEDEF
TABLE FILE CAR
PRINT
CAR
COUNTRY
SALES
ON TABLE PCHOLD FORMAT EXL07 TEMPLATE 'PRINTSHEETS.xltm' SHEETNUMBER 10
END
-EXIT
 

This message has been edited. Last edited by: Kerry,


Webfocus 8005, UNIX, PPT, HTML,EXL2K,EXL07, PDF. Oracle 11i
 
Posts: 8 | Registered: December 20, 2011Report This Post
Virtuoso
posted Hide Post
Change this

FILEDEF SHEET DISK PRINTSHEETS.xltm
? FILEDEF
TABLE FILE CAR
PRINT
CAR
COUNTRY
SALES
ON TABLE PCHOLD FORMAT EXL07 TEMPLATE SHEET SHEETNUMBER 10
END

tHe filedef translates the filename with the extension you want.




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Member
posted Hide Post
Frank,

Thank you for the reply.

We got a resolution and the problem is because of some server settings.


To resolve this issue, add the following entries for the macro-enabled workbook
and template into the \ibi\WebFOCUS77\client\wfc\etc\mime.wfs file:
.xlsm
application/vnd.ms-excel.sheet.macroEnabled.12 binary
no XLSM no .xlsm
.xltm
application/vnd.ms-excel.template.macroEnabled.12 binary
no XLTM no .xltm


Webfocus 8005, UNIX, PPT, HTML,EXL2K,EXL07, PDF. Oracle 11i
 
Posts: 8 | Registered: December 20, 2011Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders