Sync example with the website
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1624237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f835d21c9d
commit
ba861897ed
@ -115,6 +115,7 @@ public class FromHowTo {
|
||||
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
Block a user