On Fri, 14 Oct 2011, riddhikod wrote:
I have written a program to read the Cell value and strikeout its content. Unfortunately, It is constantly returning null in spite of presence of content within the Cell.
If row.getCell returns null, then there's nothing in that cell. (Depending on your missing cell policy, you can control how blank cells and missing cells are treated)
I'd suggest you double check you're fetching the right row and the right sheet
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org