用InputStream myxls = new FileInputStream("d:\\b.xlsx");        HSSFWorkbook wb = new HSSFWorkbook(myxls);
报错哦!谁有这方面的解析 案例 发下,谢谢org.apache.poi.poifs.filesystem.OfficeXmlFileException: 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)