| Commit message (Expand) | Author | Age | Files | Lines |
* | updated current version on status.xml, also some misc post-release improvemen... | Yegor Kozlov | 2009-12-07 | 1 | -1/+3 |
* | Controlled instantiation of BoolPtg (made consistent with ErrPtg) | Josh Micich | 2009-12-05 | 3 | -9/+16 |
* | Removed generic type parameter from OperandPtg because it was not worth the e... | Josh Micich | 2009-12-04 | 8 | -16/+14 |
* | fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzil... | Yegor Kozlov | 2009-12-04 | 3 | -5/+24 |
* | Made POI follow the rules for encoding unary +/- operators more closely. | Josh Micich | 2009-12-04 | 2 | -3/+69 |
* | Refactoring/simplification of TestFormulaParser | Josh Micich | 2009-12-04 | 1 | -201/+93 |
* | More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C... | Josh Micich | 2009-12-03 | 3 | -15/+123 |
* | Converted line endings from CRLF to LF in Internal.java | Josh Micich | 2009-12-03 | 1 | -37/+38 |
* | added an annotation '@Internal' to mark program elements intended for POI int... | Yegor Kozlov | 2009-12-03 | 31 | -5/+128 |
* | added a test covering bookmarks | Yegor Kozlov | 2009-12-03 | 1 | -14/+12 |
* | Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved field | Josh Micich | 2009-12-02 | 3 | -131/+103 |
* | Added junits for existing functionality of ColumnInfoRecord | Josh Micich | 2009-12-02 | 2 | -0/+65 |
* | fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 | Yegor Kozlov | 2009-12-02 | 7 | -159/+561 |
* | Made ScalarConstantPtg public and MissingArgEval.instance final | Josh Micich | 2009-12-01 | 2 | -3/+5 |
* | memory usage optimization in XSSF - avoid creating parentless xml beans | Yegor Kozlov | 2009-11-30 | 8 | -74/+260 |
* | Made BlankEval instance consistent with other Eval singletons. | Josh Micich | 2009-11-28 | 27 | -71/+73 |
* | Added constants for IF() and CHOOSE() function indexes | Josh Micich | 2009-11-27 | 2 | -3/+10 |
* | Patch 48284 - raise visibility of FormulaParseException | Josh Micich | 2009-11-27 | 12 | -216/+158 |
* | minor changes - initial work on bugzilla 48292 (support for array formulas) | Josh Micich | 2009-11-27 | 5 | -764/+778 |
* | small tweak to fix compiler error after r884918 (differences in @Override rul... | Josh Micich | 2009-11-27 | 2 | -6/+3 |
* | improved work with cell comments in XSSF, also added support for cell comment... | Yegor Kozlov | 2009-11-27 | 22 | -645/+1272 |
* | Moved handling of MissingArgEval into IF() or CHOOSE() for non-optimised (eag... | Josh Micich | 2009-11-26 | 3 | -6/+26 |
* | Added test to confirm proper handling of MissingArgEval when returned from IF... | Josh Micich | 2009-11-26 | 1 | -0/+43 |
* | Add support for creating SummaryInformation and DocumentSummaryInformation pr... | Nick Burch | 2009-11-25 | 3 | -0/+86 |
* | Fix bug #48180 - short chart records skipping some unused fields | Nick Burch | 2009-11-25 | 4 | -8/+33 |
* | Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious... | Nick Burch | 2009-11-25 | 3 | -6/+84 |
* | Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula ... | Nick Burch | 2009-11-25 | 3 | -1/+16 |
* | more cleanup of build.xml, improved release procedure, added a script to crea... | Yegor Kozlov | 2009-11-24 | 1 | -41/+4 |
* | Removed Ptg[] parameter from method IEvaluationListener.onStartEvaluate() | Josh Micich | 2009-11-23 | 6 | -53/+51 |
* | updated remaining evaluator functions to implement fixed args interfaces | Josh Micich | 2009-11-23 | 26 | -699/+587 |
* | small tweaks to junit code - enabled one test case for AVERAGE() and improved... | Josh Micich | 2009-11-22 | 2 | -6/+9 |
* | added fixed arg function interfaces, converted some functions | Josh Micich | 2009-11-22 | 37 | -270/+524 |
* | refactored functions taking optionally 2 or 3 parameters | Josh Micich | 2009-11-22 | 9 | -147/+223 |
* | minor fix to T() function, junit added | Josh Micich | 2009-11-22 | 2 | -2/+29 |
* | Fixed small bug in SUMIF() added junits. Also added test cases for DAYS360, ... | Josh Micich | 2009-11-22 | 5 | -8/+270 |
* | fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidth | Yegor Kozlov | 2009-11-21 | 3 | -2/+3 |
* | included poi-ooxml-schemas and poi-examples in the release cycle, also misc i... | Yegor Kozlov | 2009-11-21 | 18 | -9/+8 |
* | moved lazy ref creation methods to OperationEvaluationContext | Josh Micich | 2009-11-20 | 5 | -57/+57 |
* | Many documentation changes. See https://issues.apache.org/bugzilla/show_bug.c... | Dave Fisher | 2009-11-19 | 18 | -560/+897 |
* | changed short to int in Function.evaluate() method signature | Josh Micich | 2009-11-18 | 57 | -74/+74 |
* | added method format2DRefAsString() to interface ExternSheetReferenceToken to ... | Josh Micich | 2009-11-18 | 3 | -4/+12 |
* | fixed XLSX2CSV to avoid exception when processing cells with multiple "t" ele... | Yegor Kozlov | 2009-11-16 | 2 | -4/+51 |
* | removed log4j calls from ooxml tests, also fixed misc bugs discovered when im... | Yegor Kozlov | 2009-11-16 | 12 | -115/+128 |
* | org.apache.poi.util.OOXMLLite - an utility to build a 'lite' version of the o... | Yegor Kozlov | 2009-11-16 | 1 | -0/+200 |
* | Removed OperationEval and rearranged function/operator evaluation. | Josh Micich | 2009-11-16 | 6 | -123/+60 |
* | Updated diagnostic code in HSSFEvaluationWorkbook - regarding changed status ... | Josh Micich | 2009-11-15 | 1 | -1/+8 |
* | Clean-up of copy/clone methods in Ptg hierarchy | Josh Micich | 2009-11-15 | 12 | -95/+50 |
* | made ArrayPtg immutable | Josh Micich | 2009-11-15 | 3 | -89/+132 |
* | fixed bug in LittleEndianByteArrayInputStream.readFully() | Josh Micich | 2009-11-15 | 2 | -7/+33 |
* | Made AbstractFunctionPtg immutable, other minor improvements | Josh Micich | 2009-11-14 | 10 | -132/+104 |