Customer Portal

Java heap space exception while reading large XLS/XLSX file

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello Pushpendra,
    XLSDataReader needs to load all data to memory as it uses JExcel (xls) or POI (xlsx) libraries for getting the data.
    Another component you can try is DBInputTable - there are some projects on the internet, that provide a xls-jdbc bridge for reading data from xls files.

Please sign in to leave a comment.