Robert,

Use HSSFSheet.getHeader() to get a reference to the header of your Excel sheet. Next, have a look at the Javadoc of class HSSFHeader. It contains methods for
setting the content of the header (setLeft/setCenter/setRight) as well as
multiple convenience methods for getting relevant information such as date, file name
and number of pages.

The same applies to the footer (see HSSFSheet.getFooter() and class HSSFFooter).

Cheers, Thomas

Robert Einsle schrieb:

Hello List,

is it possible to define Headlines (in German Kopfzeile) in POI?

We want to export an Headline with documenttitle, pagenumber for an Excel-Document.

Thanks a lot

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/

Reply via email to