Focal Point
[SOLVED] EXL07

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6327013826

January 28, 2013, 08:45 AM
Srinivasan.Munuswamy
[SOLVED] EXL07
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
January 28, 2013, 07:12 PM
FrankDutch
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

January 29, 2013, 12:59 AM
Srinivasan.Munuswamy
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