3466 Commits (46441487c7c454a68888c00053d6e3a86b75dfb1)
 

Author SHA1 Message Date
  Josh Micich a080338801 Converted ConcatEval to singleton 15 years ago
  Paolo Mottadelli 60836558ad POIXMLproperties: created, creator, modified, lastprinted, identifier, revision + test 15 years ago
  Paolo Mottadelli 8c3825be73 POIXMLproperties: core properties improvement + test 15 years ago
  Yegor Kozlov 5aba781802 Fix for saving custom and extended OOXML properties 15 years ago
  Yegor Kozlov e555c088ce updated docs on extraction of embedded objects, misc changes in HSSF 15 years ago
  Yegor Kozlov b6dc852992 fixed WordExtractor to avoid ArrayIndexOutOfBoundsException when encountering empty footnote block 15 years ago
  Yegor Kozlov 92f5bf2360 Support for extraction of endnotes from docx files 15 years ago
  Yegor Kozlov 1aafa11722 Support for extraction of footnotes from docx files, see Bugzilla 45556 15 years ago
  Yegor Kozlov d09ab59ab0 Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517 15 years ago
  Yegor Kozlov eda8d9631c fixed case-sensitive file names in unit tests for Bugzilla 47520 15 years ago
  Yegor Kozlov 090bcd474e fixed a compile error in TestMapInfo 15 years ago
  Yegor Kozlov 35906116ed support for custom XML mappings in XSSF, see Bugzilla 47520 15 years ago
  Yegor Kozlov 27832ad356 Fixed NPE when retrieving core properties from a newly created workbook, see Bugzilla 47460 15 years ago
  Yegor Kozlov 35c4438666 Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498 15 years ago
  Yegor Kozlov 3601f7f8c6 fixed XSSF and OpenXml4J to read/write relationships with targets starting with '#' (internal locations), see Bugzilla 47504 15 years ago
  Josh Micich 431be7dc97 Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOO 15 years ago
  Yegor Kozlov 6f94838436 refactored HSSFEventFactory to use RecordFactory instead of HSSFRecordStream, see Bugzilla 47448 15 years ago
  Yegor Kozlov e71804ae01 Support for getting OLE object data in PowerPointExtractor, see Bugzilla 47456 15 years ago
  Yegor Kozlov bb85e52d3d Explicitly set the 1900 date system when creating XSSF workbooks, see Bugzilla 47411 15 years ago
  Yegor Kozlov 8e1165ea7e Support fo text extraction of footnotes, endnotes and comments in HWPF, see Bugzilla 47400 15 years ago
  Yegor Kozlov 0b2d3cf693 fixed typo in SlideShow.removeSlide which prevened deletion of slide's notes, see Bugzilla 47261 15 years ago
  Josh Micich d90f75b05e Bugzilla 47415 - Fixed PageSettingsBlock to allow multiple PLS records 15 years ago
  Josh Micich 546067a80f Bugzilla 47412 - Fixed concurrency issue with EscherProperties.initProps() 15 years ago
  Yegor Kozlov f00731af16 updated date of the latest release on the index page 15 years ago
  Yegor Kozlov 1c9e88d79e Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing metafiles, see Bugzilla 47143 15 years ago
  Josh Micich 5766414a69 Added implementation for ISNA() 15 years ago
  Yegor Kozlov 4f3bb9841e fixed SimpleShape#getLineWidth to handle default line width, see Bugzilla #46392 15 years ago
  Yegor Kozlov f842839988 exposed TableCellDescriptor in HWPF TableCell, also removed unused private fields in BorderCode, see Bugzilla 47355 and 47356 15 years ago
  Yegor Kozlov f7c0cc0c42 improved HWPF to better handle unicode, patch provided by Benjamin Engele and Maxim Valyanskiy, see Bugzilla #46610 15 years ago
  Yegor Kozlov 943f159293 Fixed SlideShow#removeSlide to remove references to Notes, see Bugzilla #47261 15 years ago
  Yegor Kozlov 234735a414 fixed a regression issue where HSSFHyperlink failed to set inter-sheet and file links, see Bugzilla #47375 15 years ago
  Yegor Kozlov 84a6e0a03d fixed ordering of columns when reading a HSLF Table 15 years ago
  Josh Micich 4ff8460a2e Tweak to comments in TestExternalNameRecord (47384/786261) 15 years ago
  Josh Micich 3c74d4f9e4 Bugzilla 47384 - Fixed ExternalNameRecord to handle unicode names 15 years ago
  Yegor Kozlov a275338291 Fixed locale-sensitive unit tests to pass when running on non-US locales 15 years ago
  Yegor Kozlov 21b332dc45 added a section on Data Validation to the quick guide, the patch provided by Mark Beardsley 15 years ago
  Josh Micich 51f7b64136 Clean-up in POIFS unit tests - compacted raw data declaration 15 years ago
  Josh Micich d68de8f527 Renamed test suites 'AllTests' to something more specific 15 years ago
  Josh Micich 2f9d1466a8 Removed static void main(String[]) methods from junit classes. Other minor clean-up. 15 years ago
  Josh Micich 67e584ebca Removed trailing whitespace in RecordFactory 15 years ago
  Josh Micich 6295a0d793 Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after sheet protection 15 years ago
  Yegor Kozlov 8b372d0ced updated release date 15 years ago
  Josh Micich 0ab71d45d9 Bugzilla 9633 - added common code for setting borders of regions (patch from Avinash Kewalramani, Jan22 on POI Users) 15 years ago
  Yegor Kozlov b10d44cf52 Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with quotes, see bugzilla #47294 15 years ago
  Nick Burch 544832d272 Add a sample file which has its formula records with the wrong record type id 15 years ago
  Yegor Kozlov 2e19b54fc8 fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed HSSFCell.findCellComment to handle sheets with more than 65536 comments 15 years ago
  Josh Micich c41fdb28dc Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet.cloneSheet() 15 years ago
  Josh Micich eb46227eed Removed RCS tags from src/java javadocs 15 years ago
  Josh Micich 3310bb6c1f Removed RCS tags from xml documents. Also removed trailing whitespace 15 years ago
  Josh Micich 48d660d0ae changed CRLF to LF in src/documentation 15 years ago