2008-02-11 |
Nick Burch | Another test relating to bug #42564 - this one is still... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Nick Burch | Test for bug #42564 - appears to already be fixed |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Nick Burch | Tweak layout |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Nick Burch | Copy Rainer's change note from changes.xml to status... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Rainer Klute | - Fixed bug 44375 - HPSF now copes with a broken dictio... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Rainer Klute | - Fixed bug 44375 - HPSF now copes with a broken dictio... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Nick Burch | Add (disabled) failing testcase for bug #44375 |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Nick Burch | Handle timezones better with cell.setCellValue(Calendar... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Nick Burch | Patch from bug #44373 - Have HSSFDateUtil.isADateFormat... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Yegor Kozlov | support for excel hypelrinks |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Nick Burch | Implement hashCode and equals for HSSFFont and HSSFCell... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Yegor Kozlov | 3.0.2-FINAL released |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Nick Burch | Few tweaks to the patching guide |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Nick Burch | Tweaks to the iterator use guides for hssf |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Nick Burch | Add java.lang.Iterable style methods for iterating... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Ugo Cei | Make TestHSSFSheet#testAutoSizeColumn not fail on a... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Nick Burch | Test file with hyperlinks on many sheets, of different... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Nick Burch | Implement CountA, CountIf, Index, Rows and Columns... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Yegor Kozlov | usermodel support for excel hyperlinks |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Nick Burch | More Hyperlink support. Doesn't end up in HSSFCell... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Nick Burch | Get the Hyperlink record code so that it doesn't break... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Nick Burch | Make a start on the hyperlink record support - not... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Nick Burch | Patch from bug #44336 - correctly escape sheet names... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Nick Burch | Improvements to how SystemOutLogger and CommonsLogger... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Nick Burch | Tweak the javadoc so it's clearer on the overview what... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Nick Burch | Convert HSSFEventFactory to using the new HSSFRecordStr... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Nick Burch | Lots of documentation updates, to make it clearer how... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Nick Burch | Mostly fix bug 42618 (really this time...) - can now... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Yegor Kozlov | start a new POI 3.1 section in the change log |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Yegor Kozlov | fix bug #44297: IntPtg must operate with unsigned short... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Yegor Kozlov | fix bug #44296: HSLF Not Extracting Slide Background... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Yegor Kozlov | commented failing test42618() |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Nick Burch | Add a test to show the bug #42618 appears to be incorrect |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Nick Burch | Don't swap AreaPtg references from relative to absolute... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Nick Burch | Correctly handle the last paragraph via a fix to TableC... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Nick Burch | From bug #44254 - avoid some unread bytes warnings... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Nick Burch | Add another formula evaluation method, evaluateFormulaC... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Nick Burch | Update to use a newer openxml4j jar file, which contain... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Yegor Kozlov | extra whitespace caused the test fail on win xp. Strang... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Nick Burch | Fix from bug #41726 - support signed offsets from relat... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Yegor Kozlov | added a unit test for fixed bug 41139: Constructing... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Yegor Kozlov | added unit tests for closed Bug 37684: Unhandled Contin... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Yegor Kozlov | add a check to prevent NPE in HSSFSheet.autoSizeColumn... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Yegor Kozlov | use JDK 1.4 compatible constructor for IllegalStateExce... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Nick Burch | Add a missing bit to the compile-ooxml ant task |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Nick Burch | Tidy up the imports, remove accidental link to xmlbeans |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Nick Burch | Patch to support UncalcedRecord and usermodel code... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Nick Burch | Add methods to check to see if a given InputStream... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Nick Burch | Fix bug #44201 - support cloning of DVRecord, so valida... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Nick Burch | Some more updates to the records->usermodel support... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Yegor Kozlov | update status of the latest release on the index page |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Yegor Kozlov | fixed bug 44200: Sheet not cloneable when Note added... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Make a start on processing shapes on a sheet out of... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Add several more test files, charting related |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Put the anchors where forrest wants them |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Update documentation, and add section on whole-workbook... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Fix for SharedStringsTable in ooxml excel support,... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Further font size tweaks for autosizing test (macs... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Font sizes can vary slightly between machines, so use... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Tweak comments, layout and exceptions in IOUtils and... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Properly set the values when calling the boolean sets |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Fix bug #43008, by deprecating setCellNum() on HSSFCell... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Fix for bug #43058 - handle setting row grouping for... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Add a xlsx sample file with boolean formulas and values... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Add a further test to TestHSSFRow which verifies that... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Add clone methods to DrawingRecord and AbstractEscherHo... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Update changelog again |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Have autoSizeColumn skip over merged regions - bug... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nick Burch | Shuffle some bits of TestFormulaParser into scratchpad... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Finally fix bug #42464 - Expected ExpPtg to be converte... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Make the code for adding a new RichTextRun to a TextRun... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Make a start on supporting adding new text to a hslf... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Tiny bit more ooxml stuff from Ugo (missed in last... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Add un-fixable testcase for bug 43493 |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Support for unicode named named ranges (patch and test... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Patch from Ugo from bug #44185 - support getting shared... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Fix bug #34023 - when shifting rows, update the any... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Add a new method onto AreaReference to get all the... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Extend named range support in formulas to include non... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Fix from bug #43510 - support named ranges in formulas |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | New tests for setLandscape, which seems to indicate... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Patch from Ugo to get and set the sheet hidden flag... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Add a (disabled, as broken) test to show that HXFExcelE... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Fix a few little bits of documentation xml |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nick Burch | Fix for bug #44167 - patch from Paolo Mottadelli |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nick Burch | Update changelog |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nick Burch | Fix bug #44070 - patch from Gian Carlo Pace |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nick Burch | Fix for building the OOXML xmlbeans stuff on osx, patch... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Yegor Kozlov | start a new section for 3.0.2 BETA3 |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Nick Burch | Make the ooxml and ole2 powerpoint extractors more... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Nick Burch | Some matching sets of sample ooxml and ole2 files,... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nick Burch | For ooxml properties, get the core ones as well as... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Yegor Kozlov | support for tables in HSLF |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Nick Burch | Improve the javadocs for font and fill related colourin... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Nick Burch | OOXML pptx text extractor, and test. Also add jar-ooxml... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Nick Burch | Make a start on OOXML pptx support |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Nick Burch | Support for extracting text from ooxml word documents |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Nick Burch | A few small updates to HSSFXML, and start on HWPFXML |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nick Burch | Improve the xlsx text extraction, and have proper tests... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nick Burch | Make a start on a text extractor for xlsx files |
commit | commitdiff | tree | snapshot |
next |