Skip to main content
Participant
April 2, 2012
Question

cfspreadsheet header

  • April 2, 2012
  • 2 replies
  • 731 views

Hi,

Is there any builtin function available to enter header for each sheet on the spreadsheet.I have three sheets on the work book and have to provide heading for those..

Thanks

This topic has been closed for replies.

2 replies

April 4, 2012

you can use SpreadsheetSetHeader function.

<cfset spreadsheetSetHeader(SpreadsheetObj,"left header","center header","right header")>

Inspiring
April 2, 2012

Yes. I don't remember the name off hand. But I am sure it is easy to find. Just take a look at the documenation under functions by category / spreadsheet functions.