On Thu, 16 Sep 2010, [email protected] wrote:
I'm running into an issue trying to compile the examples under POI 3.6:[javac] business\freightbidding\BusinessPlan.java:67: incompatible types [javac] found : org.apache.poi.hssf.usermodel.HSSFWorkbook [javac] required: org.apache.poi.ss.usermodel.Workbook [javac] if(args.length > 0 && args[0].equals("-xls")) wb = new HSSFWorkbook(); [javac] ^
HSSFWorkbook is a Workbook. You almost certainly have multiple copies of POI on your classpath. See the FAQ on the website for how to locate them
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
