-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScript.osts
More file actions
1 lines (1 loc) · 722 Bytes
/
Script.osts
File metadata and controls
1 lines (1 loc) · 722 Bytes
1
{"version":"0.3.0","body":"\nfunction main(workbook: ExcelScript.Workbook) {\n // Get the active cell and worksheet.\n\n let excel = workbook.getApplication()\n \n let date = new Date;\n let dateFormat = date.getMonth() + \".\" + date.getDay();\n\n workbook.getWorksheet(dateFormat);\n\n \n\n\n}\n","description":"","noCodeMetadata":"","parameterInfo":"{\"version\":1,\"originalParameterOrder\":[],\"parameterSchema\":{\"type\":\"object\",\"default\":{},\"x-ms-visibility\":\"internal\"},\"returnSchema\":{\"type\":\"object\",\"properties\":{}},\"signature\":{\"comment\":\"\",\"parameters\":[{\"name\":\"workbook\",\"comment\":\"\"}]}}","apiInfo":"{\"variant\":\"synchronous\",\"variantVersion\":2}"}