I want to check whether given sheet (by name or number) exists in the file (xls or xlsx) before I read it. I am using Event API to address memory footprint issue and thus I don t want to use org.apache.poi.ss.usermodel.Workbook object.
我用阿帕契3.7和JDK7,谁能帮我一下吗?
谢谢
帕拉g