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.
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,
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.