Overwrites the current worksheet with an empty worksheet.
sheetObject.newDocument()
If you want to save data on the current worksheet, call writeExternal() before calling newDocument.
See also Placeholder method