mirror of https://github.com/apache/poi.git
Fix inconsistent whitespace/indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e8a6d7fdf
commit
266958c9b8
|
@ -48,7 +48,6 @@ import org.apache.poi.ss.util.CellReference;
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public final class TestFormulaEvaluatorBugs extends TestCase {
|
public final class TestFormulaEvaluatorBugs extends TestCase {
|
||||||
|
|
||||||
private static final boolean OUTPUT_TEST_FILES = false;
|
private static final boolean OUTPUT_TEST_FILES = false;
|
||||||
private String tmpDirName;
|
private String tmpDirName;
|
||||||
|
|
||||||
|
@ -179,11 +178,8 @@ public final class TestFormulaEvaluatorBugs extends TestCase {
|
||||||
/**
|
/**
|
||||||
* Bug 44410: SUM(C:C) is valid in excel, and means a sum
|
* Bug 44410: SUM(C:C) is valid in excel, and means a sum
|
||||||
* of all the rows in Column C
|
* of all the rows in Column C
|
||||||
*
|
|
||||||
* @author Nick Burch
|
|
||||||
*/
|
*/
|
||||||
public void test44410() {
|
public void test44410() {
|
||||||
|
|
||||||
HSSFWorkbook wb = HSSFTestDataSamples.openSampleWorkbook("SingleLetterRanges.xls");
|
HSSFWorkbook wb = HSSFTestDataSamples.openSampleWorkbook("SingleLetterRanges.xls");
|
||||||
|
|
||||||
HSSFSheet sheet = wb.getSheetAt(0);
|
HSSFSheet sheet = wb.getSheetAt(0);
|
||||||
|
|
Loading…
Reference in New Issue