670 Commits (2ea7bc5eef9b7ec2ab26263e091f9cdb77aac699)

Author SHA1 Message Date
  Josh Micich 2ea7bc5eef Initial support for evaluating external add-in functions like YEARFRAC 16 years ago
  Josh Micich 2dd98d377e Fix for bug 45672 - prevent MissingRecordAwareHSSFListener generating multiple LastCellOfRowDummyRecords when shared formulas are present 16 years ago
  Yegor Kozlov 3435dd322b fixed bug #45645: Fix for HSSFSheet.autoSizeColumn() for widths exceeding Short.MAX_VALUE 16 years ago
  Nick Burch 2118d52949 Further HPBF documentation, and some more sample files used 16 years ago
  Nick Burch 1cbcfaed78 More work understanding hpbf 16 years ago
  Nick Burch e9a647c3f4 More work understanding hpbf 16 years ago
  Nick Burch caa6292337 More work understanding hpbf 16 years ago
  Nick Burch 098d400bac More for bug #45623 - Support for additional HSSF header and footer fields, including bold and full file path 16 years ago
  Nick Burch bb270804b9 Fix bug #45623 - Support stripping HSSF header and footer fields (eg page number) out of header and footer text if required 16 years ago
  Nick Burch 8309a9d7e5 Update changelog 16 years ago
  Nick Burch 8ad0a4f34c Fix a typo in the file name, and add a generic method to POITextExtractor to get the appropriate metadata text extractor 16 years ago
  Nick Burch 80ea376dc0 Few documentation updates for recent new code 16 years ago
  Nick Burch 67de5e70b4 New HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extractor.HPFSPropertiesExtractor 16 years ago
  Yegor Kozlov 13d89f642c Properly update the array of Slide's text runs in HSLF when new text shapes are added 16 years ago
  Yegor Kozlov 9213d605e2 Fix bug #45590: Header/footer extraction for .ppt files saved in Office 2007 16 years ago
  Nick Burch 481dcf900f Finally get all HWPF tests to pass again, by working around how evil PAPX/CHPX/SEPX byte references are 16 years ago
  Nick Burch a1f745fee3 Add header/footer support to HWPF WordExtractor 16 years ago
  Josh Micich ad4abd484a Patch 45577 - Added implementations for Excel functions NOW and TODAY, added property getters to HSSFConditionalFormattingRule 16 years ago
  Josh Micich 3889288070 Fix for bug 45582 - handle extra bytes after the EOFRecord 16 years ago
  Nick Burch 9d70190dab With help from Yegor, fix bug #45537 - Include headers and footers (of slides and notes) in the extracted text from HSLF 16 years ago
  Yegor Kozlov 3e0d12d799 fixed bug #44692: HSSFPicture.resize() stretched image when there was a text next to it 16 years ago
  Nick Burch eeb7d45566 Fix bug #45543 - Optionally extract comment text with PowerPointExtractor, and initial hslf model support for comments 16 years ago
  Nick Burch 10d561380d Fix bug #45538 - Include excel headers and footers in the output of ExcelExtractor 16 years ago
  Josh Micich 34ea10b29d Patch 44894 - refactoring duplicate logic from EventRecordFactory to RecordFactory 16 years ago
  Yegor Kozlov 982388db18 support for headers / footers in HSLF 16 years ago
  Josh Micich 9b67bb83a4 Extensive fixes for data validation (bug 44953) 16 years ago
  Josh Micich b935799609 Fix for bug 45519 - keep data validation records together 16 years ago
  Nick Burch fa669818ce Support for creating new HSLF CurrentUserAtoms 16 years ago
  Nick Burch 9bc7ef735a Some work on bug #45466 - Partial support for removing excel comments (won't work for all excel versions yet) 16 years ago
  Nick Burch eaf60c3114 Fix bug #45437 - Detect encrypted word documents, and throw an EncryptedDocumentException instead of a OOM 16 years ago
  Nick Burch 26abbc707b Apply, with some tweaks, the patch from bug #45404 - New class, hssf.usermodel.HSSFDataFormatter, for formatting numbers and dates in the same way that Excel does 16 years ago
  Nick Burch 48168d4301 Patch from bug #45414 - Don't add too many UncalcedRecords to sheets with charts in them 16 years ago
  Nick Burch 6cc974bd72 Patch from bug #45398 - Support detecting date formats containing "am/pm" as date times 16 years ago
  Nick Burch dd187c0272 Update homepage for 3.5.1 beta 1 16 years ago
  Josh Micich a98f5ac394 Patch 45410 - removed dependency on commons beanutils, collections and lang 16 years ago
  Nick Burch 9cb74f87fe Start on HSSFOptimiser, which removes un-needed cell styles and fonts, fixing up references as it does so 16 years ago
  Yegor Kozlov 6b6f924c29 fixed bug #45322: HSSFSheet.autoSizeColumn() throws NPE when cell number format was not found 16 years ago
  Josh Micich 197b6cab7f Fix for bug 45380 - added return keyword in ArrayPtg.toFormulaString() 16 years ago
  Nick Burch 619eff5dff Inspired by bug #44958 - Record level support for Data Tables. (No formula parser support though) 16 years ago
  Nick Burch c96a30340d Implement idea from bug #35583 - Include a version class, org.apache.poi.Version, to allow easy introspection of the POI version 16 years ago
  Nick Burch bd8c0df8fb Allow the cloning of one HSSFCellStyle onto another, including cloning styles from one HSSFWorkbook onto another 16 years ago
  Josh Micich 09fc45feb9 Patch 45289 - finished support for special comparison operators in COUNTIF 16 years ago
  Nick Burch 21d6638529 Fix bug #45126 - Avoid generating multiple NamedRanges with the same name, which Excel dislikes 16 years ago
  Nick Burch f906677aa6 Fix cell.getRichStringCellValue() for formula cells with string results 16 years ago
  Nick Burch bed3ab6871 Fix bug #45365 - Handle more excel number formatting rules in FormatTrackingHSSFListener / XLS2CSVmra 16 years ago
  Nick Burch 575c0b4763 Apply some changes inspired by bug # 45373, which improve the performance of HSSFSheet.shiftRows 16 years ago
  Josh Micich a15f94d828 Fix for bug 45367 - fixed boundary case when row zero is the last row removed from the sheet 16 years ago
  Josh Micich 5e7e99ebd4 Fix for bug 45348 - required tweaks to RVA formula logic 16 years ago
  Josh Micich 73f52d0f4b Fix for bug 45354 - Proper distinguishing of cell references and named ranges within formulas 16 years ago
  Nick Burch 735ad325c6 Fix bug #45338 - Fix HSSFWorkbook to give you the same HSSFFont every time, and then fix it to find newly added fonts 16 years ago