Searched refs:BSsubtotals (Results 1 – 1 of 1) sorted by relevance
157 String BSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$2:$C$4)"; in test() local162 assertEquals(BSsubtotals, SCUtil.getFormulaFromCell(currentsheet, 2, 4)); in test()207 BSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$2:$C$4)"; in test()212 assertEquals(BSsubtotals, SCUtil.getFormulaFromCell(currentsheet, 2, 4)); in test()
Completed in 7 milliseconds