301 Commits (b1c8c267087629e499ac6042203364adf765f1fd)

Author SHA1 Message Date
  Maxim Valyanskiy b1c8c26708 XSLF: text extraction from tables 14 years ago
  Nick Burch f37c8f303a Add embeded (attachment) support to the outlook text extractor 14 years ago
  Nick Burch 07551a0925 Rename the outlook extractor to be more consistent with other extractors 14 years ago
  Nick Burch f7ccc5d5f5 Wire up the new HSMFTextExtactor to the ExtractorFactory 14 years ago
  Nick Burch 698c9b1279 Add in a few bits of Generics to avoid warnings 14 years ago
  Yegor Kozlov 58fd770335 improved usermodel to prevent data corruption when setting array formulas, mimic Excel behaviour and block changing cells included in multi-cell arrays 14 years ago
  Josh Micich e9d0f5aeb6 Added CellRange return type for Sheet array formula methods. Renamed new test classes to make it clear that array formula evaluation is not being tested yet. Added extra test cases. 14 years ago
  Yegor Kozlov 821b4291b2 added HSSF usermodel tests for array formulas, added support for array formulas in ss interfaces 14 years ago
  Yegor Kozlov 44e504bfe6 added tests for XSSF usermodel for array formulas, this change is a step towards adoption of the patch submitted in Bugzilla 48292 14 years ago
  Yegor Kozlov 28c5b0fd2b improved javadoc on Picture.resize() 14 years ago
  Yegor Kozlov 5d9a1169cd fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzilla 48332 14 years ago
  Josh Micich ce310ec11a More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to CELL_TYPE_STRING. Similar to issues fixed with bugzilla 46479. 14 years ago
  Yegor Kozlov 787da03838 added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal 14 years ago
  Yegor Kozlov 12a00cc2f3 memory usage optimization in XSSF - avoid creating parentless xml beans 14 years ago
  Josh Micich 43b3e52344 Patch 48284 - raise visibility of FormulaParseException 14 years ago
  Josh Micich 00173d79a1 minor changes - initial work on bugzilla 48292 (support for array formulas) 14 years ago
  Josh Micich 1c34c30813 small tweak to fix compiler error after r884918 (differences in @Override rules from java 5 to 6) 14 years ago
  Yegor Kozlov 21d7a81d3c improved work with cell comments in XSSF, also added support for cell comments to SS interfaces 14 years ago
  Nick Burch ab15ad1b66 Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula cells 14 years ago
  Yegor Kozlov 1490ef1c8a fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidth 14 years ago
  Yegor Kozlov 437182aa72 included poi-ooxml-schemas and poi-examples in the release cycle, also misc improvements in build.xml: merged scratchpad and main examples, improved cross-module classpath dependencies, removed obsolete targets 14 years ago
  Yegor Kozlov ce79a4f121 removed log4j calls from ooxml tests, also fixed misc bugs discovered when imlementing OOXMLLite 14 years ago
  Yegor Kozlov c5434e0a1b org.apache.poi.util.OOXMLLite - an utility to build a 'lite' version of the ooxml-schemas.jar 14 years ago
  Yegor Kozlov 1aeb476ce7 release system resources when calling javax.imageio.ImageIO in Picture.resize() 14 years ago
  Yegor Kozlov 70e9580226 avoid NPE when calling methods from the superclass and initialize XSSFChartSheet with a blank sheet, see Bugzilla 48087 14 years ago
  Nick Burch 926f35d047 Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 14 years ago
  Ugo Cei f3e6137e01 [47942] added implementation of protection features to XLSX and DOCX files. Patch submitted by Roberto Albertini. 14 years ago
  Yegor Kozlov 8e2028896e preserve leading and trailing white spaces in XSSFRichTextString, see Bugzilla 48070 14 years ago
  Josh Micich 9743058a89 simplified code copied from xalan (in r829781) to bare minimum required by XSSFImportFromXML 14 years ago
  Ugo Cei f17135cfe1 Added classes from Xalan to make XSSFImportFromXML compile even without Xalan as a dependency. 14 years ago
  Ugo Cei 9a51ddc536 Removed @author tag. 14 years ago
  Ugo Cei 5cc3e67e30 Removed uses of internal JDK classes. 14 years ago
  Nick Burch a53bf58238 From bug #47999 - avoid un-needed call to the JVM Garbage Collector when working on OOXML OPC Packages 14 years ago
  Josh Micich a6331f9ec9 reverted Digital Signature stuff (r824836, r824963 r825294) in attempt to get gump build working 14 years ago
  Josh Micich bef0cdf35c removed new dependency on joda 14 years ago
  Josh Micich c9d36b0b44 Fixes for compiler errors and junit failures introduced by r824836 14 years ago
  Ugo Cei 5378df317e Added implementation of Digital Signature support using code initially developed for the eId Applet project <http://code.google.com/p/eid-applet/> and re-released under Apache License. 14 years ago
  Josh Micich 78e643fe21 Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
  Yegor Kozlov 8f4139a9a6 reduced the number of compiler warnings generated by JDK 1.6.13 with -Xlint 14 years ago
  Yegor Kozlov 5d3d269faf fixed ColumnHelper to correctly handle columns included in a column span 14 years ago
  Yegor Kozlov f35f76926c improved API for OOXML custom properties 14 years ago
  Paolo Mottadelli 5eeaeff153 Table of Contents first implementation 14 years ago
  Yegor Kozlov 4669ec9f5d fixed XSSFCell.getStringCellValue() to properly handle cached formula results 14 years ago
  Josh Micich 30dcd66257 Improvements to patch 47809 (support for UDFs) 14 years ago
  Josh Micich a82e264754 Reverted initial application of patches 47848(r815935) and 47849(r815942). Some details need clarification. 14 years ago
  Yegor Kozlov d00286e166 Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848 14 years ago
  Yegor Kozlov 759683dcc0 improved work with user-defined functions, see Bugzilla 47809 14 years ago
  Yegor Kozlov a90c8202db fixed XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel 2008, see Bugzilla 47581 15 years ago
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 15 years ago
  Yegor Kozlov 00b59a229a improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 15 years ago