mirror of https://github.com/apache/poi.git
Leave part disabled for now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1611755 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9b36a0dd9f
commit
5449fca03a
|
@ -2681,6 +2681,7 @@ public final class TestBugs extends BaseTestBugzillaIssues {
|
|||
|
||||
// Try to set the same kinds of formula elsewhere
|
||||
Cell newF = s.getRow(0).createCell(10, Cell.CELL_TYPE_FORMULA);
|
||||
newF.setCellFormula("Defines!NR_To_A1");
|
||||
// TODO Fix this
|
||||
//newF.setCellFormula("Defines!NR_To_A1");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue