mirror of https://github.com/apache/poi.git
Fix bug #51681 - doc example bug
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0598dbf42c
commit
822442a75b
|
@ -600,6 +600,7 @@ public class ExampleEventUserModel {
|
|||
if(nextIsString) {
|
||||
int idx = Integer.parseInt(lastContents);
|
||||
lastContents = new XSSFRichTextString(sst.getEntryAt(idx)).toString();
|
||||
nextIsString = false;
|
||||
}
|
||||
|
||||
// v => contents of a cell
|
||||
|
|
Loading…
Reference in New Issue