922 Commits (74ff0ab72f629cdf16a9fcc1bb694dc2b39c1da0)

Author SHA1 Message Date
  Nick Burch 5977a9db00 Fix for bug #48245 - tweak HWPF table cell detection to work across more files 14 years ago
  Nick Burch 034e5c4a97 Apply, with a few tweaks, the patch from bug #48996 - initial support for External Name References in HSSF formula evaluation 14 years ago
  Nick Burch 6718bc0d2d Fix bug #46664 - fix up Tab IDs when adding new sheets, so that print areas don't end up invalid 14 years ago
  Nick Burch ca4d710776 Apply with tweaks the patch from bug #45269 - improve replaceText on HWPF ranges 14 years ago
  Nick Burch 439bd8de3e Add tests to verify that XSSF and HSSF do the same thing with retrieving the wrong type of value from string/numberic/formula cells, and tweak documentation to match the long standing behaviour (bug #47815) 14 years ago
  Nick Burch c1c954d14e Fix bug #49386 - avoid NPE when extracting OOXML file properties which are dates 14 years ago
  Nick Burch 2e26965241 Fix bug #49377 - only call DecimalFormat.setRoundingMode on Java 1.6 - it's needed to match excel's rendering of numbers 14 years ago
  Nick Burch fa5055f2ed Fix bug #49378 - correct 1.6ism 14 years ago
  Nick Burch 93f034976a Parse the HSMF headers chunk if present, and use it to find Dates in text extraction if needed 14 years ago
  Nick Burch 390c6f797a Fix inspired by bug #48494 - detect and support time formats like HH:MM;HH:MM 14 years ago
  Nick Burch 8952570e0b Another fix inspired by bug #48494 - have ExcelExtractor make use of HSSFDataFormatter, so that numbers and dates come out closer to how Excel would render them 14 years ago
  Nick Burch 0d1692dbf2 Fix bug #48494 - have EventBasedExcelExtractor make use of HSSFDataFormatter, so that numbers and dates come out closer to how Excel would render them 14 years ago
  Nick Burch 8c85c8c3cf Fix bug #49096 - add clone support to Chart begin and end records, to allow cloning of more Chart containing sheets 14 years ago
  Nick Burch a007df3ef9 List attachment names in the output of OutlookTextExtractor (to get attachment contents, use ExtractorFactory as normal) 14 years ago
  Nick Burch fe3cb0b4e3 Update the FAQ with a note about poi-ooxml-schemas vs the full ooxml-schemas 14 years ago
  Nick Burch 4a10622c7f Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to handle 1904 as well as 1900 dates 14 years ago
  Nick Burch 6099faa722 More work inspired by bug #48872 - handle MMMMM and elapsed time formatting rules in DataFormatter 14 years ago
  Nick Burch 708e302519 More fixes inspired by bug #48872 - handle zero formatting rules, and better color detection in DataFormatter 14 years ago
  Yegor Kozlov 8f9937a569 fixed construction of the DIB picture header, see Bugzilla 43161 14 years ago
  Nick Burch 8bb16bee4b Fix bug #48718 - Make the creation of multiple, un-modified fonts in a row in XSSF match the old HSSF behaviour 14 years ago
  Nick Burch da4d5963f3 Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once created 14 years ago
  Maxim Valyanskiy aa5d82c6fa add myself to who.xml 14 years ago
  Maxim Valyanskiy 08bca0f47e Initial support for reading AES-encrypted/write-protected OOXML files 14 years ago
  Nick Burch 63793d2fa5 Solution for bug #48779 - Allow you to get straight from a CellStyle to a Color, irrespective of if the Color is indexed or inline-defined 14 years ago
  Nick Burch 0012e7e039 Apply patch from bug #48924 - Allow access of the HWPF DateAndTime underlying date values 14 years ago
  Nick Burch b1af08a775 Apply patch from bug #48926 - Initial support for the HWPF revision marks authors list 14 years ago
  Nick Burch 9f7190f05e Fix bug #49160 - Ensure that CTDigSigBlob is included in poi-ooxml jar 14 years ago
  Nick Burch 216ecd1407 Fix bug #49189 - Detect w:tab and w:cr entries in XWPF paragraphs, even when the XSD is silly and maps them to CTEmpty 14 years ago
  Nick Burch d8f85ad2eb Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127 14 years ago
  Nick Burch 87891450ba Apply patches from Peter Kutak from bugs 49334 and 49242 - HSSFChart improvements by tracking more records 14 years ago
  Nick Burch 2d81bf66b1 More license headers 14 years ago
  Yegor Kozlov 9f0cd544cf Improved performance of XSSFSheet.write, avoid unnecessary re-ordering of CTRow beans if they are already ordered 14 years ago
  Yegor Kozlov e79cc21802 avoid NPE when finding cell comments, Bugzilla 48846 14 years ago
  Yegor Kozlov 2670820514 Ensure that CTPhoneticPr is included in poi-ooxml jar, see Bugzilla 49325 14 years ago
  Nick Burch daad262fbc Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes 14 years ago
  Yegor Kozlov afe2ad7d38 support for data validation for OOXML, see Bugzilla 49244 14 years ago
  Yegor Kozlov 9017094231 Enhanced SViewer to support most border types, cell formats, and conditional formatting. Added ToHtml example that converts a spreadsheet into HTML, See Bugzilla #49066 14 years ago
  Nick Burch a120845220 Fix bug #49020 - Workaround Excel outputting invalid XML in button definitions by not closing BR tags 14 years ago
  Nick Burch 7a0aa13885 Apply patch from Trejkaz from bug #49050 - Improve performance of AbstractEscherHolderRecord when there are lots of Continue Records 14 years ago
  Nick Burch 476a526e26 Fix bug #49194 - Correct text size limit for OOXML .xlsx files 14 years ago
  Nick Burch 84b713a477 Fix bug #49254 - Fix CellUtils.setFont to use the correct type internally 14 years ago
  Nick Burch 423194bd27 Hopefully finish fixing bug #49139 - track down another subtle hard coding of 512, and switch to using the big block size variable 14 years ago
  Yegor Kozlov e38be4e0a7 Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936 14 years ago
  Yegor Kozlov 5a80808a73 Added implementation for TEXT() and TRUNC(), see Bugzilla 49025 and 49026 14 years ago
  Yegor Kozlov a4dfc23a0b Properly close internal InputStream in ExtractorFactory#createExtractor(File), see Bugzilla 49147 14 years ago
  Yegor Kozlov c0ffa07902 Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138 14 years ago
  Yegor Kozlov e75b83a2e8 Ensure that CTVectorVariant is included in poi-ooxml-schemas.jar, Added accessors to CoreProperties.Keywords. See Bugzilla 49146 and 49153 14 years ago
  Yegor Kozlov c8d66033f0 propagate parent to parent-aware records decoded from Escher, also ensure that TextShape and EscherTextboxWrapper hold the same cached sets of records, see Bugzilla 48916 14 years ago
  Nick Burch c01a095d32 Fix bug #48485 - Add extra paper size constans to PrintSetup, such as A3, B4 and B5 14 years ago
  Nick Burch a95e0cd7d7 Fix an issue with the HSMF tests working on some machines but not others - Make poifs.filesystem.DirectoryNode preserve the original ordering of its files, which HSMF needs to be able 14 years ago