# Create Methods
Creates new worksheets and workbook using the given fields
# Method : CreateWorkBook(System.String)
Parameters:
| Fields | |
|---|---|
| path | String - Save the Workbook |
return type- void
# Method : CreateWorkSheet()
return type - void
# Method : CreateWorkSheet(System.String)
Parameters:
| Fields | |
|---|---|
| sheetname | String - name of the worksheet |