#include <Excel.au3>
_ExcelBookNew()
_ExcelBookNew()
$oExcel = _ExcelBookAttach("Microsoft Excel - Книга1", "Title")
_ExcelWriteCell($oExcel, "If you can read this, then Success!", 1, 1)
MsgBox(0, "Exiting", "Press OK to Exit")
_ExcelBookClose($oExcel, 0, 0)