aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
* Update the formula evaluator to support XSSF style external named ranges tooNick Burch2014-07-202-1/+7
* Fix inconsistent indents/whitespaceNick Burch2014-07-191-150/+149
* Start to update how the formula parser looks up sheets from formula ptgs, to ...Nick Burch2014-07-191-5/+27
* The Event User Model fake-workbook for formula evaluations needs to know abou...Nick Burch2014-07-191-1/+8
* Fix Generics warningsNick Burch2014-07-191-7/+7
* The way that HSSF and XSSF stores references to external sheets are rather di...Nick Burch2014-07-191-2/+31
* Start to support formula parsing of sheet-specified named ranges, required fo...Nick Burch2014-07-183-12/+26
* Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval w...Nick Burch2014-07-181-1/+2
* #56737 Sometimes Excel writes an internal reference to a local name in an odd...Nick Burch2014-07-183-15/+104
* Partial fix for #56537 - Have Workbook offer a close() method, which in turn ...Nick Burch2014-06-111-2/+30
* HSSFCell should follow XSSF, and allow setting a null-style to return to the ...Nick Burch2014-05-291-1/+7
* Fix for 56563 - Multithreading bug when reading 2 similar filesDominik Stadler2014-05-261-15/+21
* If a NoteRecord has no author tag, it seems it can sometimes be double padded...Nick Burch2014-05-231-1/+5
* Bug 53691: Fix a copy/paste error in CFRuleRecord.clone()Dominik Stadler2014-05-201-17/+20
* Bug 56325: fix Exception when removing sheets with named ranges in the workbookDominik Stadler2014-05-153-10/+46
* Add a HSSF print paper size constant for "printer default" for bug #56509Nick Burch2014-05-151-0/+1
* Bug 56486 - Add XOR obfuscation/decryption support to HSSFAndreas Beeker2014-05-0510-346/+713
* Excel 2007 and later allows for more than 3 Conditional Formatting rules per ...Nick Burch2014-05-021-11/+20
* Generics warnings fixesNick Burch2014-05-021-12/+9
* Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w...Nick Burch2014-04-242-4/+36
* performance issue: call toString() on a String object. This is entirely redun...Cédric Walter2014-03-311-1/+1
* performance issue logging calls are expensive because of the objects created ...Cédric Walter2014-03-311-1/+3
* Fix Sonar issues about finalize() usageDominik Stadler2014-03-081-3/+5
* FindBugs fixAndreas Beeker2014-02-161-2/+1
* FindBugs fixAndreas Beeker2014-02-161-3/+3
* FindBugs fixAndreas Beeker2014-02-133-17/+20
* FindBugs fixAndreas Beeker2014-02-096-10/+72
* Fix whitespaceNick Burch2014-02-021-184/+184
* Add setIncludeHeadersFooters(boolean) to the ExcelExtractor common interface,...Nick Burch2014-02-021-3/+12
* Have the Excel text extractors all implement the same interface, as best as t...Nick Burch2014-02-021-4/+12
* Bug 35897 - Password protected filesAndreas Beeker2014-01-102-7/+45
* Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS...Dominik Stadler2014-01-011-4/+9
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-3/+4
* Don't unnecessarily convert from ArrayList to array, use the ArrayList direct...Dominik Stadler2013-12-311-9/+7
* Print out which actual value was out of rangeDominik Stadler2013-12-311-1/+1
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-265-386/+402
* javadoc house-keepingAndreas Beeker2013-12-251-1/+2
* Fix some JavaDoc items that are reported in the build-outputDominik Stadler2013-12-252-5/+17
* More javadocs for Cell.setCellTypeNick Burch2013-12-121-7/+17
* Start on HSSF/XSSF Shrink To Fit support, see bug #55661Nick Burch2013-11-071-1/+15
* Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not ...Nick Burch2013-11-071-10/+84
* Fix Bug 54400 by updating the index in the LinkTable whenever sheets areDominik Stadler2013-11-023-8/+29
* Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec...Dominik Stadler2013-10-301-6/+6
* Re-use functionality from HSSFWorkbook in dev-tools to find theDominik Stadler2013-10-276-48/+34
* Add a number of tests for the dev-tools. The tests iterate over all .xlsDominik Stadler2013-10-255-28/+49
* Patch 55612 - Performance improvement in HSSFCellStyle.getDataFormatString()Yegor Kozlov2013-10-251-1/+28
* Have HSSFWorkbook check for an encrypted .xlsx file when opening, and give a ...Nick Burch2013-10-231-2/+28
* Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String)Yegor Kozlov2013-10-191-1/+5
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-136-17/+467
* Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF Yegor Kozlov2013-10-131-9/+40