Excel importer not work in Buildfile

The Excel import tool does not work with build files. But it works fine in the editor.

The point where the problem occurs is the XSSFWorkbook part.

XSSFWorkbook() works fine, but XSSFWorkbook(OPCPackage) or XSSFWorkbook(Stream) does not.

I think I’m missing something in the plugin and it hasn’t been resolved.

Please help.