Worksheet Execution stopping

Comments

1 comment

  • Konsta Danyliuk

    Hello Ganesh.

    A Workbook is a chain of Sheets that are processed sequentially. Therefore, it is not possible to exclude a particular Sheet from processing. If you would like to build several variants of transformation of the same data, it is better to create a separate Workbook for each of them - this way, you could avoid unnecessary data processing.

    Another recommendation is to do not save intermediate Sheet results. This helps to decrease data volume written to the storage and thus improve the execution time.

    0
    Comment actions Permalink

Please sign in to leave a comment.