Andreas Schneider wrote: > > I found another solution for that problem too. XCellRangeData returns an > Object[] array which consists of Double/String, so I can simply use that > (I didn't recognize that at first, as "Range" didn't particularly make > sense for a single cell. But as I know now, even a single cell > implements that interface.) >
To be more precise: XCellRangeData.getDataArray() returns double, string or Null in case of error value. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
