| |
|
| org.apache.poi.hssf.usermodel.TestBugs
TestBugs | public class TestBugs extends TestCase (Code) | | Testcases for bugs entered in bugzilla
the Test name contains the bugzilla bug id
author: Avik Sengupta author: Yegor Kozlov |
test14460 | public void test14460() throws Exception(Code) | | test reading of a formula with a name and a cell ref in one
|
test15228 | public void test15228() throws java.io.IOException(Code) | | Test reading AND writing a complicated workbook
Test opening resulting sheet in excel
|
test15375 | public void test15375()(Code) | | test rewriting a file with large number of unique strings
open resulting file in Excel to check results!
|
test15375_2 | public void test15375_2() throws Exception(Code) | | test writing a file with large number of unique strings
open resulting file in Excel to check results!
|
test19599 | public void test19599() throws java.io.IOException(Code) | | Illegal argument exception - cannot store duplicate value in Map
|
test22568 | public void test22568()(Code) | | another test for the number of unique strings issue
test opening the resulting file in Excel
|
test22720 | public void test22720() throws Exception(Code) | | Merged regions were being removed from the parent in cloned sheets
throws: Exception - |
test23094 | public void test23094() throws Exception(Code) | | Test writing a hyperlink
Open resulting sheet in Excel and check that A1 contains a hyperlink
|
test25183 | public void test25183() throws Exception(Code) | | Bug 25183: org.apache.poi.hssf.usermodel.HSSFSheet.setPropertiesFromSheet
|
test26100 | public void test26100() throws Exception(Code) | | Bug 26100: 128-character message in IF statement cell causes HSSFWorkbook open failure
|
test27933 | public void test27933() throws Exception(Code) | | Bug 27933: Unable to use a template (xls) file containing a wmf graphic
|
test29206 | public void test29206() throws Exception(Code) | | Bug 29206: NPE on HSSFSheet.getRow for blank rows
|
test29675 | public void test29675() throws Exception(Code) | | Bug 29675: POI 2.5 final corrupts output when starting workbook has a graphic
|
test29942 | public void test29942() throws Exception(Code) | | Bug 29942: Importing Excel files that have been created by Open Office on Linux
|
test29982 | public void test29982() throws Exception(Code) | | Bug 29982: Unable to read spreadsheet when dropdown list cell is selected -
Unable to construct record instance
|
test30540 | public void test30540() throws Exception(Code) | | Bug 30540: HSSFSheet.setRowBreak throws NullPointerException
|
test31749 | public void test31749() throws Exception(Code) | | Bug 31749: {Need help urgently}[This is critical] workbook.write() corrupts the file......?
|
test31979 | public void test31979() throws Exception(Code) | | Bug 31979: {urgent help needed .....}poi library does not support form objects properly.
|
test32822 | public void test32822() throws Exception(Code) | | Error in opening wb
|
test35564 | public void test35564() throws Exception(Code) | | Bug 35564: HSSFCell.java: NullPtrExc in isGridsPrinted() and getProtect()
when HSSFWorkbook is created from file
|
test35565 | public void test35565() throws Exception(Code) | | Bug 35565: HSSFCell.java: NullPtrExc in getColumnBreaks() when HSSFWorkbook is created from file
|
test37376 | public void test37376() throws Exception(Code) | | Bug 37376: Cannot open the saved Excel file if checkbox controls exceed certain limit
|
test37630 | public void test37630() throws java.io.IOException(Code) | | Error when reading then writing ArrayValues in NameRecord's
|
test38266 | public void test38266() throws Exception(Code) | | Test bug 38266: NPE when adding a row break
User's diagnosis:
1. Manually (i.e., not using POI) create an Excel Workbook, making sure it
contains a sheet that doesn't have any row breaks
2. Using POI, create a new HSSFWorkbook from the template in step #1
3. Try adding a row break (via sheet.setRowBreak()) to the sheet mentioned in step #1
4. Get a NullPointerException
|
test40285 | public void test40285() throws Exception(Code) | | Bug 40285: CellIterator Skips First Column
|
test40296 | public void test40296() throws Exception(Code) | | Bug 40296: HSSFCell.setCellFormula throws
ClassCastException if cell is created using HSSFRow.createCell(short column, int type)
|
testUnicodeStringFormulaRead | public void testUnicodeStringFormulaRead() throws Exception(Code) | | |
|
|
|