]> source.dussan.org Git - poi.git/shortlog
poi.git
2008-03-13 Nick BurchFix bug #44593 - improved handling of short DVRecords
2008-03-13 Nick BurchPatch from Raghu from bug #44580 - Fix bug #28627,...
2008-03-07 Nick BurchPatch largely from Josh from bug #44539 - Support for...
2008-03-07 Nick BurchImproved support for read-only recommended workbooks...
2008-03-07 Nick BurchPatch from Josh from bug #43901 - Correctly update...
2008-03-06 Nick BurchAdd broken test for bug #43901
2008-03-06 Nick BurchEmbeded files from bug #44524
2008-03-06 Nick BurchChange the behaviour on short last blocks to be a warni...
2008-03-04 Nick BurchChangelog update for last patch
2008-03-04 Nick BurchBig patch from Josh from bug #44504 - lots of formula...
2008-03-04 Nick BurchProblem files from bug #44501
2008-03-03 Nick BurchFix indent, add more documentation, and make the error...
2008-03-03 Nick BurchPatch from Josh from bug #44508 - Fix formula evaluatio...
2008-03-03 Nick BurchPatch from Josh from bug #44510 - Fix how DVALRecord...
2008-03-03 Nick BurchPatch from Josh from bug #44495 - Handle named cell...
2008-03-03 Nick BurchFix from Yegor from bug #44491 - don't have the new...
2008-03-03 Nick BurchPatch from Paolo from bug #44481 - getVerticallyCenter...
2008-02-22 Nick BurchBug #44471 - Crystal Reports generates files with short...
2008-02-22 Nick BurchPatch from Josh from bug #44450 - VLookup and HLookup...
2008-02-21 Nick BurchAt the request of legal-discuss, shuffle the ooxml...
2008-02-21 Nick BurchAdd a disabled test for a file with whacky StyleRecords...
2008-02-21 Nick BurchPatch from Josh from bug #44449 - Handle SharedFormulas...
2008-02-21 Nick BurchPatch from Josh from bug #44437 - improved unit test...
2008-02-21 Nick BurchPatch from Josh from bug #44437 - improved unit test...
2008-02-21 Nick BurchPatch from Josh from bug #44366 - InputStreams passed...
2008-02-21 Nick BurchPatch from Josh from bug #44371 - support for OFFSET...
2008-02-21 Nick BurchFix bug 38921, where HSSFPalette.findSimilar() wasn...
2008-02-21 Nick BurchUse the right way to figure out how many rows on a...
2008-02-21 Nick BurchFix from Josh from bug #44456 - Update contrib SViewer...
2008-02-20 Nick BurchPatch from Josh from bug #44403 - Further support for...
2008-02-18 Nick BurchUpdate notice for latest guidance on ooxml xsd licence...
2008-02-15 Nick BurchFurther support for whole-column references, including...
2008-02-15 Nick BurchPartial fix for bug #44410 - support whole column range...
2008-02-15 Nick BurchFix from Josh from bug #44421 - Update Match function...
2008-02-15 Nick BurchFix from Josh from bug #44417 - Improved handling of...
2008-02-15 Nick BurchFix for bug #44413 from Josh - Fix for circular referen...
2008-02-15 Nick BurchFix for bug #44403 - Have mid use the third argument...
2008-02-15 Nick BurchTo avoid confusion and repeated changes in svn, update...
2008-02-14 Nick BurchBig formula update from Josh from bug #44364 - support...
2008-02-14 Nick BurchIn the interests of sanity, stop having hssf test data...
2008-02-11 Nick BurchIf we have a document with a hpsf stream that exists...
2008-02-11 Nick BurchAnother test relating to bug #42564 - this one is still...
2008-02-10 Nick BurchTest for bug #42564 - appears to already be fixed
2008-02-08 Nick BurchTweak layout
2008-02-08 Nick BurchCopy Rainer's change note from changes.xml to status...
2008-02-08 Rainer Klute- Fixed bug 44375 - HPSF now copes with a broken dictio...
2008-02-08 Rainer Klute- Fixed bug 44375 - HPSF now copes with a broken dictio...
2008-02-07 Nick BurchAdd (disabled) failing testcase for bug #44375
2008-02-07 Nick BurchHandle timezones better with cell.setCellValue(Calendar...
2008-02-07 Nick BurchPatch from bug #44373 - Have HSSFDateUtil.isADateFormat...
2008-02-07 Yegor Kozlovsupport for excel hypelrinks
2008-02-06 Nick BurchImplement hashCode and equals for HSSFFont and HSSFCell...
2008-02-06 Yegor Kozlov3.0.2-FINAL released
2008-02-05 Nick BurchFew tweaks to the patching guide
2008-02-05 Nick BurchTweaks to the iterator use guides for hssf
2008-02-05 Nick BurchAdd java.lang.Iterable style methods for iterating...
2008-02-04 Ugo CeiMake TestHSSFSheet#testAutoSizeColumn not fail on a...
2008-02-04 Nick BurchTest file with hyperlinks on many sheets, of different...
2008-02-04 Nick BurchImplement CountA, CountIf, Index, Rows and Columns...
2008-02-02 Yegor Kozlovusermodel support for excel hyperlinks
2008-02-01 Nick BurchMore Hyperlink support. Doesn't end up in HSSFCell...
2008-02-01 Nick BurchGet the Hyperlink record code so that it doesn't break...
2008-02-01 Nick BurchMake a start on the hyperlink record support - not...
2008-02-01 Nick BurchPatch from bug #44336 - correctly escape sheet names...
2008-02-01 Nick BurchImprovements to how SystemOutLogger and CommonsLogger...
2008-02-01 Nick BurchTweak the javadoc so it's clearer on the overview what...
2008-01-31 Nick BurchConvert HSSFEventFactory to using the new HSSFRecordStr...
2008-01-31 Nick BurchLots of documentation updates, to make it clearer how...
2008-01-28 Nick BurchMostly fix bug 42618 (really this time...) - can now...
2008-01-28 Yegor Kozlovstart a new POI 3.1 section in the change log
2008-01-27 Yegor Kozlovfix bug #44297: IntPtg must operate with unsigned short...
2008-01-25 Yegor Kozlovfix bug #44296: HSLF Not Extracting Slide Background...
2008-01-25 Yegor Kozlovcommented failing test42618()
2008-01-25 Nick BurchAdd a test to show the bug #42618 appears to be incorrect
2008-01-25 Nick BurchDon't swap AreaPtg references from relative to absolute...
2008-01-25 Nick BurchCorrectly handle the last paragraph via a fix to TableC...
2008-01-24 Nick BurchFrom bug #44254 - avoid some unread bytes warnings...
2008-01-24 Nick BurchAdd another formula evaluation method, evaluateFormulaC...
2008-01-24 Nick BurchUpdate to use a newer openxml4j jar file, which contain...
2008-01-22 Yegor Kozlovextra whitespace caused the test fail on win xp. Strang...
2008-01-22 Nick BurchFix from bug #41726 - support signed offsets from relat...
2008-01-19 Yegor Kozlovadded a unit test for fixed bug 41139: Constructing...
2008-01-19 Yegor Kozlovadded unit tests for closed Bug 37684: Unhandled Contin...
2008-01-19 Yegor Kozlovadd a check to prevent NPE in HSSFSheet.autoSizeColumn...
2008-01-19 Yegor Kozlovuse JDK 1.4 compatible constructor for IllegalStateExce...
2008-01-16 Nick BurchAdd a missing bit to the compile-ooxml ant task
2008-01-16 Nick BurchTidy up the imports, remove accidental link to xmlbeans
2008-01-16 Nick BurchPatch to support UncalcedRecord and usermodel code...
2008-01-16 Nick BurchAdd methods to check to see if a given InputStream...
2008-01-15 Nick BurchFix bug #44201 - support cloning of DVRecord, so valida...
2008-01-15 Nick BurchSome more updates to the records->usermodel support...
2008-01-12 Yegor Kozlovupdate status of the latest release on the index page
2008-01-10 Yegor Kozlovfixed bug 44200: Sheet not cloneable when Note added...
2008-01-09 Nick BurchMake a start on processing shapes on a sheet out of...
2008-01-09 Nick BurchAdd several more test files, charting related
2008-01-09 Nick BurchPut the anchors where forrest wants them
2008-01-09 Nick BurchUpdate documentation, and add section on whole-workbook...
2008-01-09 Nick BurchFix for SharedStringsTable in ooxml excel support,...
2008-01-09 Nick BurchFurther font size tweaks for autosizing test (macs...
2008-01-09 Nick BurchFont sizes can vary slightly between machines, so use...
next