aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Finish converting ErrorEval to only use the FormulaError constants, and then ...Nick Burch2015-02-082-34/+41
* Prepare FormulaError for both long and short codesNick Burch2015-02-081-5/+21
* Reduce duplication between FormulaError and ErrorConstantsNick Burch2015-02-083-28/+25
* The default for standard encryption cipher algorithm was wrongly set to rc4Andreas Beeker2015-01-261-1/+7
* Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepageNick Burch2015-01-132-1/+5
* Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some s...Dominik Stadler2015-01-092-19/+29
* Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2DecDominik Stadler2015-01-091-1/+7
* * Add missing close() on streams in ImageUtils.getImageDimension()Dominik Stadler2015-01-071-19/+24
* Test and fix for bug #46441Andreas Beeker2015-01-023-2/+323
* Include seen invalid index in thrown ExceptionDominik Stadler2015-01-021-2/+2
* Fix some Eclipse warningsDominik Stadler2015-01-022-3/+3
* Bug 46192: Add methods to query outline level for HSSF and XSSFDominik Stadler2015-01-026-5/+36
* Bug 49541 - Mapping of symbol characters to unicode equivalent Andreas Beeker2014-12-291-0/+247
* Add missing license header for new fileDominik Stadler2014-12-281-0/+17
* Bug 57007: Add initial implementations of DMIN and DGET functionsDominik Stadler2014-12-285-0/+521
* Remove unused local variableDominik Stadler2014-12-281-3/+0
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-2824-141/+189
* Charset.forName() for known encodings makes catching UnknownEncodingException...Andreas Beeker2014-12-279-121/+108
* Fix inconsistent whitespace/indentsNick Burch2014-12-251-35/+33
* Add javadoc to CellRange.getReferenceText()Dominik Stadler2014-12-251-0/+5
* - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLFAndreas Beeker2014-12-2526-168/+1820
* Fix two Eclipse warningsDominik Stadler2014-12-221-2/+3
* Bug 56595: Also switch the cache in DateUtil.isADateFormat() to ThreadLocals ...Dominik Stadler2014-12-221-22/+29
* Some Eclipse warningsDominik Stadler2014-12-221-1/+1
* Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeShe...Dominik Stadler2014-12-221-4/+25
* Bug 57231: Add missing ArrayRecord.clone()Dominik Stadler2014-12-221-1/+11
* Expose the version information from OldExcelExtractorNick Burch2014-12-221-8/+36
* Added link to test cases for the workaroundsAndreas Beeker2014-12-131-1/+3
* Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle itAndreas Beeker2014-12-122-9/+56
* Correct older biff detection, and add unit tests for HSSFWorkbook giving help...Nick Burch2014-11-301-3/+3
* Update TODOs for what remainsNick Burch2014-11-301-2/+2
* More detection for older Excel formats when opening the POIFS Stream, and a m...Nick Burch2014-11-304-22/+72
* On Biff5 files, include the sheet name. (Older formats are single sheet)Nick Burch2014-11-303-2/+93
* Track the codepage in old excel files, to be able to correctly decode the 8 b...Nick Burch2014-11-304-17/+52
* Track what Biff version we are working on, and use that to work around Biff 2...Nick Burch2014-11-302-5/+41
* Switch to POITestCase / assertContainsNick Burch2014-11-301-4/+7
* Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490Nick Burch2014-11-301-7/+54
* Formula values for Excel 4 extractor, for TIKA-1490Nick Burch2014-11-303-22/+40
* Largely there with the Excel 4 extractor, for TIKA-1490Nick Burch2014-11-303-114/+128
* Further Excel 4 text extractor support, for TIKA-1490Nick Burch2014-11-303-8/+126
* Further Excel 4 text extractor support, for TIKA-1490Nick Burch2014-11-304-9/+116
* Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TI...Nick Burch2014-11-303-3/+266
* Remove some Eclipse warnings, remove confusing FunctionID/ID renaming...Dominik Stadler2014-11-272-79/+13
* Add more output in case of unknown cipher-ids to aid in debugging bugs like 5...Dominik Stadler2014-11-261-4/+2
* revert of r1639217 and offline-linking for maven javadocsAndreas Beeker2014-11-155-12/+12
* Javadoc warnings fixed:Andreas Beeker2014-11-136-20/+20
* Add boolean getters/setters for bold to font, matching italic and underline, ...Nick Burch2014-11-122-4/+21
* Picture method to resize with different scales in width and heightAndreas Beeker2014-11-128-139/+431
* Add some missing close() calls and fix some generics warningsDominik Stadler2014-11-097-19/+42
* Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from githubNick Burch2014-11-082-1/+29