410 Commits (excelant)

Author SHA1 Message Date
  Nick Burch 81620ddd18 Fix bug #50539 - Better fix for html-style br tags (invalid XML) inside XSSF documents 13 years ago
  Nick Burch 4c8a39924b Inside ExtractorFactory, support finding embedded OOXML documents and providing extractors for them 13 years ago
  Nick Burch 143cab518a Fix bug #50440 - Support evaluating formulas with newlines in them, which XSSF may have (but HSSF may not) 13 years ago
  Nick Burch 5ff8131955 Added XSSF EventModel support for inline strings. Adds unit test for this for the event model extractor, and another for the usermodel extractor which already supported it 13 years ago
  Yegor Kozlov 18a1054792 Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 13 years ago
  Yegor Kozlov db89d09ca3 improved work with UDFs and Analysis Toolpack functions, ATP functions are enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported 13 years ago
  Yegor Kozlov fcdcfb155b moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
  Nick Burch 1a8b1fbf8c Stub out a bit more for XSSF event processing of shared formulas, and only warn about them if the formula is a shared-child + the user actually wants the values 13 years ago
  Nick Burch 550faf0467 Allow access from XSSFReader to sheet comments and headers/footers (related to bug #50076) 13 years ago
  Yegor Kozlov af69c81199 moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
  Nick Burch 4c253baee3 Some refactoring of XSSFEventBasedExcelExtractor, to make it easier for you to have control over outputting the cell contents, inspired by bug #50076 13 years ago
  Yegor Kozlov ba3f0ceaed avoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont, see Bugzilla 50258 13 years ago
  Yegor Kozlov 5f11a63d37 allow white spaces and unicode in OPC relationship targets, see Bugzilla 50154 13 years ago
  Maxim Valyanskiy b621f02de0 dispose xml cursor when iteration over it is done (more) 13 years ago
  Maxim Valyanskiy 10fb74db8a XWPF: dispose xml cursor when iteration over it is done 13 years ago
  Yegor Kozlov 6591e4d3e7 clear calculation chain when deleting row or chaing cell type to blank, see Bugs 50113 and 49966 13 years ago
  Yegor Kozlov 8e4d2bbba3 Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096 13 years ago
  Yegor Kozlov 3aef93a73b use cached formula result when autosizing sheet columns, see Bugzilla 50211 13 years ago
  Maxim Valyanskiy 48ef63e2c5 Ensure that XWPFParagraph.getDocument() is not null 13 years ago
  Yegor Kozlov 1f49e93b24 don't depend on constants from javax.xml.XMLConstants from JRE, stay compatible with geronimo-stax 13 years ago
  Nick Burch 877982ea92 Fix bug #50119 - avoid NPE when XSSFReader comes across chart sheets 13 years ago
  Nick Burch 7e1d07ec00 br is a line break, similar to cr 13 years ago
  Yegor Kozlov 6f62a4397d suppress deprecation warnings in poi-ooxml 13 years ago
  Yegor Kozlov 3eea555e41 revert usages of getXYZList() back to getXYZArray() in XSSF, also misc performance optimizations 13 years ago
  Yegor Kozlov 6ac11ae86c allow overridden built-in formats in XSSFCellStyle, see Bugzilla 49928 13 years ago
  Yegor Kozlov 6abbe13c0d cleaned javadoc warnings 13 years ago
  Nick Burch 7d7bdeb2af Add a temporary workaround for bug #49934, while we wait for a proper xmlbeans fix 13 years ago
  Nick Burch 8d0eb2afe9 Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop holding formulas 13 years ago
  Nick Burch af0085fd32 Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook based on a style from a different one 13 years ago
  Nick Burch 97c27ca476 Fix bug #49765 - Fix XWPFDocument.addPicture so that it correctly sets up relationships 13 years ago
  Nick Burch 0aa3daebee Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when applying fonts to parts of the string 13 years ago
  Nick Burch 326486c891 Various XWPF picture tweaks and more unit tests 13 years ago
  Nick Burch f52e5b1fd5 Fix up imports to remove un-used ones 13 years ago
  Nick Burch 6b1a10ac97 Correct XWPFRun detection of bold/italic in a paragraph with multiple runs of different styles 13 years ago
  Nick Burch 3d0143a196 Link XWPFPicture to XWPFRun, so that embedded pictures can be access from where they live in the text stream 13 years ago
  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 13 years ago
  Nick Burch db4de8a4f3 Add a getBodyElements() method to XWPF IBody, to make access to embedded paragraphs and tables easier, and a few tidy-ups 13 years ago
  Nick Burch 0a3ac7d1e3 More XSLFRelation entries for common .pptx file parts 14 years ago
  Yegor Kozlov 45f1391ee7 fixed evaluation of shared formulas in XSSF, see Bugzilla 49872 14 years ago
  Yegor Kozlov 0a97b41c1d avoid corruption of XSSFWorkbook after removing all merged cells from sheet, see Bugzilla 49895 14 years ago
  Yegor Kozlov eac4e0b485 fixed inconsistent behaviour between HSSF and XSSF when creating consecutive names, see Bugzilla 49907 14 years ago
  Nick Burch 4ef42e3bbc Remove 1.6isms which prevent compilation on Java 1.5 14 years ago
  Nick Burch 8d475c729d Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file extension 14 years ago
  Yegor Kozlov 6d0d44d0aa allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on the first 31 chars 14 years ago
  Yegor Kozlov 409b9af380 improved API for hiding sheets, see Bugzilla 49878 14 years ago
  Yegor Kozlov 7bc987afea fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or ends with a single quote ('), see Bugzilla 49875 14 years ago
  Yegor Kozlov e99294ebc5 fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator 14 years ago
  Yegor Kozlov 6f9470cc89 change cell type to error when setting Double.NaN or Infinities, see Bugzilla 49761 14 years ago
  Yegor Kozlov faa64fa1f4 support for protecting a XSSF workbook, see Bugzilla #48900 14 years ago
  Nick Burch d974a5fe7c Remove svn:executable property from a series of files that didn't need it set 14 years ago