florida
04-24-2006, 07:48 AM
I am outputting an Excel 2003 spreadsheet from my Database driven site.
It works great where I am using CSS to set the Excel Header and Landscape printing:
@page
{
mso-header-data:"The Header title Here";
mso-footer-data:"The Footer part Here";
margin:.3in .3in .3in .3in;
mso-footer-margin:.20in;
mso-header-margin:.18in;
mso-page-orientation:landscape;
}
Can CSS set the Column Titles so they appear on every printed page?
Currently it only prints Column Titles on the first page and not the remaining pages.
So I have to manually set it in Excel going into Page Setup and putting in "Rows to Repeat at top" for my Print title where I put in:
$1:$1
Please advise if I can make that setting in my CSS?
It works great where I am using CSS to set the Excel Header and Landscape printing:
@page
{
mso-header-data:"The Header title Here";
mso-footer-data:"The Footer part Here";
margin:.3in .3in .3in .3in;
mso-footer-margin:.20in;
mso-header-margin:.18in;
mso-page-orientation:landscape;
}
Can CSS set the Column Titles so they appear on every printed page?
Currently it only prints Column Titles on the first page and not the remaining pages.
So I have to manually set it in Excel going into Page Setup and putting in "Rows to Repeat at top" for my Print title where I put in:
$1:$1
Please advise if I can make that setting in my CSS?