aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Expand)AuthorAgeFilesLines
* Code clean-up in HSSFDataFormat etc. Removed bad characters from TestHSSFData...Josh Micich2009-05-171-18/+19
* Fix bug #47154 - Handle the cell format @ as the same as GeneralNick Burch2009-05-162-0/+20
* Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag setJosh Micich2009-05-153-35/+159
* Added comments and removed unused importJosh Micich2009-05-151-1/+8
* Fix for bug noticed while investigating bugzilla 47048. Made INDEX() support...Josh Micich2009-05-152-11/+44
* Fix bug (broken junit) introduced in r773412. Also hooked up test.Josh Micich2009-05-112-7/+4
* Bug 46953 - fixed PageSettingsBlock parsing logic in Sheet. Bug caused sheet...Josh Micich2009-05-102-2/+45
* updated test-case comments (origin of hex-dump)Josh Micich2009-05-101-6/+11
* Fix javadocs for AbortableHSSFListener, and add unit test to show it all worksNick Burch2009-05-052-0/+99
* test file belonging to r768389 Yegor Kozlov2009-04-251-0/+0
* avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cellYegor Kozlov2009-04-201-1/+7
* read GutsRecord in in the Sheet(RecordStream rs)Yegor Kozlov2009-04-182-4/+2
* Allow 255 arguments for excel functions in XSSF, see bugzilla 46279Yegor Kozlov2009-04-182-1/+41
* Fixed XSSFCell to preserve cell style when cell value is set to blank, also a...Yegor Kozlov2009-04-172-3/+16
* Fix for bug 46987 - allow RecordFactory to handle non-zero padding at the end...Josh Micich2009-04-171-172/+219
* Fix bug #47034 - Reading the name of a NameRecord when the name is > 127Nick Burch2009-04-152-0/+10
* Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common...Josh Micich2009-04-112-389/+377
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-113-6/+6
* set forkmode=once for junit tests, it made the build process faster by 5xYegor Kozlov2009-04-102-11/+14
* Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form...Josh Micich2009-04-088-5/+143
* Bugzilla 46973 - fixed defined names to behave better when refersToFormula is...Josh Micich2009-04-061-5/+51
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-066-6/+57
* Bug 46951 - fixed formula parser to better handle range operators and whole r...Josh Micich2009-04-061-56/+204
* added SpreadsheetVersion enum to hold version-specific properties such as max...Yegor Kozlov2009-04-031-0/+49
* Fix for bug 46948 - Range operator can now take area-refs for operandsJosh Micich2009-04-011-10/+110
* Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(S...Josh Micich2009-03-311-0/+22
* Fix for bug 46898 - Formula evaluator should not cache intermediate circular-...Josh Micich2009-03-301-0/+49
* more refactoring of common ss testsYegor Kozlov2009-03-2918-1023/+1297
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-2716-761/+1584
* Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infosJosh Micich2009-03-262-0/+65
* Fix the block allocation test, but still leave the recent blocks hssf bug fixedNick Burch2009-03-251-1/+1
* Fix bug #46904, for old biff5/biff7 files where the block chain is terminated...Nick Burch2009-03-241-2/+11
* Disabled test for bug #46904Nick Burch2009-03-242-0/+7
* Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER recordJosh Micich2009-03-231-0/+65
* update cell type when setting cached formula result in XSSFCell, also improve...Yegor Kozlov2009-03-222-201/+311
* support built-in data formats in XSSFDataFormatYegor Kozlov2009-03-012-0/+103
* improved shifting of sheet-level names, also fixed an incorrect Bugzilla numb...Yegor Kozlov2009-02-261-7/+26
* more improvements in shiftRows: 1. shift named ranges and merged regions, JUn...Yegor Kozlov2009-02-252-3/+47
* fixed non-standard ASF license headersYegor Kozlov2009-02-243-15/+18
* added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int...Yegor Kozlov2009-02-245-48/+123
* More fixes to allow EscherContainerRecord to exclusively maintain 'child reco...Josh Micich2009-02-202-16/+10
* Fix for bug introduced in r745976. EscherContainerRecord shouldn't hand out ...Josh Micich2009-02-191-11/+46
* Added Apache License text to files where it was missing. Also fixed some comp...Josh Micich2009-02-192-2/+36
* refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super...Yegor Kozlov2009-02-156-286/+303
* Fixed formula parser to handle names with backslashesYegor Kozlov2009-02-151-0/+21
* Bugzilla 46660 - added 'hidden' property to WorkbookJosh Micich2009-02-131-0/+28
* Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and S...Josh Micich2009-02-127-15/+234
* Generalised TestSheetShiftRows for both HSSF and XSSF test casesJosh Micich2009-02-092-246/+307
* improved XSSFSheet.shiftRows: 1. properly update cell references of the shift...Yegor Kozlov2009-02-081-0/+0
* added suport for Calculation Chain in XSSF, remove reference from calculation...Yegor Kozlov2009-02-081-0/+0