public static HSSFRowSource fromFile(String filePath) {
   return new HSSFRowSource(PoiUtils.loadWorkbookFromFile(filePath));
 }