https://bz.apache.org/bugzilla/show_bug.cgi?id=53178

--- Comment #3 from Dominik Stadler <[email protected]> ---
Still reproducible in 3.14-beta1 with the following unit-test

    @Test
    public void test53178() {
        Workbook wb = HSSFTestDataSamples.openSampleWorkbook("53178.xls");
        Sheet sheet = wb.getSheetAt(0);
        Row row = sheet.getRow(0);
        Cell cell = row.getCell(0);

        assertEquals(Cell.CELL_TYPE_FORMULA, cell.getCellType());
        assertEquals("", cell.getCellFormula());
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to