On Mon, 10 Dec 2007, richard head wrote:
I figured that this was maybe an Internal Date Format, so I tried to use HSSFDateUtil.isCellInternalDateFormatted, (as noted: http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFDateUtil.html#isCellInternalDateFormatted(org.apache.poi.hssf.usermodel.HSSFCell)) but received a "cannot find symbol" error from javac. I'm using what appears to be the latest release, poi-bin-3.0.1-FINAL-20070705, yet it appears that this method is not in the class.
You'll either want to use a svn checkout from trunk, or use 3.0.2-beta1. There have been some changes to date formatting detection since 3.0.1 was released
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
