]> source.dussan.org Git - poi.git/shortlog
poi.git
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
2009-11-06 Yegor Kozlovreorganized TOC, removed obsolete pages
2009-11-05 Dave FisherAdd in my gpg key
2009-11-05 Josh MicichRemoved erroneous coding for Ptg 0x1a (see bugzilla...
2009-11-04 Nick BurchAdd test that shows we can already extract text from...
2009-11-04 Nick BurchAdd a sample .docm file from bug #45690
2009-11-04 Nick BurchPatch from Trejkaz - fix bug #48038 - handle reading...
2009-11-03 Yegor Kozlovavoid NPE when calling methods from the superclass...
2009-11-03 Nick BurchTweak svn:ignore to skip the ecma zip files too
2009-11-03 Nick BurchMake the ooxml schema jar filenames consistent
2009-11-03 Nick BurchWhen running the "compile-ooxml-xsds" ant task, also...
2009-11-03 Nick BurchBig import tidyup using eclipse "Organise Imports"...
2009-11-03 Nick BurchHopefully fix #45672 properly - improve handling by...
2009-11-03 Josh MicichBugzilla 48096 - relaxed validation check in RecalcIdRecord
2009-11-03 Josh MicichBugzilla 48085 - improved error checking in BlockAlloca...
2009-10-29 Yegor Kozlovfixed logic for matching cells and comments in HSSFCell...
2009-10-28 Ugo Cei[47942] added implementation of protection features...
2009-10-28 Yegor Kozlovdrop a line on Git access to POI sources
2009-10-28 Yegor Kozlovpreserve leading and trailing white spaces in XSSFRichT...
2009-10-26 Josh Micichsimplified code copied from xalan (in r829781) to bare...
2009-10-26 Josh MicichFixed compiler error in HSSFReadWrite. Fixed deprecated...
2009-10-26 Nick BurchFix constructors for new naming
2009-10-26 Ugo CeiAdded classes from Xalan to make XSSFImportFromXML...
2009-10-26 Nick BurchUpdate link to dev.HSSF.java
2009-10-26 Nick BurchCopy the old dev.HSSF example over to trunk, and put...
next