3777 Коміти (d6d52509337a02ef5e46b0fcc80d0335de0fea1a)
 

Автор SHA1 Повідомлення Дата
  Nick Burch d6d5250933 Test documents from bug #48574 14 роки тому
  Nick Burch 5977a9db00 Fix for bug #48245 - tweak HWPF table cell detection to work across more files 14 роки тому
  Nick Burch 034e5c4a97 Apply, with a few tweaks, the patch from bug #48996 - initial support for External Name References in HSSF formula evaluation 14 роки тому
  Nick Burch 129cf711e1 Add additional RevisionMarkAuthorTable test 14 роки тому
  Nick Burch 5696c265f4 Add more to test for bug #46664, including the last bit which is disabled pending a fuller fix 14 роки тому
  Nick Burch 6718bc0d2d Fix bug #46664 - fix up Tab IDs when adding new sheets, so that print areas don't end up invalid 14 роки тому
  Yegor Kozlov 81e5d7f4b5 cleaned javadoc warnings 14 роки тому
  Nick Burch ca4d710776 Apply with tweaks the patch from bug #45269 - improve replaceText on HWPF ranges 14 роки тому
  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 роки тому
  Nick Burch bfc8f9c426 Make the orders match the names, as otherwise people get confused (bug #49381 for example) 14 роки тому
  Nick Burch 40b7db249f Add unit test to verify that bug #47490 no longer exists 14 роки тому
  Nick Burch 25c5daa312 Add unit test for bug #45970 - shows that we can read Formulas with URL based references in them, but we can't change them properly. Part of the unit test is disabled for now 14 роки тому
  Nick Burch c1c954d14e Fix bug #49386 - avoid NPE when extracting OOXML file properties which are dates 14 роки тому
  Nick Burch bf86a2f7bf Tweak @link reference to avoid compiler issues 14 роки тому
  Nick Burch c4f2fd24c4 Remove un-used imports 14 роки тому
  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 роки тому
  Nick Burch fa5055f2ed Fix bug #49378 - correct 1.6ism 14 роки тому
  Nick Burch 93f034976a Parse the HSMF headers chunk if present, and use it to find Dates in text extraction if needed 14 роки тому
  Nick Burch 9c68267a68 Fix 1.6ism 14 роки тому
  Nick Burch 390c6f797a Fix inspired by bug #48494 - detect and support time formats like HH:MM;HH:MM 14 роки тому
  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 роки тому
  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 роки тому
  Nick Burch 8c85c8c3cf Fix bug #49096 - add clone support to Chart begin and end records, to allow cloning of more Chart containing sheets 14 роки тому
  Nick Burch a007df3ef9 List attachment names in the output of OutlookTextExtractor (to get attachment contents, use ExtractorFactory as normal) 14 роки тому
  Nick Burch fe3cb0b4e3 Update the FAQ with a note about poi-ooxml-schemas vs the full ooxml-schemas 14 роки тому
  Nick Burch 4a10622c7f Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to handle 1904 as well as 1900 dates 14 роки тому
  Nick Burch 6099faa722 More work inspired by bug #48872 - handle MMMMM and elapsed time formatting rules in DataFormatter 14 роки тому
  Nick Burch 708e302519 More fixes inspired by bug #48872 - handle zero formatting rules, and better color detection in DataFormatter 14 роки тому
  Yegor Kozlov d8cbe9b692 ensure english locale for POI build 14 роки тому
  Yegor Kozlov 34afd001ea more cleanup of deprecation warnings generated by javac 14 роки тому
  Yegor Kozlov 8f9937a569 fixed construction of the DIB picture header, see Bugzilla 43161 14 роки тому
  Yegor Kozlov 8768fde8d8 removed deprecation warnings to keep javac quiet 14 роки тому
  Yegor Kozlov eeec6a9e9c optimized serialization of XSSFRow - avoid re-ordering of CTCell beans if they are already ordered 14 роки тому
  Nick Burch e139dd8ecf Support a couple more crazy formats, as identified in bug #48872, plus test them 14 роки тому
  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 роки тому
  Nick Burch da4d5963f3 Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once created 14 роки тому
  Nick Burch 52fec07f71 Tidy up various indents and generics warnings 14 роки тому
  Maxim Valyanskiy aa5d82c6fa add myself to who.xml 14 роки тому
  Maxim Valyanskiy 08bca0f47e Initial support for reading AES-encrypted/write-protected OOXML files 14 роки тому
  Maxim Valyanskiy e100cb756f Initial support for reading AES-encrypted/write-protected OOXML files 14 роки тому
  Nick Burch 0565100c36 Add missing test file for bug #48779 14 роки тому
  Mark Beardsley 79b578426b Moved from xssf\usermodel examples following Christian's modification to that example. 14 роки тому
  Mark Beardsley 3a19c5bc19 Added Christian's Centre Across Selection code. 14 роки тому
  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 роки тому
  Nick Burch d8dd3f26e4 Add disabled unit test for bug #48539, which is currently still broken 14 роки тому
  Nick Burch 4b102e5324 Add test which shows that bug #48832 is invalid 14 роки тому
  Nick Burch 93449602c5 Add unit test to show that the behaviour in bug #48923 is as expected 14 роки тому
  Nick Burch 0012e7e039 Apply patch from bug #48924 - Allow access of the HWPF DateAndTime underlying date values 14 роки тому
  Nick Burch 04c048917f Add a simple testcase for the new RevisionMarkAuthorTable.java 14 роки тому
  Nick Burch b1af08a775 Apply patch from bug #48926 - Initial support for the HWPF revision marks authors list 14 роки тому