poi/src/testcases/org/apache/poi/hssf/usermodel
Dominik Stadler 102c0d2173 Bug 60219: FormulaParser can't parse external references when sheet name is quoted
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776796 13f79535-47bb-0310-9956-ffa450edef68
2016-12-31 16:53:16 +00:00
..
AllUserModelTests.java merge TestComment into TestHSSFComment 2016-05-09 03:27:32 +00:00
FormulaExtractor.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:47:37 +00:00
HSSFEvaluationTestHelper.java Merged revisions 703063 via svnmerge from 2008-10-09 07:20:46 +00:00
HSSFTestHelper.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
RecordInspector.java Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 2016-10-20 02:21:14 +00:00
SanityChecker.java Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 2016-10-20 02:21:14 +00:00
StreamUtility.java Fix usage of Generics in some classes 2015-04-20 19:15:21 +00:00
TestBug42464.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
TestBugs.java Bug 60219: FormulaParser can't parse external references when sheet name is quoted 2016-12-31 16:53:16 +00:00
TestCellStyle.java Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 2016-10-20 02:21:14 +00:00
TestCloneSheet.java Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. 2016-03-31 13:32:05 +00:00
TestCryptoAPI.java add encryption support 2016-08-19 20:23:16 +00:00
TestDataValidation.java fix eclipse warning - mostly generics cosmetics 2015-09-12 18:45:07 +00:00
TestEmbeddedObjects.java Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() needs to recurse into container Shapes (with new unit test) 2013-06-14 08:53:29 +00:00
TestEscherGraphics.java - removed deprecated and confusing methods in XSSFColor 2015-10-12 20:43:42 +00:00
TestEscherGraphics2d.java - removed deprecated and confusing methods in XSSFColor 2015-10-12 20:43:42 +00:00
TestExternalReferenceChange.java bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility 2016-07-04 12:21:42 +00:00
TestFontDetails.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
TestFormulaEvaluatorBugs.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
TestFormulaEvaluatorDocs.java eclipse warnings - raw list access 2016-12-13 00:31:23 +00:00
TestFormulas.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestHSSFCell.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
TestHSSFClientAnchor.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestHSSFComment.java #59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape classes removed 2016-07-03 21:54:17 +00:00
TestHSSFConditionalFormatting.java Pull up one more test into BaseTestConditionalFormatting 2016-11-07 21:32:18 +00:00
TestHSSFDataFormat.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
TestHSSFDataFormatter.java Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... 2016-07-17 21:18:07 +00:00
TestHSSFDateUtil.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-19 22:28:07 +00:00
TestHSSFExternalFunctions.java fix eclipse warnings 2016-03-21 00:14:21 +00:00
TestHSSFFont.java extended forbidden-apis-check to ooxml-tests 2015-11-05 00:15:51 +00:00
TestHSSFFormulaEvaluator.java merge trunk to branch 2016-09-19 00:20:44 +00:00
TestHSSFHeaderFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 2009-06-04 03:38:52 +00:00
TestHSSFHyperlink.java bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 2016-07-17 09:32:29 +00:00
TestHSSFName.java Bug 56930: Add Workbook.getNames() to allow to query for names that appear multiple times 2016-03-13 21:30:38 +00:00
TestHSSFOptimiser.java merge trunk to branch 2016-09-19 00:20:44 +00:00
TestHSSFPalette.java Tried to reproduce bug 48403 but couldn't, still adding the related unit test 2015-09-29 10:14:40 +00:00
TestHSSFPatriarch.java bug 58636: upgrade anchor types from int to AnchorType enum 2015-11-25 07:16:43 +00:00
TestHSSFPicture.java Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lines in XSSFSheet.getColumnWidthInPixels() 2014-12-16 10:40:02 +00:00
TestHSSFPictureData.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestHSSFRichTextString.java Fixed compiler warnings - unnecessary throws declaration 2009-08-18 19:49:28 +00:00
TestHSSFRow.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
TestHSSFSheet.java restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkbook, BaseTestXSheet, BaseTestXRow, and BaseTestXCell from the OOXML-Lite target 2016-04-17 20:17:04 +00:00
TestHSSFSheetAutosizeColumn.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:47:37 +00:00
TestHSSFSheetShiftRows.java Clean-up in BaseTestSheetShiftRows and subclasses. 2009-12-26 00:25:59 +00:00
TestHSSFSheetUpdateArrayFormulas.java sonar fixes and closing resources after use 2015-10-06 00:04:12 +00:00
TestHSSFTextbox.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
TestHSSFWorkbook.java bug 55075,51233: create drawings with correct height when rows are custom height 2016-10-09 10:02:36 +00:00
TestNonStandardWorkbookStreamNames.java Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 2016-10-20 02:21:14 +00:00
TestOLE2Embeding.java bug 58636: upgrade anchor types from int to AnchorType enum 2015-11-25 07:16:43 +00:00
TestPOIFSProperties.java Fixed unused imports compiler warnings (and some others) 2009-08-18 02:41:45 +00:00
TestPatriarch.java #58597: Remove setAccessible (more coming soon) 2015-11-11 07:41:54 +00:00
TestPolygon.java #59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape classes removed 2016-07-03 21:54:17 +00:00
TestReadWriteChart.java Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 2015-09-07 20:19:50 +00:00
TestRowStyle.java merge trunk to branch 2016-09-19 00:20:44 +00:00
TestSanityChecker.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
TestShapeGroup.java reorganize imports (remove unused imports, sort alphabetically) 2016-07-04 10:38:25 +00:00
TestSheetHiding.java fix eclipse warnings 2016-03-21 00:14:21 +00:00
TestText.java #59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape classes removed 2016-07-03 21:54:17 +00:00
TestUnfixedBugs.java extended forbidden-apis-check to ooxml-tests 2015-11-05 00:15:51 +00:00
TestUnicodeWorkbook.java Fixed compiler warnings - unnecessary throws declaration 2009-08-18 19:49:28 +00:00
TestWorkbook.java Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 2016-10-20 02:21:14 +00:00