]> source.dussan.org Git - poi.git/shortlog
poi.git
2009-12-22 Josh MicichRenamed model.Sheet to InternalSheet to alleviate name...
2009-12-22 Josh MicichRenamed model.Workbook to InternalWorkbook to alleviate...
2009-12-22 Josh Micichput field initialisation in Workbook constructor
2009-12-22 Josh MicichRemoved unused Model, ModelFactory. ModelFactoryListene...
2009-12-21 Josh Micichrenamed function implementations to avoid potential...
2009-12-21 Yegor Kozlovfixed InterfaceEndRecord to tolerate unexpected record...
2009-12-21 Yegor Kozlovundo code mistakenly submitted in r892839
2009-12-21 Yegor Kozlovimproved javadoc on Picture.resize()
2009-12-19 Yegor Kozlovanother test for Bugzilla 48026
2009-12-19 Yegor Kozlovfixed PageSettingsBlock to allow multiple HeaderFooterR...
2009-12-19 Yegor Kozlovadded --noheader option to BiffViewer to suppress outpu...
2009-12-19 Yegor Kozlovfixed CellRangeUtil.mergeCellRanges to work for adjacen...
2009-12-19 Yegor Kozlovfixed possible NPE in LbsDataSubRecord.toString()
2009-12-19 Yegor Kozlovchanged retention policy in @Internal to RUNTIME, also...
2009-12-17 Josh Micichremoved obsolete work-around code from test case
2009-12-17 Josh MicichFixed INDEX function to return reference results properly.
2009-12-17 Josh MicichMinor improvements to error reporting in TestIndexFunct...
2009-12-16 Josh Micichfixed special cases of dereferenceResult method
2009-12-16 Josh Micichchanged short param to int in AreaEval.containsColumn...
2009-12-15 Yegor Kozlovfixed ExternalNameRecord to properly distinguish DDE...
2009-12-15 Yegor Kozlovpreserve POIFS StorageClsid when re-writing existing...
2009-12-15 Yegor Kozlovupdated the Downloads page to reflect the latest releas...
2009-12-15 Yegor Kozlovadded a template of RELEASE-NOTES
2009-12-13 Dave FisherAdded missing license headers to 5 files. Removed dist...
2009-12-13 Dave FisherDocumentation changes for poi-ooxml-schemas
2009-12-09 Josh Micichmodified MultiOperandNumericFunction to use TwoDEval
2009-12-09 Josh MicichCreated new TwoDEval interface for AreaEvals (in prepar...
2009-12-09 Josh MicichRemoved unused imports under src/java and src/testcases...
2009-12-08 Josh MicichRenamed AreaEval method from getValueAt() to getAbsolut...
2009-12-08 Josh MicichSome more clean up of array formula support in preparat...
2009-12-08 Josh MicichRefactored some code in OFFSET implementation. Added...
2009-12-08 Josh MicichBugzilla 48343 - added implementation of SUBTOTAL funct...
2009-12-07 Yegor Kozlovupdated current version on status.xml, also some misc...
2009-12-07 Yegor Kozlovset version.id to 3.7-SNAPSHOT
2009-12-05 Josh MicichControlled instantiation of BoolPtg (made consistent...
2009-12-04 Josh MicichRemoved generic type parameter from OperandPtg because...
2009-12-04 Yegor Kozlovfixed XSSFSheet autoSizeColumn() to tolerate empty...
2009-12-04 Josh MicichMade POI follow the rules for encoding unary +/- operat...
2009-12-04 Josh MicichRefactoring/simplification of TestFormulaParser
2009-12-03 Josh MicichMore fixes for Cell.setCellType() when converting from...
2009-12-03 Josh MicichConverted line endings from CRLF to LF in Internal...
2009-12-03 Yegor Kozlovadded an annotation '@Internal' to mark program element...
2009-12-03 Yegor Kozlovadded a test covering bookmarks
2009-12-02 Josh MicichBugzilla 48332 - fixed ColumnInfoRecord to tolerate...
2009-12-02 Josh MicichAdded junits for existing functionality of ColumnInfoRecord
2009-12-02 Yegor Kozlovfixed RecordFormatException when reading LbsDataSubReco...
2009-12-01 Nick BurchMark my old, small, GPG key as expiring at the end...
2009-12-01 Josh MicichMade ScalarConstantPtg public and MissingArgEval.instan...
2009-11-30 Nick BurchAdd some more signatures to my new key following the...
2009-11-30 Yegor Kozlovmemory usage optimization in XSSF - avoid creating...
2009-11-28 Josh MicichMade BlankEval instance consistent with other Eval...
2009-11-27 Josh MicichAdded constants for IF() and CHOOSE() function indexes
2009-11-27 Josh MicichPatch 48284 - raise visibility of FormulaParseException
2009-11-27 Josh Micichminor changes - initial work on bugzilla 48292 (support...
2009-11-27 Josh Micichsmall tweak to fix compiler error after r884918 (differ...
2009-11-27 Yegor Kozlovimproved work with cell comments in XSSF, also added...
2009-11-26 Josh MicichMoved handling of MissingArgEval into IF() or CHOOSE...
2009-11-26 Josh MicichAdded test to confirm proper handling of MissingArgEval...
2009-11-25 Nick BurchAdd support for creating SummaryInformation and Documen...
2009-11-25 Nick BurchFix bug #48180 - short chart records skipping some...
2009-11-25 Nick BurchPatch from Jeremy Michelson (with slight tweaks) -...
2009-11-25 Nick BurchFix from Petr for bug #24601 - fix fetching of error...
2009-11-24 Yegor Kozlovpoi-ooxml-schemas depends on geronimo-stax-api
2009-11-24 Yegor Kozlovmore cleanup of build.xml, improved release procedure...
2009-11-23 Yegor Kozlovmore improvements in build.xml: moved ooxml-lite target...
2009-11-23 Josh MicichRemoved Ptg[] parameter from method IEvaluationListener...
2009-11-23 Josh Micichupdated remaining evaluator functions to implement...
2009-11-22 Josh Micichsmall tweaks to junit code - enabled one test case...
2009-11-22 Josh Micichadded fixed arg function interfaces, converted some...
2009-11-22 Josh Micichrefactored functions taking optionally 2 or 3 parameters
2009-11-22 Josh Micichminor fix to T() function, junit added
2009-11-22 Josh MicichFixed small bug in SUMIF() added junits. Also added...
2009-11-22 Josh MicichRe-added jsr173 jar to ooxml ant tasks (jsr173 is not...
2009-11-21 Yegor Kozlovfixed javadoc for HSSFSheet.setColumnWidth and XSSFShe...
2009-11-21 Yegor Kozlovincluded poi-ooxml-schemas and poi-examples in the...
2009-11-20 Dave FisherAdjusted the project doap file to include 3.5 release...
2009-11-20 Josh Micichmoved lazy ref creation methods to OperationEvaluationC...
2009-11-19 Dave FisherMany documentation changes. See https://issues.apache...
2009-11-18 Josh Micichchanged short to int in Function.evaluate() method...
2009-11-18 Josh Micichadded method format2DRefAsString() to interface ExternS...
2009-11-16 Yegor Kozlovfixed XLSX2CSV to avoid exception when processing cells...
2009-11-16 Yegor Kozlovremoved log4j calls from ooxml tests, also fixed misc...
2009-11-16 Yegor Kozlovorg.apache.poi.util.OOXMLLite - an utility to build...
2009-11-16 Josh MicichRemoved OperationEval and rearranged function/operator...
2009-11-15 Josh MicichUpdated diagnostic code in HSSFEvaluationWorkbook ...
2009-11-15 Josh MicichClean-up of copy/clone methods in Ptg hierarchy
2009-11-15 Josh Micichmade ArrayPtg immutable
2009-11-15 Josh Micichfixed bug in LittleEndianByteArrayInputStream.readFully()
2009-11-14 Josh MicichMade AbstractFunctionPtg immutable, other minor improve...
2009-11-13 Josh MicichBugzilla 48195 - short-circuit evaluation of IF() and...
2009-11-13 Josh MicichCleaned up AttrPtg - made immutable, fixed property...
2009-11-13 Yegor Kozlovrenamed HSSFSheet.setArabic to HSSFSheet.setRightToLeft
2009-11-12 Yegor Kozlovsupport for text extraction from PPT master slides...
2009-11-12 Nick BurchMake a start on feature related records. Not finished...
2009-11-06 Yegor Kozlovcleanup of build.xml
2009-11-06 Yegor Kozlovadded a method to set arabic mode in HSSFSheet, see...
2009-11-06 Yegor Kozlovrelease system resources when calling javax.imageio...
2009-11-06 Dave Fisherdocumentation changes - css adjust
2009-11-06 Dave Fishermore documentation changes
2009-11-06 Dave Fisherdocumentation changes
next