Customer Portal

need help optimizing clover code

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hi,
    the slowest part of the program is initializing XLSReeader - then whole excel file is read into memory. To avoid it, you should set sheetNumber or sheetName attribute as pattern (if you want read all sheets set sheetName="*") - then sheet name is changed dynamically, when all records from previous sheet are read. For pattern format see XLReader

Please sign in to leave a comment.