670 Commits (2ea7bc5eef9b7ec2ab26263e091f9cdb77aac699)

Author SHA1 Message Date
  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
  Nick Burch ffbb1ee03d Fix bug #45336 - Fix HSSFColor.getTripletHash() 16 years ago
  Josh Micich 197162ea16 Fix for bug 45334 - formula parser needs to handle dots in identifiers 16 years ago
  Yegor Kozlov 7eeb885040 updated status of the latest release, 3.1-FINAL 16 years ago
  Nick Burch 6399ea1768 Patch from N.Hira from bug #45252 - Improvement for HWPF Range.replaceText() 16 years ago
  Nick Burch 24053679a8 Patch from N. Hira from bug #45001 - Further fix for HWPF Range.delete() and unicode characters 16 years ago
  Nick Burch e4c11036df Patch from dnapoletano from bug #45175 - Support for variable length operands in org.apache.poi.hwpf.sprm.SprmOperation 16 years ago
  Nick Burch 9147f07e30 Avoid spurious missing lines with the MissingRecordAware event code, and odd files that contain RowRecords in the middle of the cell Records. 16 years ago
  Nick Burch 910c010d47 Update changelog about EventWorkbookBuilder, and tweak XLS2CSVmra to use it if formulas required 16 years ago
  Nick Burch 73dc9ecc22 Add MethodNotFound exceptions to the faq 16 years ago
  Yegor Kozlov 5531032bec started a new section for poi-3.2 family, updated release date of 3.2-FINAL 16 years ago
  Josh Micich 0e47966f86 Fix for bug 30978 - small re-arrangement of class Ptg hierarchy for DeletedRef3DPtg and DeletedArea3DPtg. Similar to c664220 16 years ago
  Josh Micich 410c307d26 Fix for bug 45234 - Removed incorrect shared formula conversion in CFRuleRecord 16 years ago
  Nick Burch 6c9196cadc Improved HWPF Range.replaceText, from N. Hira in bug #45001 16 years ago
  Yegor Kozlov 0c30e98366 bug#44692 - Fixed HSSFPicture.resize() to properly resize pictures if the underlying columns/rows have modified size 16 years ago
  Yegor Kozlov 0cc7221cd1 expose access to OEPlaceholderAtom so that users can determine whether a shape represents ppt placeholder (date/time, footer or slide number) 16 years ago
  Josh Micich e7f24cd7d4 Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
  Josh Micich 2507426ed8 Fix for 45133 - OBJ Record (5Dh) needs to pad the sub-record data to a 4-byte boundary 16 years ago
  Josh Micich db40de323a Fix for bug 45145 - made sure RowRecordsAggregate comes before ValueRecordsAggregate. Also fixed BiffViewer to show correct record offsets 16 years ago
  Josh Micich 91f7d013b3 Fix for bug 45123 - SharedFormulaRecord.convertSharedFormulas was ignoring token operand classes 16 years ago
  Nick Burch 320891847c Fix bug #45087 - Correctly detect date formats like [Black]YYYY as being date based 16 years ago
  Yegor Kozlov 990adc85b0 bump 3.1-beta2 announcement 16 years ago
  Josh Micich 805bfc4324 Fix for 45060 (and 45041) - Improved token class transformation during formula parsing 16 years ago
  Nick Burch f8c3f05e73 Help for bug #44840 - Improved handling of HSSFObjectData, especially for entries with data held not in POIFS 16 years ago
  Nick Burch 83ad24728a Patch from Yury, plus tests, from bug #45043 - Support for getting excel cell comments when extracting text 16 years ago
  Nick Burch a97602aa11 Extend the support for specifying a policy to HSSF on missing / blank cells when fetching, to be able to specify the policy at the HSSFWorkbook level 16 years ago
  Josh Micich 949bea093b Bug 45025 - improved FormulaParser parse error messages (r659452 had wrong bug number) 16 years ago
  Josh Micich 71418f099d Bug 45041 - improved FormulaParser parse error messages 16 years ago
  Josh Micich c8c2d0139e Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK records 16 years ago
  Josh Micich 375a18e8a3 Fix for 45066 - sheet encoding size mismatch problems 16 years ago
  Nick Burch 543c4302fb Patch from bug #45003 - Support embeded HDGF visio documents 16 years ago
  Nick Burch 2df6546a1b Patch from bug #45001 - Partial fix for HWPF Range.insertBefore() and Range.delete() with unicode characters 16 years ago
  Nick Burch 54ded07bd2 Fix bug #44977 - Support for AM/PM in excel date formats 16 years ago
  Nick Burch 2e8acca69b Support for specifying a policy to HSSF on missing / blank cells when fetching 16 years ago
  Nick Burch 40bb917404 Patch from bug #44937 from Squeeself- Partial support for extracting Escher images from HWPF files 16 years ago
  Nick Burch 7902d0ed3a Fix #44824 - Avoid an infinite loop when reading some HWPF pictures 16 years ago
  Nick Burch 8536301aab Fix bug 44898 - Correctly handle short last blocks in POIFS 16 years ago