3545 Commits (b4da1cab0418200996eb2b3225bd5b18ef4cde4e)
 

Author SHA1 Message Date
  Yegor Kozlov b4da1cab04 fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 14 years ago
  Nick Burch 86d7916c2a Mark my old, small, GPG key as expiring at the end of the year (everything will use the new one from then) 14 years ago
  Josh Micich c90470be1f Made ScalarConstantPtg public and MissingArgEval.instance final 14 years ago
  Nick Burch a4895a93c8 Add some more signatures to my new key following the keysigning party, and add in Josh's key which was missing 14 years ago
  Yegor Kozlov 12a00cc2f3 memory usage optimization in XSSF - avoid creating parentless xml beans 14 years ago
  Josh Micich 410dc0236b Made BlankEval instance consistent with other Eval singletons. 14 years ago
  Josh Micich b8b1ec057e Added constants for IF() and CHOOSE() function indexes 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
  Josh Micich 43e6a9c885 Moved handling of MissingArgEval into IF() or CHOOSE() for non-optimised (eager argument evaluation) case 14 years ago
  Josh Micich 61fc4d0329 Added test to confirm proper handling of MissingArgEval when returned from IF() or CHOOSE() 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 7878ecbd1a poi-ooxml-schemas depends on geronimo-stax-api 14 years ago
  Yegor Kozlov 03443502f5 more cleanup of build.xml, improved release procedure, added a script to create .md5 and .asc 14 years ago
  Yegor Kozlov b7aa4bea9a more improvements in build.xml: moved ooxml-lite targets out of normal 'compile' and 'test', added compile-all and test-all 14 years ago
  Josh Micich 08cf98cb4e Removed Ptg[] parameter from method IEvaluationListener.onStartEvaluate() 14 years ago
  Josh Micich 7d7e5d1515 updated remaining evaluator functions to implement fixed args interfaces 14 years ago
  Josh Micich 433933ab0b small tweaks to junit code - enabled one test case for AVERAGE() and improved diagnostics in TestDate 14 years ago
  Josh Micich b095f1d02a added fixed arg function interfaces, converted some functions 14 years ago
  Josh Micich a1d0ece524 refactored functions taking optionally 2 or 3 parameters 14 years ago
  Josh Micich 8f2e06a754 minor fix to T() function, junit added 14 years ago
  Josh Micich bfd968deb3 Fixed small bug in SUMIF() added junits. Also added test cases for DAYS360, some initially disabled. 14 years ago
  Josh Micich e391cdb834 Re-added jsr173 jar to ooxml ant tasks (jsr173 is not part of java 5 - r882927 was probably tested against java 6). 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
  Dave Fisher 0b5d1a372a Adjusted the project doap file to include 3.5 release and OOXML / ECMA-376 14 years ago
  Josh Micich b8ec92ee35 moved lazy ref creation methods to OperationEvaluationContext 14 years ago
  Dave Fisher b5cdef8c2e Many documentation changes. See https://issues.apache.org/bugzilla/show_bug.cgi?id=48242 14 years ago
  Josh Micich 48368af6c9 changed short to int in Function.evaluate() method signature 14 years ago
  Josh Micich b676951ff2 added method format2DRefAsString() to interface ExternSheetReferenceToken to help with refactoring 3D ref code 14 years ago
  Yegor Kozlov 50f3168c1a fixed XLSX2CSV to avoid exception when processing cells with multiple "t" elements, see Bugzilla 47757 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
  Josh Micich cb74e3a99c Removed OperationEval and rearranged function/operator evaluation. 14 years ago
  Josh Micich d00ca49df5 Updated diagnostic code in HSSFEvaluationWorkbook - regarding changed status of IntersectionPtg 14 years ago
  Josh Micich efb9160c1a Clean-up of copy/clone methods in Ptg hierarchy 14 years ago
  Josh Micich 5fe8f2bdd9 made ArrayPtg immutable 14 years ago
  Josh Micich d26eb6a54d fixed bug in LittleEndianByteArrayInputStream.readFully() 14 years ago
  Josh Micich b31ca01a5c Made AbstractFunctionPtg immutable, other minor improvements 14 years ago
  Josh Micich 89223f9500 Bugzilla 48195 - short-circuit evaluation of IF() and CHOOSE() 14 years ago
  Josh Micich 1d112a3341 Cleaned up AttrPtg - made immutable, fixed property accessors. 14 years ago
  Yegor Kozlov 082cd1846c renamed HSSFSheet.setArabic to HSSFSheet.setRightToLeft 14 years ago
  Yegor Kozlov a53a2ef1f8 support for text extraction from PPT master slides, see Bugzilla 48161 14 years ago
  Nick Burch 6233bdeb73 Make a start on feature related records. Not finished yet, so not enabled in the recordfactory until complete+tested 14 years ago
  Yegor Kozlov 97e001c85a cleanup of build.xml 14 years ago