-- Copyright 2018 Tanel Poder. All rights reserved. More info at http://tanelpoder.com -- Licensed under the Apache License, Version 2.0. See LICENSE.txt for terms & conditions. set termout off set markup HTML ON HEAD "&1" BODY "" TABLE "border='1' align='center' summary='Script output'" SPOOL ON ENTMAP OFF PREFORMAT OFF define _tptmode=html def _xs_spoolfile=&_tpt_tempdir/html_&_tpt_tempfile..xls spool &_xs_spoolfile @&1 spool off set markup html off spool off define _tptmode=normal host &_start &_xs_spoolfile set termout on