But, I am having same problem for a another cell that I am trying to update.
Btw, just a confirmation. The cells have values in it and are not
undefined.
--
View this message in context:
http://apache-poi.1045710.n5.nabble.com/Getting-Cell-value-null-for-row-getCell-lILcv-tp4902644p4904317.htm
https://issues.apache.org/bugzilla/show_bug.cgi?id=52035
Bug #: 52035
Summary: Large MS Word 6.0 Word Document
java.lang.ArrayIndexOutOfBoundsException: -283137
Product: POI
Version: 3.7
Platform: PC
OS/Version: Li
https://issues.apache.org/bugzilla/show_bug.cgi?id=52032
Bug #: 52032
Summary: [PATCH] HWPF - mysterious
ArrayIndexOutofBoundsException with no stack trace
Product: POI
Version: 3.8-dev
Platform: PC
Status: NEW
On Fri, 14 Oct 2011, riddhikod wrote:
I check the Sheet and the workbook. So that is fine. As far as
the Cell is concerned, Some row it is updating while for others it is not.
You'll need to ensure all the cells you want to style exist, and create
them if not.
Nick
-
Hey Nick,
I check the Sheet and the workbook. So that is fine. As far as
the Cell is concerned, Some row it is updating while for others it is not.
Please find the sample code that strikes out the excel content:-
font.setStrikeout(true);
style.setFont(font);
cell=row.getCell(lILcv);
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 mi
Hi,
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.
Googling suggest two possible reasons for it:-
1> Missing Cell policy
2> Cell not defined.
Can you please su
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project poi-test has an issue affecting its community integration.
This issue affe