542 Commits (1b354bc434ee9e3b08bc871a9109a06e16b70034)

Author SHA1 Message Date
  Yegor Kozlov 7a8bcc7b09 fixed PageSettingsBlock to allow multiple HeaderFooterRecord records, see Bugzilla 48026 14 years ago
  Yegor Kozlov 72bc91ade5 fixed ExternalNameRecord to properly distinguish DDE data from OLE data in the record body, see Bugzilla 48339 14 years ago
  Yegor Kozlov 07d15660b9 updated the Downloads page to reflect the latest release of POI-3.6 14 years ago
  Josh Micich a9929f37ee Bugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul Tomlin) 14 years ago
  Yegor Kozlov 5984c5d57c updated current version on status.xml, also some misc post-release improvements in mvn-deploy.sh and build.xml 14 years ago
  Yegor Kozlov 5d9a1169cd fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzilla 48332 14 years ago
  Josh Micich 54d27d0cc6 Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved field 14 years ago
  Yegor Kozlov b4da1cab04 fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 14 years ago
  Yegor Kozlov 12a00cc2f3 memory usage optimization in XSSF - avoid creating parentless xml beans 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 8428670c2c Add support for creating SummaryInformation and DocumentSummaryInformation properties on POIDocuments that don't have them, via POIDocument.createInformationProperties() 14 years ago
  Nick Burch 76ae29d587 Fix bug #48180 - short chart records skipping some unused fields 14 years ago
  Nick Burch 5cf512174e Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor 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 50f3168c1a fixed XLSX2CSV to avoid exception when processing cells with multiple "t" elements, see Bugzilla 47757 14 years ago
  Josh Micich 89223f9500 Bugzilla 48195 - short-circuit evaluation of IF() and CHOOSE() 14 years ago
  Yegor Kozlov a53a2ef1f8 support for text extraction from PPT master slides, see Bugzilla 48161 14 years ago
  Yegor Kozlov fbae3f9422 added a method to set arabic mode in HSSFSheet, see Bugzilla 47970 14 years ago
  Yegor Kozlov 1aeb476ce7 release system resources when calling javax.imageio.ImageIO in Picture.resize() 14 years ago
  Yegor Kozlov 00ac16d6e3 reorganized TOC, removed obsolete pages 14 years ago
  Nick Burch 4ca0b5535f Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from non zero offsets 14 years ago
  Nick Burch f1ecc30d36 When running the "compile-ooxml-xsds" ant task, also generate the source jar for the OOXML Schemas 14 years ago
  Nick Burch 509c7bcb93 Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord) 14 years ago
  Josh Micich 35c07feabe Bugzilla 48096 - relaxed validation check in RecalcIdRecord 14 years ago
  Josh Micich 0ca2252df0 Bugzilla 48085 - improved error checking in BlockAllocationTableReader to trap unreasonable field values 14 years ago
  Yegor Kozlov 55b31d213d fixed logic for matching cells and comments in HSSFCell.getCellComment() 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 46441487c7 Bugzilla 48044 - added implementation for CountBlank function (patch from Mads Mohr Christensen) 14 years ago
  Josh Micich 658c123cd2 Bugzilla 48036 - added IntersectionEval to allow evaluation of the intersection formula operator. 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
  Yegor Kozlov 31236d1bd5 added Ant target to compile scratchpad examples, added example HSMF application that converts a .msg file to text and extracts attachments, see Bugzilla 47922 14 years ago
  Yegor Kozlov 5d3d269faf fixed ColumnHelper to correctly handle columns included in a column span 14 years ago
  Yegor Kozlov 4669ec9f5d fixed XSSFCell.getStringCellValue() to properly handle cached formula results 14 years ago
  Yegor Kozlov 49d360bcd8 fixed non-ASCII symbols to keep javac quiet 14 years ago
  Josh Micich faa8b69a1e Bugzilla 47747 - fixed logic for locating shared formula records 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 513f87c213 Added possibility to get EvaluationCell from RefEval, see bugzilla 47849 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 41d2b72f49 added javadoc how to avoid Excel crash when creating too many HSSFRichTextString cells, see Bugzilla 47543 15 years ago
  Yegor Kozlov 00b59a229a improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 15 years ago
  Yegor Kozlov 4dc5210eb6 updated status.xml 15 years ago
  Yegor Kozlov 8b82a8cb46 Added method setFunction(boolean) for defined names 15 years ago
  Yegor Kozlov 0ac926cf10 Implementation of Excel Days360 and Npv functions 15 years ago
  Yegor Kozlov 8c5838262e Added an example demonstrating how to convert an XLSX workbook to CSV, see Bugzilla 47757 15 years ago
  Yegor Kozlov 27d45ad533 Fixed PPT parser to tolerate Comment2000 containers with missing comment text, see Bugzilla 44770 15 years ago