Focal Point
Customizing the Sheet name in Excel Report

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

May 18, 2004, 09:36 AM
<Viswa>
Customizing the Sheet name in Excel Report
When ever we open a report in excel, it opens in sheet1 of excel report.
Can we rename this sheet1 to a customized name? If so How?


Thanks
Viswakanth
May 18, 2004, 10:40 AM
Mikel
Yes, we can.

See Excel Worksheet Name topic posted in this forum last december.

Regards,
Mikel
May 25, 2006, 02:16 AM
<Antony Gubert>
Hi Mikel,

The topic (Excel Worksheet Name) we are looking for is not available. Can you please tell how to customize the sheet name?

Thanks

Antony Gubert.
May 25, 2006, 03:51 AM
Tony A
Use TITLETEXT within your stylesheet -

TABLE FILE CAR
SUM RCOST DCOST
BY COUNTRY
BY CAR
BY MODEL
ON TABLE PCHOLD FORMAT EXL2K
ON TABLE SET STYLE *
TYPE=REPORT, FONT=ARIAL, TITLETEXT=CAR REPORT, $
ENDSTYLE
END


T

Edited to say -

Well done on using the find facility on Focal Point. You are to be congratulated Smiler and it's use encouraged Big Grin

This message has been edited. Last edited by: Tony A,



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
May 30, 2006, 10:53 AM
<Mabel>
Here are the posts you are all looking for:

Excel Worksheet Name

Hope this helps
May 30, 2006, 04:13 PM
Mikel
Also interesting:

Creating Excel Compound Reports

TABLE FILE CAR
  SUM SALES
  BY COUNTRY
  ON TABLE PCHOLD FORMAT EXL2K OPEN
  ON TABLE SET STYLE *
    TYPE=REPORT, TITLETEXT='Country sales', $
END
-RUN

TABLE FILE CAR
  SUM SALES
  BY CAR
  ON TABLE PCHOLD FORMAT EXL2K
  ON TABLE SET STYLE *
    TYPE=REPORT, TITLETEXT='Car sales', $
END
-RUN

TABLE FILE CAR
  SUM SALES
  BY MODEL
  ON TABLE PCHOLD FORMAT EXL2K FORMULA CLOSE
  ON TABLE SET STYLE *
    TYPE=REPORT, TITLETEXT='Model sales', $
END
-RUN

Regards,
Mikel


WebFOCUS 8.1.05, 8.2.01