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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [Solved] Error saving big EXCEL output as .xlsx with EXL07 in WF 8.0 Window

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[Solved] Error saving big EXCEL output as .xlsx with EXL07 in WF 8.0 Window
 Login/Join
 
Gold member
posted
How do I create a .xlsx file in WF 8.0 App Studio Window server?
I need to save the WF output as .xlsx to import to MS Project. It won’t take the old .xls format. The output file is 27 MB, about 26,000 rows, 35 columns.
If I run with ON TABLE PCHOLD FORMAT EXL2K , it came out OK, but can only save as .xls file.
If I run with ON TABLE PCHOLD FORMAT EXL07, it come out with 0 bytes.
It is not complicated EXCEL, it use SUBHEAD line.
Here is code
TABLE FILE TEST
PRINT field 1
Field 2
….
Field 35
BY filed 1 NOPRINT
BY field 2 NOPRINT
ON field 1 SUBHEAD
“ subhead line 1”
ON field 2 CUBHEAD
“ very long subhead text here, I use <0x to continue for 3 lines”
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT EXL07 (or)
ON TABLE PCHOLD FORMAT EXL2K

thanks,

This message has been edited. Last edited by: Emily Lee,


WebFOCUS 8.2.01 AppStudio
HTML, PDF, Excel
 
Posts: 61 | Registered: March 12, 2008Report This Post
Master
posted Hide Post
Emily,

Its PCHOLD FORMAT XLSX.

In my install of WF8008, I had to remove the IBIF_excelservurl from my configuration for it to work properly.


Eric Woerle
8.1.05M Gen 913- Reporting Server Unix
8.1.05 Client Unix
Oracle 11.2.0.2
 
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013Report This Post
Gold member
posted Hide Post
Eric,

Thanks for your suggestion.
It proofs to be our configuration issue. We are working on it with IBI.

thanks.


WebFOCUS 8.2.01 AppStudio
HTML, PDF, Excel
 
Posts: 61 | Registered: March 12, 2008Report This Post
Expert
posted Hide Post
You can neutralize the EXCELSERVURL setting by doing this in the fex:

-* For EXL07
SET EXCELSERVURL=''


For the like of me, I cannot figure out WHY we have to do this.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
From the documentation:

Creating Reports With WebFOCUS Language > Choosing a Display Format > Using Excel Display Formats: EXL07, EXL2K, EXL97, EXCEL

Overview of EXL07 Format... Reference: Building the .xlsx Workbook File... Syntax: How to Select the Method for Zipping the .xlsx File...

You designate the method and location where the zipping will occur by setting EXCELSERVURL to a URL (for the WebFOCUS Servlet) or to a blank (for JSCOM3). You can set this value for a specific procedure or for the entire environment.

Specifying the Servlet: SET EXCELSERVURL = http://servername:8080/ibi_apps

Specifying JSCOM3: SET EXCELSERVURL = ''


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [Solved] Error saving big EXCEL output as .xlsx with EXL07 in WF 8.0 Window

Copyright © 1996-2020 Information Builders