]> source.dussan.org Git - poi.git/shortlog
poi.git
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...
2009-10-24 Josh MicichBugzilla 48044 - added implementation for CountBlank...
2009-10-21 Josh Micichadded missing test cases from r828244 (for bugzilla...
2009-10-21 Josh MicichBugzilla 48036 - added IntersectionEval to allow evalua...
2009-10-21 Ugo CeiRemoved @author tag.
2009-10-21 Ugo CeiRemoved uses of internal JDK classes.
2009-10-20 Nick BurchThe Visio info on gnome.ru is no more. Switch the links...
2009-10-17 Josh Micichdeleted 'svn:executable' property
2009-10-16 Josh Micichdeleted 'svn:executable' property
2009-10-16 Josh Micichfixed compiler warnings and TODOs in org.apache.poi...
2009-10-16 Josh Micichdeleted 'svn:executable' property
2009-10-16 Josh Micichremoved obsolete empty directories
2009-10-16 Josh Micichsimplify/optimise OperationEvaluatorFactory
2009-10-16 Nick BurchFrom bug #47999 - avoid un-needed call to the JVM Garba...
2009-10-15 Josh Micichreverted Digital Signature stuff (r824836, r824963...
2009-10-14 Josh Micichremoved new dependency on joda
2009-10-13 Josh MicichBugzilla 47969 - improvements to equals() methods
2009-10-13 Josh MicichFixes for compiler errors and junit failures introduced...
2009-10-13 Ugo CeiAdded implementation of Digital Signature support using...
2009-10-08 Josh MicichBugzilla 47962 - Fixed some potential NPEs. Avoided...
2009-10-04 Yegor Kozlovreduced the number of compiler warnings generated by...
2009-10-04 Yegor Kozlovadded Ant target to compile scratchpad examples, added...
2009-10-04 Yegor Kozlovfixed ColumnHelper to correctly handle columns included...
2009-10-04 Yegor Kozlovimproved API for OOXML custom properties
2009-09-30 Josh MicichMinor improvements to error handling in ForkedEvaluator...
2009-09-29 Josh Micichminor fixes to junit after r819469
2009-09-28 Yegor Kozlovimproved script for deploying maven artefacts
2009-09-28 Yegor Kozlovupdated index.html to reflect current release
2009-09-28 Paolo MottadelliTable of Contents first implementation
2009-09-26 Yegor Kozlovfixed XSSFCell.getStringCellValue() to properly handle...
2009-09-25 Yegor Kozlovfixed non-ASCII symbols to keep javac quiet
2009-09-18 Yegor Kozlovchanged version.id of trunk to 3.6-beta1
2009-09-18 Josh MicichBugzilla 47747 - fixed logic for locating shared formul...
2009-09-17 Josh MicichImprovements to patch 47809 (support for UDFs)
2009-09-16 Josh MicichReverted initial application of patches 47848(r815935...
2009-09-16 Yegor KozlovAdded possibility to get EvaluationCell from RefEval...
2009-09-16 Yegor KozlovAdded method createEvaluationWorkbook() to CreationHelp...
2009-09-16 Yegor Kozlovimproved work with user-defined functions, see Bugzilla...
2009-09-13 Yegor Kozlovfixed XSSFSheet.setColumnWidth to produce XML compatib...
2009-09-13 Yegor Kozlovremoved unnecessary svn:executable flag from files...
2009-09-13 Yegor Kozlovadded javadoc how to avoid Excel crash when creating...
2009-09-12 Yegor Kozlovimproved XSSFWorkbook.removeSheetAt, see Bugzilla 47737...
2009-09-10 Yegor Kozlovupdated status.xml
2009-09-10 Yegor Kozlovbuilt-in positive formats don't need starting '(',...
2009-09-10 Yegor KozlovNecessary fix of FunctionEval (follow-on to patch 47768)
2009-09-07 Yegor KozlovAdded method setFunction(boolean) for defined names
2009-09-07 Yegor Kozlov Implementation of Excel Days360 and Npv functions
2009-09-07 Yegor KozlovDo not allow text longer than 32,767 characters in...
2009-09-06 Yegor KozlovAdded an example demonstrating how to convert an XLSX...
2009-09-06 Yegor KozlovFixed PPT parser to tolerate Comment2000 containers...
2009-08-31 Yegor Kozlovfix for extraction paragraphs and sections from headers...
2009-08-31 Yegor KozlovSupport for extraction of header / footer images in...
2009-08-31 Yegor Kozlovfixed incorrect assignment in TextObjectRecord.clone()
2009-08-23 Yegor Kozlovmoved all test data to a top-level directory, refactore...
2009-08-22 Josh Micichfixing compiler warnings - unused imports, declared...
2009-08-22 Josh Micichadded TestIndirect to suite (from 47721/r806759)
2009-08-21 Josh MicichBugzilla 47721 - Added implementation for INDIRECT()
2009-08-21 Yegor Kozlovfixes and misc refactorings suggested by Intellij
2009-08-20 Josh Micichminor improvements to sheet name validation and identif...
2009-08-20 Paolo Mottadellifirst createWatermark implementation
2009-08-20 Yegor KozlovAvoid exception when reading ClipboardData packet in...
2009-08-19 Josh Micichchanged interface from OperationEval to Function for...
2009-08-19 Yegor KozlovCentralize logic for finding/opening sample files
2009-08-19 Josh MicichFixing compiler warnings - unboxing parameter to overlo...
2009-08-19 Paolo MottadellicreateHeader/Footer with paragraphs and fixed GUMP...
2009-08-18 Josh MicichFixed compiler warnings - unnecessary throws declaration
2009-08-18 Josh MicichFixed compiler warnings - unnecessary else
2009-08-18 Paolo MottadellicreateHeader/Footer methods + tests
2009-08-18 Josh MicichFixing compiler warnings - unnecessary typecasts
2009-08-18 Josh MicichFixed unused imports compiler warnings (and some others)
2009-08-17 Josh MicichRemoved obsolete Eval interface
2009-08-17 Josh MicichReplaced obsolete Eval with ValueEval in signature...
2009-08-17 Josh Micichinitial work on removing obsolete Eval interface
2009-08-17 Josh MicichCombined FuncVarEval into FunctionEval. Simplified...
2009-08-14 Josh MicichFollow-on for bugzilla 47652 - used more specific excep...
2009-08-14 Yegor Kozlovrenamed macro-enabled test files to have the correct...
2009-08-14 Yegor Kozlovimproved loading of package parts so that same logical...
2009-08-12 Yegor KozlovImproved parsing of OOXML documents, see Bugzilla 47668
next