| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bugzilla 47198 - Fixed formula evaluator comparison of -0.0 and 0.0 | Josh Micich | 2009-05-22 | 1 | -0/+4 |
* | Bugzilla 47229 - Fixed ExternalNameRecord to handle DDE links | Josh Micich | 2009-05-21 | 1 | -5/+41 |
* | Added debug methods to decode BIFF record types from record IDs | Josh Micich | 2009-05-21 | 2 | -33/+30 |
* | removed unused class | Josh Micich | 2009-05-20 | 1 | -364/+0 |
* | Changed CRLF to LF in function implementations. Removed subclasses of NotImp... | Josh Micich | 2009-05-20 | 235 | -5463/+1024 |
* | Changed CRLF to LF in poi/ddf, Minor fixes for compiler warnings, and formatting | Josh Micich | 2009-05-19 | 33 | -1528/+611 |
* | Changed CRLF to LF in .java base src files. Minor reformatting fixes. | Josh Micich | 2009-05-19 | 54 | -6112/+6111 |
* | Tweaked patch from bug #46287 - Control of header and footer extraction in Ex... | Nick Burch | 2009-05-17 | 1 | -3/+22 |
* | Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas | Yegor Kozlov | 2009-05-17 | 5 | -47/+61 |
* | encapsulated hasUnlimitedVarags() logic into FunctionMetadata | Josh Micich | 2009-05-17 | 3 | -24/+43 |
* | Code clean-up in HSSFDataFormat etc. Removed bad characters from TestHSSFData... | Josh Micich | 2009-05-17 | 2 | -315/+324 |
* | Base class for "old version" exceptions, and new HSLF detection + use of old ... | Nick Burch | 2009-05-16 | 2 | -1/+30 |
* | Fix bug #47154 - Handle the cell format @ as the same as General | Nick Burch | 2009-05-16 | 1 | -1/+1 |
* | Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag set | Josh Micich | 2009-05-15 | 1 | -1/+4 |
* | Fix for bug noticed while investigating bugzilla 47048. Made INDEX() support... | Josh Micich | 2009-05-15 | 1 | -49/+79 |
* | Fix bug (broken junit) introduced in r773412. Also hooked up test. | Josh Micich | 2009-05-11 | 1 | -0/+6 |
* | Introduced CustomViewSettingsRecordAggregate. Also reverted some debug change... | Josh Micich | 2009-05-11 | 3 | -39/+116 |
* | Created ChartSubstreamRecordAggregate to manage chart sub-streams. Not fully... | Josh Micich | 2009-05-10 | 5 | -47/+139 |
* | Bug 46953 - fixed PageSettingsBlock parsing logic in Sheet. Bug caused sheet... | Josh Micich | 2009-05-10 | 2 | -30/+47 |
* | Fix javadocs for AbortableHSSFListener, and add unit test to show it all works | Nick Burch | 2009-05-05 | 1 | -7/+9 |
* | Fixed POIFSFileSystem to set CLSID of root when constructing instances from I... | Yegor Kozlov | 2009-04-20 | 1 | -0/+3 |
* | moved 'throw' into else clause avoiding exception on every call of cloneStyle... | Yegor Kozlov | 2009-04-20 | 1 | -1/+2 |
* | read GutsRecord in in the Sheet(RecordStream rs) | Yegor Kozlov | 2009-04-18 | 2 | -0/+6 |
* | Allow 255 arguments for excel functions in XSSF, see bugzilla 46279 | Yegor Kozlov | 2009-04-18 | 4 | -5/+34 |
* | Fix for bug 46987 - allow RecordFactory to handle non-zero padding at the end... | Josh Micich | 2009-04-17 | 1 | -4/+56 |
* | added Workbook.getName(String) method. Fixed javadoc on related methods | Josh Micich | 2009-04-16 | 2 | -62/+54 |
* | Fix bug #47034 - Reading the name of a NameRecord when the name is > 127 | Nick Burch | 2009-04-15 | 1 | -1/+1 |
* | removed unused imports of deprecated classes, fixed javadoc errors | Yegor Kozlov | 2009-04-11 | 11 | -18/+18 |
* | Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form... | Josh Micich | 2009-04-08 | 2 | -18/+38 |
* | moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do ... | Yegor Kozlov | 2009-04-08 | 39 | -0/+5590 |
* | Bugzilla 46973 - fixed defined names to behave better when refersToFormula is... | Josh Micich | 2009-04-06 | 2 | -29/+37 |
* | consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe... | Yegor Kozlov | 2009-04-06 | 12 | -68/+76 |
* | Bug 46951 - fixed formula parser to better handle range operators and whole r... | Josh Micich | 2009-04-06 | 7 | -1087/+1486 |
* | Added toString debug method to MemAreaPtg | Josh Micich | 2009-04-04 | 1 | -1/+10 |
* | fixed compiler error from r761723 | Josh Micich | 2009-04-03 | 1 | -3/+1 |
* | added SpreadsheetVersion enum to hold version-specific properties such as max... | Yegor Kozlov | 2009-04-03 | 2 | -1/+123 |
* | Changed cell and area ref Ptgs to allow creation using CellReference and Area... | Josh Micich | 2009-04-03 | 8 | -44/+40 |
* | Fix for bug 46948 - Range operator can now take area-refs for operands | Josh Micich | 2009-04-01 | 1 | -8/+19 |
* | Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(S... | Josh Micich | 2009-03-31 | 1 | -9/+26 |
* | Bugzilla 46818 (patch from Wayne Clingingsmith) - added implementation for HY... | Josh Micich | 2009-03-31 | 1 | -21/+52 |
* | Fix for bug 46898 - Formula evaluator should not cache intermediate circular-... | Josh Micich | 2009-03-30 | 2 | -3/+17 |
* | more refactoring of common ss tests | Yegor Kozlov | 2009-03-29 | 4 | -201/+18 |
* | improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa... | Yegor Kozlov | 2009-03-27 | 6 | -38/+49 |
* | Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infos | Josh Micich | 2009-03-26 | 1 | -20/+59 |
* | Fix the block allocation test, but still leave the recent blocks hssf bug fixed | Nick Burch | 2009-03-25 | 1 | -4/+10 |
* | Explicit cast | Nick Burch | 2009-03-24 | 1 | -2/+1 |
* | Fix bug #46904, for old biff5/biff7 files where the block chain is terminated... | Nick Burch | 2009-03-24 | 4 | -1/+37 |
* | Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER record | Josh Micich | 2009-03-23 | 3 | -2/+25 |
* | Abstracted record construction | Josh Micich | 2009-03-16 | 1 | -19/+40 |
* | updated url in comment | Josh Micich | 2009-03-05 | 1 | -1/+1 |