Sets the format of the specified range of cells
Rows are indexed from top to bottom beginning with 0; sheets and columns are indexed from left to right beginning with 0.
Sets the value of a specified cell on the specified worksheet
This method allows you to enter information in a cell just as a user would enter information.
Sets the number format string in the user's local language
Each format string can have as many as four sections: one for positive numbers, one for negative numbers, one for zeros, and one for text.
Sets the scale factor for the active worksheet
To print a worksheet at the largest scale possible, set this value to 400 and setPrintScaleToFitPage to True.Then, specify the number of pages on which you want the worksheet printed.
Sets the current selection to be the print titles to be printed at the top of each page
Print titles are row and column titles that are printed on each page.