require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::printRowColHeaders ([integer $print=1])
void Worksheet::printRowColHeaders
Set the option to print the row and column headers on the printed page.
integer $print - Whether to print the headers or not. Defaults to 1 (print).
This function can not be called statically.
Example 37-1. Using printRowColHeaders()