| Commit message (Expand) | Author | Age | Files | Lines |
* | allow runtime registration of functions in FormulaEvaluator | Yegor Kozlov | 2012-02-21 | 2 | -0/+105 |
* | Add TODO for merging CellFormat and DataFormatter | Nick Burch | 2012-02-20 | 1 | -0/+4 |
* | Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin... | Yegor Kozlov | 2012-02-15 | 3 | -4/+22 |
* | Bugzilla 52626: fixed setting default row height in HSSF and XSSF | Yegor Kozlov | 2012-02-12 | 2 | -0/+4 |
* | fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498 | Yegor Kozlov | 2012-02-11 | 1 | -3/+33 |
* | Bugzilla 52576: support changing external file references in HSSFWorkbook | Yegor Kozlov | 2012-02-10 | 4 | -14/+105 |
* | Bugzilla 52527: avoid exception when matching shared formula records in HSSF | Yegor Kozlov | 2012-02-07 | 1 | -4/+3 |
* | Bugzilla 52569: Support DConRefRecord in HSSF | Yegor Kozlov | 2012-02-07 | 3 | -0/+315 |
* | added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575 | Yegor Kozlov | 2012-02-07 | 2 | -9/+43 |
* | bugzilla 52575: added an option to ignore missing workbook references in form... | Yegor Kozlov | 2012-02-06 | 5 | -20/+76 |
* | bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBAT | Maxim Valyanskiy | 2012-01-30 | 1 | -1/+1 |
* | Added implementation for SUMIFS(), see Bugzilla 52462 | Yegor Kozlov | 2012-01-21 | 2 | -1/+153 |
* | corrected javadoc for StandardRecord#serialize(LittleEndianOutput out) as rep... | Yegor Kozlov | 2012-01-17 | 1 | -6/+16 |
* | Correct fraction formatting quick return logic | Nick Burch | 2012-01-13 | 1 | -1/+1 |
* | Fix bug #52446 - Handle files which have been truncated by a few bytes in NPr... | Nick Burch | 2012-01-11 | 1 | -1/+16 |
* | Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle t... | Nick Burch | 2012-01-09 | 1 | -1/+5 |
* | Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the... | Nick Burch | 2011-12-28 | 1 | -2/+10 |
* | Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and n... | Yegor Kozlov | 2011-12-21 | 8 | -81/+562 |
* | Inspired by bug #52349 - Merge the logic between the TEXT function and DataFo... | Nick Burch | 2011-12-20 | 2 | -71/+100 |
* | Fix bug #52349 - Correctly support excel style date format strings in the TEX... | Nick Burch | 2011-12-20 | 1 | -10/+11 |
* | applied patch from Bugzilla 52314: SheetUtil.getColumnWidth could be more fle... | Yegor Kozlov | 2011-12-16 | 1 | -89/+153 |
* | fixed javadoc warnings | Yegor Kozlov | 2011-12-09 | 9 | -26/+28 |
* | Patch from Marcel May from bug #51875 - More XSSF formula new-line support | Nick Burch | 2011-12-05 | 1 | -2/+4 |
* | Demote the HPSF CodePageString null check from an exception to a Warning, as ... | Nick Burch | 2011-11-28 | 1 | -4/+10 |
* | Convert POIFS EntryUtils.copyNodes(POFS,POIFS) to use FilteringDirectoryNode,... | Nick Burch | 2011-11-28 | 1 | -8/+57 |
* | Add unit test for using FilteringDirectoryNode with EntryUtils.areDirectories... | Nick Burch | 2011-11-28 | 1 | -4/+5 |
* | Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and a... | Nick Burch | 2011-11-28 | 1 | -0/+211 |
* | Unit tests for POIFS EntryUtils | Nick Burch | 2011-11-28 | 1 | -4/+9 |
* | Start on a new method for POIFS EntryUtils for checking to see if the two Dir... | Nick Burch | 2011-11-25 | 1 | -0/+117 |
* | keep rat-check quiet, also started writing xslf docs | Yegor Kozlov | 2011-11-07 | 3 | -0/+36 |
* | replace exception with warning | Sergey Vladimirov | 2011-10-29 | 1 | -4/+15 |
* | undeprecate get*() methods with 0 offset | Sergey Vladimirov | 2011-10-23 | 1 | -9/+53 |
* | additional safety belts to handle broken files | Sergey Vladimirov | 2011-10-22 | 1 | -4/+8 |
* | adding safety belts for property type 0x0100 and other unknown types | Sergey Vladimirov | 2011-10-22 | 1 | -26/+8 |
* | some files has strange property values... try to handle them. | Sergey Vladimirov | 2011-10-22 | 2 | -3/+48 |
* | add license header; organize imports | Sergey Vladimirov | 2011-10-22 | 13 | -20/+225 |
* | rewrite VariantSupport to use TypedPropertyValue at max without breaking comp... | Sergey Vladimirov | 2011-10-22 | 3 | -178/+301 |
* | values in vector not padded | Sergey Vladimirov | 2011-10-22 | 1 | -1/+2 |
* | replace exception with warning | Sergey Vladimirov | 2011-10-22 | 1 | -4/+18 |
* | accept java string | Sergey Vladimirov | 2011-10-22 | 1 | -3/+17 |
* | replace exception with warning | Sergey Vladimirov | 2011-10-22 | 1 | -6/+17 |
* | fix type definition | Sergey Vladimirov | 2011-10-22 | 1 | -5/+42 |
* | fix NPE | Sergey Vladimirov | 2011-10-22 | 1 | -3/+2 |
* | remove unused | Sergey Vladimirov | 2011-10-21 | 1 | -43/+0 |
* | add classes that will replace VariantSupport class just a bit later | Sergey Vladimirov | 2011-10-21 | 17 | -0/+769 |
* | it's better to always specify offset for write and reading operations | Sergey Vladimirov | 2011-10-21 | 1 | -1/+16 |
* | reuse code from LittleEndian class | Sergey Vladimirov | 2011-10-21 | 1 | -0/+17 |
* | reuse code from LittleEndian class | Sergey Vladimirov | 2011-10-21 | 1 | -53/+30 |
* | add float read/write (put/get) support | Sergey Vladimirov | 2011-10-21 | 1 | -8/+102 |
* | code format and sort members (prepare for double and float additions) | Sergey Vladimirov | 2011-10-21 | 1 | -331/+433 |