summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* JDK 1.4 compatibility. Some exception clean-upJosh Micich2008-08-077-152/+115
* Added conditional format records to BiffViewerJosh Micich2008-08-061-3/+5
* Partial fix for bug 45570 - Converted instance BitField fields to static Josh Micich2008-08-0627-505/+354
* removed TODO comment and formattedJosh Micich2008-08-061-31/+30
* should have been submitted with r683081Josh Micich2008-08-062-917/+902
* refactoring aggregate records to a separate hierarchy. just startingJosh Micich2008-08-0623-1051/+1414
* Fix JDK 1.4 compilation (after r682511 /bug 45538)Josh Micich2008-08-051-14/+11
* With help from Yegor, fix bug #45537 - Include headers and footers (of slides...Nick Burch2008-08-055-9/+40
* More tests for bug #45365, but still not able to reproduce itNick Burch2008-08-053-24/+40
* Start on bug #45537 - headers and footers from pptNick Burch2008-08-054-0/+45
* fixed bug #44692: HSSFPicture.resize() stretched image when there was a text ...Yegor Kozlov2008-08-054-3/+14
* when a new RowRecord is created, the default row height shoud be 0xFF. The DE...Yegor Kozlov2008-08-053-4/+28
* Fix bug #45543 - Optionally extract comment text with PowerPointExtractor, an...Nick Burch2008-08-049-2/+186
* Fix a commentNick Burch2008-08-041-1/+1
* Fix bug #45538 - Include excel headers and footers in the output of ExcelExtr...Nick Burch2008-08-0411-2/+92
* removed debugging code leftover from r682508 (patch 44894)Josh Micich2008-08-041-291/+289
* Patch 44894 - refactoring duplicate logic from EventRecordFactory to RecordFa...Josh Micich2008-08-049-755/+387
* support for headers / footers in HSLFYegor Kozlov2008-08-0419-19/+1206
* Consolidating various duplicates of CellRangeAddressJosh Micich2008-08-0426-1488/+1229
* Small tweaks for data validation (bug 44953)Josh Micich2008-08-032-56/+26
* fixed BiffViewer to add some missing record types. Formatted switch/case for ...Josh Micich2008-08-031-255/+131
* should have been submitted with c682225 - Extensive fixes for data validation...Josh Micich2008-08-031-0/+131
* Extensive fixes for data validation (bug 44953)Josh Micich2008-08-0318-2448/+2091
* Small update for c681530 bug 45519Josh Micich2008-08-011-1/+1
* Fix for bug 45519 - keep data validation records togetherJosh Micich2008-07-3113-493/+566
* Support for creating new HSLF CurrentUserAtomsNick Burch2008-07-294-18/+156
* Some work on bug #45466 - Partial support for removing excel comments (won't ...Nick Burch2008-07-286-2/+114
* More tweaks for bug 45404. Fixes for JDK 1.4, improved member scoping and fo...Josh Micich2008-07-283-540/+518
* Fix for DataFormatter on some JVMsNick Burch2008-07-281-3/+5
* Fix bug #45437 - Detect encrypted word documents, and throw an EncryptedDocum...Nick Burch2008-07-217-9/+50
* Apply, with some tweaks, the patch from bug #45404 - New class, hssf.usermode...Nick Burch2008-07-206-29/+1001
* Patch from bug #45414 - Don't add too many UncalcedRecords to sheets with cha...Nick Burch2008-07-184-9/+36
* Patch from bug #45398 - Support detecting date formats containing "am/pm" as ...Nick Burch2008-07-184-2/+5
* Update homepage for 3.5.1 beta 1Nick Burch2008-07-181-15/+10
* Patch 45410 - removed dependency on commons beanutils, collections and langJosh Micich2008-07-164-97/+228
* Cell Style optimisations tooNick Burch2008-07-154-3/+190
* Start on HSSFOptimiser, which removes un-needed cell styles and fonts, fixing...Nick Burch2008-07-158-2/+372
* Support for removing low level font recordsNick Burch2008-07-152-0/+44
* Method to check if two fonts have the same contentsNick Burch2008-07-152-0/+42
* fixed bug #45322: HSSFSheet.autoSizeColumn() throws NPE when cell number form...Yegor Kozlov2008-07-156-7/+18
* Fix for bug 45380 - added return keyword in ArrayPtg.toFormulaString()Josh Micich2008-07-134-2/+21
* Inspired by bug #44958 - Record level support for Data Tables. (No formula pa...Nick Burch2008-07-1313-1/+487
* Implement idea from bug #35583 - Include a version class, org.apache.poi.Vers...Nick Burch2008-07-123-0/+71
* Allow the cloning of one HSSFCellStyle onto another, including cloning styles...Nick Burch2008-07-129-0/+255
* Support for cloning one extended format record onto another, plus testsNick Burch2008-07-123-0/+160
* Support for cloning one font record onto another, plus testsNick Burch2008-07-123-0/+146
* Patch 45289 - finished support for special comparison operators in COUNTIFJosh Micich2008-07-117-152/+449
* Add a test to show that the behaviour around bug #30635 is exactly as you wou...Nick Burch2008-07-101-0/+49
* Improve javadocs relating to getLastRowNumberNick Burch2008-07-101-5/+12
* Tweak test to run forward and backNick Burch2008-07-101-2/+16