Archive for the ‘Uncategorized’ Category

ExcelDocumentType: New Feature … Freeze Column Header Row

Monday, April 19th, 2010

I  added a new feature to  the ExcelDocumentType object and ExcelDocTypeUtils package that will allow report developers to freeze the column header.  This means that the column header row will stay stationary (not scroll away) as the user scrolls through all of the data rows in the worksheet.  I have added an example of how to use this feature to the EmployeeReportDemo.sql file in the code bundle.

(Download the code here:Code)