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     Open Office and Excel

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Open Office and Excel
 Login/Join
 
Gold member
posted
We are using WebFocus release 7.64
Some of our user are using Open Office version 2.4 instead of Microsoft. When using Open Office and running a report in Excel the report does not open. Is anyone else using Open Office ?
 
Posts: 69 | Location: OH | Registered: November 09, 2004Report This Post
<JG>
posted
Cheri,

WebFocus has no idea what Open Office is and currently does not care.
If Microsoft ever support an industry standard for Open source document formats
then that might change and the world will be a happier place.

Solutions, In a mixed environment difficult because it is controlled primarily by the
MIME type configurations in WebFocus and your application server and also by browser settings
for which application should open which file extensions automatically. It is also dependant on
whether a plugin for the browser is available to allow it to open the document.

Basic problem is that Open Office does not know what a .mht document is (that is what WebFocus generates
not a .xls).

look at the following post from 2005 which offers a solution. You will have to buy a piece of addon
software but it's cheap and means that both Open Office and true Excel users can work with no difference.

https://forums.informationbuilders.com/eve/forums/a/tpc/...101012822#8101012822
 
Report This Post
Expert
posted Hide Post
Perhaps this will work, it creates an xls file:

SET PAGE=NOLEAD
-RUN

TABLE FILE CAR
SUM SALES
ACROSS BODYTYPE AS ''
BY COUNTRY
BY MODEL

HEADING
"Car Sales"
" "

ON TABLE SET HTMLCSS ON
ON TABLE HOLD AS H001 FORMAT HTML

ON TABLE SET STYLE *
TYPE=REPORT, FONT='Arial', SIZE=10, COLOR=BLACK, STYLE=NORMAL, GRID=OFF, $
TYPE=HEADING, COLOR=NAVY, STYLE=BOLD, SIZE=11, $
TYPE=TITLE, COLOR=BLUE, STYLE=BOLD, $
TYPE=ACROSSVALUE, COLOR=BLUE, STYLE=BOLD, $
ENDSTYLE
END
-RUN

SET HTMLFORMTYPE=XLS
-RUN
-HTMLFORM H001


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
<JG>
posted
Francis,

It does not create an Excel XLS binary; all it actually does is download the file
with the extension .xls.

Physically the file is a standard html document which the browser opens in excel.
 
Report 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     Open Office and Excel

Copyright © 1996-2020 Information Builders