Customer Portal

XLSX Multi-file switching error

Comments 1

  • Avatar
    ikulman
    0
    Comment actions Permalink
    Hello, this error (jxl.read.biff.BiffException: Unable to recognize OLE stream) is typical when trying to read a XLSX file as a XLS file in the XLSDataReader. Make sure you have the Type of parser property of your XLSDataReader set to Auto or XLSX and not to XLS.

    If the problem persists please post a sample input file.

Please sign in to leave a comment.