Hello, just started using POI for reading, writing and modifying Excel sheets and like it very much. Until now i've been using Perl libraries for these tasks. During creating some test applications i encountered the following problem: When a HSSFRow has empty cells the method 'getPhysicalNumberOfCells()' returns the number of cells with values and the method 'getLastCellNum()' returns 0, regardless of the number of cells. According to my understanding it should return the number of the last cell containing a value - or do i missing something? Version: 1.0.2 JDK: 1.3.1_01 Platform: Windows 2000 SP 2
Thanks for any help Reto
