| Commit message (Expand) | Author | Age | Files | Lines |
* | Code clean-up in HSSFDataFormat etc. Removed bad characters from TestHSSFData... | Josh Micich | 2009-05-17 | 1 | -18/+19 |
* | Fix bug #47154 - Handle the cell format @ as the same as General | Nick Burch | 2009-05-16 | 2 | -0/+20 |
* | Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag set | Josh Micich | 2009-05-15 | 3 | -35/+159 |
* | Added comments and removed unused import | Josh Micich | 2009-05-15 | 1 | -1/+8 |
* | Fix for bug noticed while investigating bugzilla 47048. Made INDEX() support... | Josh Micich | 2009-05-15 | 2 | -11/+44 |
* | Fix bug (broken junit) introduced in r773412. Also hooked up test. | Josh Micich | 2009-05-11 | 2 | -7/+4 |
* | Bug 46953 - fixed PageSettingsBlock parsing logic in Sheet. Bug caused sheet... | Josh Micich | 2009-05-10 | 2 | -2/+45 |
* | updated test-case comments (origin of hex-dump) | Josh Micich | 2009-05-10 | 1 | -6/+11 |
* | Fix javadocs for AbortableHSSFListener, and add unit test to show it all works | Nick Burch | 2009-05-05 | 2 | -0/+99 |
* | test file belonging to r768389 | Yegor Kozlov | 2009-04-25 | 1 | -0/+0 |
* | avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cell | Yegor Kozlov | 2009-04-20 | 1 | -1/+7 |
* | read GutsRecord in in the Sheet(RecordStream rs) | Yegor Kozlov | 2009-04-18 | 2 | -4/+2 |
* | Allow 255 arguments for excel functions in XSSF, see bugzilla 46279 | Yegor Kozlov | 2009-04-18 | 2 | -1/+41 |
* | Fixed XSSFCell to preserve cell style when cell value is set to blank, also a... | Yegor Kozlov | 2009-04-17 | 2 | -3/+16 |
* | Fix for bug 46987 - allow RecordFactory to handle non-zero padding at the end... | Josh Micich | 2009-04-17 | 1 | -172/+219 |
* | Fix bug #47034 - Reading the name of a NameRecord when the name is > 127 | Nick Burch | 2009-04-15 | 2 | -0/+10 |
* | Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common... | Josh Micich | 2009-04-11 | 2 | -389/+377 |
* | removed unused imports of deprecated classes, fixed javadoc errors | Yegor Kozlov | 2009-04-11 | 3 | -6/+6 |
* | set forkmode=once for junit tests, it made the build process faster by 5x | Yegor Kozlov | 2009-04-10 | 2 | -11/+14 |
* | Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form... | Josh Micich | 2009-04-08 | 8 | -5/+143 |
* | Bugzilla 46973 - fixed defined names to behave better when refersToFormula is... | Josh Micich | 2009-04-06 | 1 | -5/+51 |
* | consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe... | Yegor Kozlov | 2009-04-06 | 6 | -6/+57 |
* | Bug 46951 - fixed formula parser to better handle range operators and whole r... | Josh Micich | 2009-04-06 | 1 | -56/+204 |
* | added SpreadsheetVersion enum to hold version-specific properties such as max... | Yegor Kozlov | 2009-04-03 | 1 | -0/+49 |
* | Fix for bug 46948 - Range operator can now take area-refs for operands | Josh Micich | 2009-04-01 | 1 | -10/+110 |
* | Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(S... | Josh Micich | 2009-03-31 | 1 | -0/+22 |
* | Fix for bug 46898 - Formula evaluator should not cache intermediate circular-... | Josh Micich | 2009-03-30 | 1 | -0/+49 |
* | more refactoring of common ss tests | Yegor Kozlov | 2009-03-29 | 18 | -1023/+1297 |
* | improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa... | Yegor Kozlov | 2009-03-27 | 16 | -761/+1584 |
* | Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infos | Josh Micich | 2009-03-26 | 2 | -0/+65 |
* | Fix the block allocation test, but still leave the recent blocks hssf bug fixed | Nick Burch | 2009-03-25 | 1 | -1/+1 |
* | Fix bug #46904, for old biff5/biff7 files where the block chain is terminated... | Nick Burch | 2009-03-24 | 1 | -2/+11 |
* | Disabled test for bug #46904 | Nick Burch | 2009-03-24 | 2 | -0/+7 |
* | Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER record | Josh Micich | 2009-03-23 | 1 | -0/+65 |
* | update cell type when setting cached formula result in XSSFCell, also improve... | Yegor Kozlov | 2009-03-22 | 2 | -201/+311 |
* | support built-in data formats in XSSFDataFormat | Yegor Kozlov | 2009-03-01 | 2 | -0/+103 |
* | improved shifting of sheet-level names, also fixed an incorrect Bugzilla numb... | Yegor Kozlov | 2009-02-26 | 1 | -7/+26 |
* | more improvements in shiftRows: 1. shift named ranges and merged regions, JUn... | Yegor Kozlov | 2009-02-25 | 2 | -3/+47 |
* | fixed non-standard ASF license headers | Yegor Kozlov | 2009-02-24 | 3 | -15/+18 |
* | added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int... | Yegor Kozlov | 2009-02-24 | 5 | -48/+123 |
* | More fixes to allow EscherContainerRecord to exclusively maintain 'child reco... | Josh Micich | 2009-02-20 | 2 | -16/+10 |
* | Fix for bug introduced in r745976. EscherContainerRecord shouldn't hand out ... | Josh Micich | 2009-02-19 | 1 | -11/+46 |
* | Added Apache License text to files where it was missing. Also fixed some comp... | Josh Micich | 2009-02-19 | 2 | -2/+36 |
* | refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super... | Yegor Kozlov | 2009-02-15 | 6 | -286/+303 |
* | Fixed formula parser to handle names with backslashes | Yegor Kozlov | 2009-02-15 | 1 | -0/+21 |
* | Bugzilla 46660 - added 'hidden' property to Workbook | Josh Micich | 2009-02-13 | 1 | -0/+28 |
* | Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and S... | Josh Micich | 2009-02-12 | 7 | -15/+234 |
* | Generalised TestSheetShiftRows for both HSSF and XSSF test cases | Josh Micich | 2009-02-09 | 2 | -246/+307 |
* | improved XSSFSheet.shiftRows: 1. properly update cell references of the shift... | Yegor Kozlov | 2009-02-08 | 1 | -0/+0 |
* | added suport for Calculation Chain in XSSF, remove reference from calculation... | Yegor Kozlov | 2009-02-08 | 1 | -0/+0 |