2009-12-25 |
Yegor Kozlov | added HSSF usermodel tests for array formulas, added... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Yegor Kozlov | fixed incorrect initialization of --noheader option... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Yegor Kozlov | removed mistakenly submitted test |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Yegor Kozlov | added tests for XSSF usermodel for array formulas,... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Josh Micich | Added arg check to NumericFunction.singleOperandEvaluate(). |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Josh Micich | Simplified InterfaceHdrRecord and InterfaceEndRecord... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Josh Micich | replaced commented code with 'if (false)' block |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Yegor Kozlov | improved performance of DateUtil.isCellDateFormatted... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Josh Micich | Added getRow() and getColumn() functions to TwoDEval... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Josh Micich | Fixed SharedValueManager to create separate empty insta... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Josh Micich | Renamed model.Sheet to InternalSheet to alleviate name... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Josh Micich | Renamed model.Workbook to InternalWorkbook to alleviate... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Josh Micich | put field initialisation in Workbook constructor |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Josh Micich | Removed unused Model, ModelFactory. ModelFactoryListene... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Josh Micich | renamed function implementations to avoid potential... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Yegor Kozlov | fixed InterfaceEndRecord to tolerate unexpected record... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Yegor Kozlov | undo code mistakenly submitted in r892839 |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Yegor Kozlov | improved javadoc on Picture.resize() |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Yegor Kozlov | another test for Bugzilla 48026 |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Yegor Kozlov | fixed PageSettingsBlock to allow multiple HeaderFooterR... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Yegor Kozlov | added --noheader option to BiffViewer to suppress outpu... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Yegor Kozlov | fixed CellRangeUtil.mergeCellRanges to work for adjacen... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Yegor Kozlov | fixed possible NPE in LbsDataSubRecord.toString() |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Yegor Kozlov | changed retention policy in @Internal to RUNTIME, also... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Josh Micich | removed obsolete work-around code from test case |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Josh Micich | Fixed INDEX function to return reference results properly. |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Josh Micich | Minor improvements to error reporting in TestIndexFunct... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Josh Micich | fixed special cases of dereferenceResult method |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Josh Micich | changed short param to int in AreaEval.containsColumn... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Yegor Kozlov | fixed ExternalNameRecord to properly distinguish DDE... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Yegor Kozlov | preserve POIFS StorageClsid when re-writing existing... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Yegor Kozlov | updated the Downloads page to reflect the latest releas... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Yegor Kozlov | added a template of RELEASE-NOTES |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Dave Fisher | Added missing license headers to 5 files. Removed dist... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Dave Fisher | Documentation changes for poi-ooxml-schemas |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Josh Micich | modified MultiOperandNumericFunction to use TwoDEval |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Josh Micich | Created new TwoDEval interface for AreaEvals (in prepar... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Josh Micich | Removed unused imports under src/java and src/testcases... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Josh Micich | Renamed AreaEval method from getValueAt() to getAbsolut... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Josh Micich | Some more clean up of array formula support in preparat... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Josh Micich | Refactored some code in OFFSET implementation. Added... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Josh Micich | Bugzilla 48343 - added implementation of SUBTOTAL funct... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Yegor Kozlov | updated current version on status.xml, also some misc... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Yegor Kozlov | set version.id to 3.7-SNAPSHOT |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Josh Micich | Controlled instantiation of BoolPtg (made consistent... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Josh Micich | Removed generic type parameter from OperandPtg because... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Yegor Kozlov | fixed XSSFSheet autoSizeColumn() to tolerate empty... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Josh Micich | Made POI follow the rules for encoding unary +/- operat... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Josh Micich | Refactoring/simplification of TestFormulaParser |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Josh Micich | More fixes for Cell.setCellType() when converting from... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Josh Micich | Converted line endings from CRLF to LF in Internal... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Yegor Kozlov | added an annotation '@Internal' to mark program element... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Yegor Kozlov | added a test covering bookmarks |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Josh Micich | Bugzilla 48332 - fixed ColumnInfoRecord to tolerate... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Josh Micich | Added junits for existing functionality of ColumnInfoRecord |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Yegor Kozlov | fixed RecordFormatException when reading LbsDataSubReco... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Nick Burch | Mark my old, small, GPG key as expiring at the end... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Josh Micich | Made ScalarConstantPtg public and MissingArgEval.instan... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Nick Burch | Add some more signatures to my new key following the... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Yegor Kozlov | memory usage optimization in XSSF - avoid creating... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Josh Micich | Made BlankEval instance consistent with other Eval... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Josh Micich | Added constants for IF() and CHOOSE() function indexes |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Josh Micich | Patch 48284 - raise visibility of FormulaParseException |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Josh Micich | minor changes - initial work on bugzilla 48292 (support... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Josh Micich | small tweak to fix compiler error after r884918 (differ... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Yegor Kozlov | improved work with cell comments in XSSF, also added... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Josh Micich | Moved handling of MissingArgEval into IF() or CHOOSE... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Josh Micich | Added test to confirm proper handling of MissingArgEval... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Nick Burch | Add support for creating SummaryInformation and Documen... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Nick Burch | Fix bug #48180 - short chart records skipping some... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Nick Burch | Patch from Jeremy Michelson (with slight tweaks) -... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Nick Burch | Fix from Petr for bug #24601 - fix fetching of error... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Yegor Kozlov | poi-ooxml-schemas depends on geronimo-stax-api |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Yegor Kozlov | more cleanup of build.xml, improved release procedure... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Yegor Kozlov | more improvements in build.xml: moved ooxml-lite target... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Josh Micich | Removed Ptg[] parameter from method IEvaluationListener... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Josh Micich | updated remaining evaluator functions to implement... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Josh Micich | small tweaks to junit code - enabled one test case... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Josh Micich | added fixed arg function interfaces, converted some... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Josh Micich | refactored functions taking optionally 2 or 3 parameters |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Josh Micich | minor fix to T() function, junit added |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Josh Micich | Fixed small bug in SUMIF() added junits. Also added... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Josh Micich | Re-added jsr173 jar to ooxml ant tasks (jsr173 is not... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Yegor Kozlov | fixed javadoc for HSSFSheet.setColumnWidth and XSSFShe... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Yegor Kozlov | included poi-ooxml-schemas and poi-examples in the... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Dave Fisher | Adjusted the project doap file to include 3.5 release... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Josh Micich | moved lazy ref creation methods to OperationEvaluationC... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Dave Fisher | Many documentation changes. See https://issues.apache... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Josh Micich | changed short to int in Function.evaluate() method... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Josh Micich | added method format2DRefAsString() to interface ExternS... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Yegor Kozlov | fixed XLSX2CSV to avoid exception when processing cells... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Yegor Kozlov | removed log4j calls from ooxml tests, also fixed misc... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Yegor Kozlov | org.apache.poi.util.OOXMLLite - an utility to build... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Josh Micich | Removed OperationEval and rearranged function/operator... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Josh Micich | Updated diagnostic code in HSSFEvaluationWorkbook ... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Josh Micich | Clean-up of copy/clone methods in Ptg hierarchy |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Josh Micich | made ArrayPtg immutable |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Josh Micich | fixed bug in LittleEndianByteArrayInputStream.readFully() |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Josh Micich | Made AbstractFunctionPtg immutable, other minor improve... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Josh Micich | Bugzilla 48195 - short-circuit evaluation of IF() and... |
commit | commitdiff | tree | snapshot |
next |