Excel XSLX format is not supported in workflow when reading data from a blob

Excel XSLX format is not supported in workflow when reading data from a blob. Following error message is returned:

The supplied data appears to be in the Office 2007+ XML. You are calling the part of POI that deals with OLE2 Office Documents. You need to call a different part of POI to process this data (eg XSSF instead of HSSF)

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.