https://issues.apache.org/bugzilla/show_bug.cgi?id=46544
Georger Araujo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #6 from Georger Araujo <[email protected]> 2009-01-23 15:30:16 PST --- Hi Josh, I applied your patch and ran into the same issue I got when I first worked on my second patch. This is what happens when I run the command without a filename: --begin-- [geor...@phoenix excel]# java org.apache.poi.hssf.extractor.ExcelExtractor -i Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1 at org.apache.poi.hssf.extractor.ExcelExtractor$CommandArgs.<init>(ExcelExtractor.java:92) at org.apache.poi.hssf.extractor.ExcelExtractor.main(ExcelExtractor.java:186) --end-- After I got this error in my own code, I made it more careful. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
