]> source.dussan.org Git - poi.git/shortlog
poi.git
2010-01-18 Nick Burchrecords.UnicodeString isn't actually a Record, just...
2010-01-15 Maxim Valyanskiybug#48068: RecordFormatException: The content of an...
2010-01-14 Yegor Kozlovavoid creating unnecessary temp files, tighten up usage...
2010-01-14 Maxim Valyanskiyrevert previous commit
2010-01-14 Maxim ValyanskiyExtractorFactory: save OOXML stream into temporary...
2010-01-13 Yegor KozlovAvoid creating temporary files when opening OPC package...
2010-01-13 Nick BurchAdd a command line wrapper around ExtractorFactory...
2010-01-13 Nick BurchRemove some generics warnings from the HPSF custom...
2010-01-13 Nick BurchTweak the generics definition on workbook so that metho...
2010-01-13 Nick BurchTweak the iterator section to avoid casts as we have...
2010-01-13 Nick BurchFix a few generics warnings
2010-01-12 Nick BurchImproved how HSMF handles multiple recipients
2010-01-12 Maxim Valyanskiyadd more powerpoint xml mime types
2010-01-11 Nick BurchAdd PublisherTextExtractor support to ExtractorFactory
2010-01-11 Nick BurchAdd status message for recent change from maxcom
2010-01-11 Maxim ValyanskiyXSLF: text extraction from tables
2010-01-11 Nick BurchMake it possible to return null on missing chunks,...
2010-01-11 Nick BurchDo a manual sync, as per the common skins README, to...
2010-01-08 Nick BurchAdd embeded (attachment) support to the outlook text...
2010-01-08 Nick BurchRename the outlook extractor to be more consistent...
2010-01-08 Nick BurchWire up the new HSMFTextExtactor to the ExtractorFactory
2010-01-08 Nick BurchAdd a text extractor to HSMF for simpler extraction...
2010-01-08 Nick BurchFix generics warnings
2010-01-08 Nick BurchMore work on the recipient related chunks, including...
2010-01-08 Nick BurchQuick bit of refactoring to save parsing the type and...
2010-01-08 Nick BurchSupport fetching the message date from the submission id
2010-01-08 Nick BurchDocs tweaks
2010-01-08 Nick BurchTweak a few tests, and add in a few more chunk types
2010-01-08 Nick BurchComplete chunk parser tests, and make more chunk groups...
2010-01-08 Nick BurchFix some chunk types, fix the directory descent, fix...
2010-01-07 Nick BurchShuffle where some of the HSMF tests live to better...
2010-01-07 Nick BurchStart on major HSMF refactoring. Should compile, but...
2010-01-07 Nick BurchAdd a couple more HSMF chunk types, and use Generics...
2010-01-07 Nick BurchSkip warnings we can't avoid
2010-01-05 Nick BurchInitialise the link type of HSSFHyperLink, so that...
2010-01-03 Nick BurchMore FeatRecord support
2010-01-03 Nick BurchAdd in a few bits of Generics to avoid warnings
2010-01-02 Nick BurchAdd a note on the different shared feature types
2009-12-29 Yegor Kozlovimproved usermodel to prevent data corruption when...
2009-12-28 Yegor Kozlovremoved svn:eol-style=native from binary files, uncomme...
2009-12-27 Nick BurchStart testing the contents of FeatRecord
2009-12-27 Nick BurchAdd Generics types to avoid warnings
2009-12-27 Nick BurchMake InternalSheet capture the feature related records
2009-12-27 Nick BurchLooks like we already had Ref8U but with a different...
2009-12-26 Nick BurchMore work on FeatRecord/Shared Features. More is still...
2009-12-26 Nick BurchFinish off common Ref8U subrecord, and add tests
2009-12-26 Josh MicichReplaced getInstance methods with field for instances...
2009-12-26 Josh MicichClean-up in BaseTestSheetShiftRows and subclasses.
2009-12-25 Josh MicichMade public instance fields for ITestDataProvider singl...
2009-12-25 Josh MicichMinor clean-up in TestXSSFSheet
2009-12-25 Josh MicichFixed FormulaParser to allow negative elements in array...
2009-12-25 Josh MicichAdded CellRange return type for Sheet array formula...
2009-12-25 Yegor Kozlovadded HSSF usermodel tests for array formulas, added...
2009-12-25 Yegor Kozlovfixed incorrect initialization of --noheader option...
2009-12-24 Yegor Kozlovremoved mistakenly submitted test
2009-12-23 Yegor Kozlovadded tests for XSSF usermodel for array formulas,...
2009-12-23 Josh MicichAdded arg check to NumericFunction.singleOperandEvaluate().
2009-12-23 Josh MicichSimplified InterfaceHdrRecord and InterfaceEndRecord...
2009-12-23 Josh Micichreplaced commented code with 'if (false)' block
2009-12-22 Yegor Kozlovimproved performance of DateUtil.isCellDateFormatted...
2009-12-22 Josh MicichAdded getRow() and getColumn() functions to TwoDEval...
2009-12-22 Josh MicichFixed SharedValueManager to create separate empty insta...
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...
next