323 Révisions (8e4d2bbba3af7f25093000167190ece44912e7ef)

Auteur SHA1 Message Date
  Yegor Kozlov 8e4d2bbba3 Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096 il y a 13 ans
  Yegor Kozlov 3aef93a73b use cached formula result when autosizing sheet columns, see Bugzilla 50211 il y a 13 ans
  Nick Burch a6cc5ed707 Add a few more little bits of formula unit tests il y a 13 ans
  Maxim Valyanskiy 48ef63e2c5 Ensure that XWPFParagraph.getDocument() is not null il y a 13 ans
  Nick Burch 877982ea92 Fix bug #50119 - avoid NPE when XSSFReader comes across chart sheets il y a 13 ans
  Yegor Kozlov 3eea555e41 revert usages of getXYZList() back to getXYZArray() in XSSF, also misc performance optimizations il y a 13 ans
  Yegor Kozlov 6ac11ae86c allow overridden built-in formats in XSSFCellStyle, see Bugzilla 49928 il y a 13 ans
  Nick Burch 172106ae2c Add unit tests for the XWPF decorator classes il y a 13 ans
  Nick Burch 8d0eb2afe9 Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop holding formulas il y a 13 ans
  Nick Burch af0085fd32 Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook based on a style from a different one il y a 13 ans
  Nick Burch 97c27ca476 Fix bug #49765 - Fix XWPFDocument.addPicture so that it correctly sets up relationships il y a 13 ans
  Nick Burch 0aa3daebee Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when applying fonts to parts of the string il y a 13 ans
  Nick Burch dbaf5aba32 Add disabled, failing unit test for bug #49940 il y a 13 ans
  Nick Burch 326486c891 Various XWPF picture tweaks and more unit tests il y a 13 ans
  Nick Burch f52e5b1fd5 Fix up imports to remove un-used ones il y a 13 ans
  Nick Burch 6b1a10ac97 Correct XWPFRun detection of bold/italic in a paragraph with multiple runs of different styles il y a 13 ans
  Nick Burch 3d0143a196 Link XWPFPicture to XWPFRun, so that embedded pictures can be access from where they live in the text stream il y a 13 ans
  Nick Burch fa56cf7435 XWPF paragraph improvements - Make XWPFParagraph make more use of XWPFRun, and less on internal StringBuffers. Also improve handling of Hyperlinks inside XWPFParagraph objects through XWPFHyperlinkRun il y a 13 ans
  Nick Burch db4de8a4f3 Add a getBodyElements() method to XWPF IBody, to make access to embedded paragraphs and tables easier, and a few tidy-ups il y a 13 ans
  Yegor Kozlov 45f1391ee7 fixed evaluation of shared formulas in XSSF, see Bugzilla 49872 il y a 14 ans
  Yegor Kozlov 0a97b41c1d avoid corruption of XSSFWorkbook after removing all merged cells from sheet, see Bugzilla 49895 il y a 14 ans
  Nick Burch 8d475c729d Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file extension il y a 14 ans
  Yegor Kozlov 409b9af380 improved API for hiding sheets, see Bugzilla 49878 il y a 14 ans
  Yegor Kozlov e99294ebc5 fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator il y a 14 ans
  Yegor Kozlov 5fc4b570ca ensure that CTNumPr is included in poi-ooxml-schemas.jar (Bugzilla 49833) il y a 14 ans
  Yegor Kozlov 66f0404514 added ZipFileAssert, this file was in the original OpenXML4J package but wasn't included in POI-3.5 il y a 14 ans
  Yegor Kozlov d959321d72 fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!), see Bugzilla 49783 il y a 14 ans
  Yegor Kozlov faa64fa1f4 support for protecting a XSSF workbook, see Bugzilla #48900 il y a 14 ans
  Yegor Kozlov fc6fe5f375 initial support for excel auto-filters il y a 14 ans
  Yegor Kozlov 0427fc7a0f close OPC package before assertion, otherwise the test fails on Win7 (unix-based systems always pass) il y a 14 ans
  Nick Burch 8261bb3e8a Support nested outlook files in ExtractorFactory il y a 14 ans
  Nick Burch ddbddfafa4 Improve handling and warnings when closing OPCPackage objects il y a 14 ans
  Nick Burch cc8c15ca6c Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right styles list il y a 14 ans
  Nick Burch 620eb21796 Commit unit test change too il y a 14 ans
  Yegor Kozlov 8ddb1b6dbd Support for escaped unicode characters in Shared String Table, see bug #49653 il y a 14 ans
  Yegor Kozlov c9f9d48ff8 insert the content of fldSimple fields into the XWPFWordTextExtractor output, see bug #49455 il y a 14 ans
  Yegor Kozlov 3726ef1074 do case-insensitive comparison when detecting Content_Types part, tolerate backslashes in part names. see bug 49609 il y a 14 ans
  Nick Burch 1c4ce4e305 Fix deprecated warnings il y a 14 ans
  Nick Burch fd922298ef Enable Word6Extractor in ExtractorFactory il y a 14 ans
  Nick Burch f69404de8d Fix bug #49446 - Don't consider 17.16.23 field codes as properly part of the paragraph's text il y a 14 ans
  Nick Burch b75c47e1e5 More XSLF tests for the less common extensions, and initial support for .thmx (theme) files - currently just stretches to not breaking... il y a 14 ans
  Nick Burch a864b415a6 Remove spurious svn:executable flags il y a 14 ans
  Nick Burch 91f1934fcc Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further XWPF support for tables, paragraphs, including enhanced support for adding new ones il y a 14 ans
  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) il y a 14 ans
  Nick Burch 40b7db249f Add unit test to verify that bug #47490 no longer exists il y a 14 ans
  Nick Burch c1c954d14e Fix bug #49386 - avoid NPE when extracting OOXML file properties which are dates il y a 14 ans
  Yegor Kozlov 8768fde8d8 removed deprecation warnings to keep javac quiet il y a 14 ans
  Yegor Kozlov eeec6a9e9c optimized serialization of XSSFRow - avoid re-ordering of CTCell beans if they are already ordered il y a 14 ans
  Nick Burch 8bb16bee4b Fix bug #48718 - Make the creation of multiple, un-modified fonts in a row in XSSF match the old HSSF behaviour il y a 14 ans
  Nick Burch 0565100c36 Add missing test file for bug #48779 il y a 14 ans