Purpose: Create an unformatted sheet of a specified Excel Spreadsheet.
function createSheetWithProperties ( input pxls_no as integer, input psheet_no as integer, input psheet_name as character )
Where:
pxls_no is an integer value of the spreadsheet the formatted cell is being created in.
psheet_no is an integer value of the worksheet the formatted cell is being created in.
psheet_name the alpha-numeric name of the sheet.