Search This Blog

Monday, January 18, 2010

Creating excel through App Engine


This code will create an excel file through application engine. Can be called from a push button also.

2 comments:

  1. AnonymousJune 12, 2015

    When cancelling the AE process in the middle of it running the Excel.Exe process remains open when checking it up on the task manager. I've used the following but this does not work either &oWorkApp.ActiveWorkBook.Close();
    &oWorkBook.Close();
    &oWorkApp.Quit();

    Please assist killing the Excel.Exe process when users cancel the AE in the middle of processing.

    ReplyDelete
  2. Hi,

    Not sure whether you have seen this post which has the resolution for the issue you are facing: http://www.orafaq.com/forum/t/88643/67467/

    Good day

    ReplyDelete