aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* allow runtime registration of functions in FormulaEvaluatorYegor Kozlov2012-02-212-0/+105
* Add TODO for merging CellFormat and DataFormatterNick Burch2012-02-201-0/+4
* Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin...Yegor Kozlov2012-02-153-4/+22
* Bugzilla 52626: fixed setting default row height in HSSF and XSSFYegor Kozlov2012-02-122-0/+4
* fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498Yegor Kozlov2012-02-111-3/+33
* Bugzilla 52576: support changing external file references in HSSFWorkbookYegor Kozlov2012-02-104-14/+105
* Bugzilla 52527: avoid exception when matching shared formula records in HSSFYegor Kozlov2012-02-071-4/+3
* Bugzilla 52569: Support DConRefRecord in HSSFYegor Kozlov2012-02-073-0/+315
* added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575Yegor Kozlov2012-02-072-9/+43
* bugzilla 52575: added an option to ignore missing workbook references in form...Yegor Kozlov2012-02-065-20/+76
* bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBATMaxim Valyanskiy2012-01-301-1/+1
* Added implementation for SUMIFS(), see Bugzilla 52462Yegor Kozlov2012-01-212-1/+153
* corrected javadoc for StandardRecord#serialize(LittleEndianOutput out) as rep...Yegor Kozlov2012-01-171-6/+16
* Correct fraction formatting quick return logicNick Burch2012-01-131-1/+1
* Fix bug #52446 - Handle files which have been truncated by a few bytes in NPr...Nick Burch2012-01-111-1/+16
* Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle t...Nick Burch2012-01-091-1/+5
* Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the...Nick Burch2011-12-281-2/+10
* Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and n...Yegor Kozlov2011-12-218-81/+562
* Inspired by bug #52349 - Merge the logic between the TEXT function and DataFo...Nick Burch2011-12-202-71/+100
* Fix bug #52349 - Correctly support excel style date format strings in the TEX...Nick Burch2011-12-201-10/+11
* applied patch from Bugzilla 52314: SheetUtil.getColumnWidth could be more fle...Yegor Kozlov2011-12-161-89/+153
* fixed javadoc warningsYegor Kozlov2011-12-099-26/+28
* Patch from Marcel May from bug #51875 - More XSSF formula new-line supportNick Burch2011-12-051-2/+4
* Demote the HPSF CodePageString null check from an exception to a Warning, as ...Nick Burch2011-11-281-4/+10
* Convert POIFS EntryUtils.copyNodes(POFS,POIFS) to use FilteringDirectoryNode,...Nick Burch2011-11-281-8/+57
* Add unit test for using FilteringDirectoryNode with EntryUtils.areDirectories...Nick Burch2011-11-281-4/+5
* Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and a...Nick Burch2011-11-281-0/+211
* Unit tests for POIFS EntryUtilsNick Burch2011-11-281-4/+9
* Start on a new method for POIFS EntryUtils for checking to see if the two Dir...Nick Burch2011-11-251-0/+117
* keep rat-check quiet, also started writing xslf docsYegor Kozlov2011-11-073-0/+36
* replace exception with warningSergey Vladimirov2011-10-291-4/+15
* undeprecate get*() methods with 0 offsetSergey Vladimirov2011-10-231-9/+53
* additional safety belts to handle broken filesSergey Vladimirov2011-10-221-4/+8
* adding safety belts for property type 0x0100 and other unknown typesSergey Vladimirov2011-10-221-26/+8
* some files has strange property values... try to handle them.Sergey Vladimirov2011-10-222-3/+48
* add license header; organize importsSergey Vladimirov2011-10-2213-20/+225
* rewrite VariantSupport to use TypedPropertyValue at max without breaking comp...Sergey Vladimirov2011-10-223-178/+301
* values in vector not paddedSergey Vladimirov2011-10-221-1/+2
* replace exception with warningSergey Vladimirov2011-10-221-4/+18
* accept java stringSergey Vladimirov2011-10-221-3/+17
* replace exception with warningSergey Vladimirov2011-10-221-6/+17
* fix type definitionSergey Vladimirov2011-10-221-5/+42
* fix NPESergey Vladimirov2011-10-221-3/+2
* remove unusedSergey Vladimirov2011-10-211-43/+0
* add classes that will replace VariantSupport class just a bit laterSergey Vladimirov2011-10-2117-0/+769
* it's better to always specify offset for write and reading operationsSergey Vladimirov2011-10-211-1/+16
* reuse code from LittleEndian classSergey Vladimirov2011-10-211-0/+17
* reuse code from LittleEndian classSergey Vladimirov2011-10-211-53/+30
* add float read/write (put/get) supportSergey Vladimirov2011-10-211-8/+102
* code format and sort members (prepare for double and float additions)Sergey Vladimirov2011-10-211-331/+433