| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add some more sample ooxml documents | Nick Burch | 2007-12-27 | 3 | -0/+0 |
* | A quick play with OOXML parsing. Uses XmlBeans and OpenXml4J to get at the da... | Nick Burch | 2007-12-26 | 4 | -0/+235 |
* | Update the sample ooxml files to the latest versions from http://openxmldevel... | Nick Burch | 2007-12-26 | 4 | -0/+0 |
* | fix bug #43781: slide->getShapes->getTextRun returns wrong text | Yegor Kozlov | 2007-12-24 | 5 | -4/+64 |
* | fix reopen of bug 42999: incorrect AnchorHeight calculations in HSSFClientAnc... | Yegor Kozlov | 2007-12-24 | 2 | -2/+21 |
* | Support for Mid, Replace and Substitute excel functions (bug #s 44095, 44097,... | Nick Burch | 2007-12-21 | 6 | -3/+258 |
* | Patch from bug #44055 - support reading the from field from HSMF messages | Nick Burch | 2007-12-21 | 6 | -2/+51 |
* | Avoid a rare ArrayIndexOutOfBoundsException on some word table stuff (patch f... | Nick Burch | 2007-12-17 | 3 | -3/+22 |
* | Add missing setCurrentRow calls to documentation | Nick Burch | 2007-12-13 | 1 | -1/+3 |
* | Add comments on which formula related things should go in which of the two te... | Nick Burch | 2007-12-12 | 2 | -9/+16 |
* | Support for the Trim function, and a little enhancement to the formula evalua... | Nick Burch | 2007-12-11 | 3 | -19/+77 |
* | add a note on 3.0.2 beta1 release | Yegor Kozlov | 2007-12-06 | 1 | -1/+13 |
* | finish 3.0.2-BETA1 section and start a new one for 3.0.2-FINAL | Yegor Kozlov | 2007-12-06 | 2 | -0/+5 |
* | Stub out sheet hiding tests, so we have a framework for when sheet hiding is ... | Nick Burch | 2007-12-05 | 5 | -0/+105 |
* | Support 1904 date windowing, in addition to 1900 date windowing (patch from b... | Nick Burch | 2007-12-04 | 12 | -110/+221 |
* | Updated date windowing test fixes from bug #43551 | Nick Burch | 2007-12-04 | 2 | -0/+0 |
* | String Continue records support (with test), from bug #41064 | Nick Burch | 2007-12-04 | 7 | -1/+28 |
* | Add in sponsorship link, as required by pr pmc | Nick Burch | 2007-12-04 | 1 | -0/+1 |
* | SBAT fix from bug #11744 | Nick Burch | 2007-12-04 | 4 | -1/+49 |
* | Fix work bug #42799 | Nick Burch | 2007-12-04 | 1 | -2/+10 |
* | Note about iterators | Nick Burch | 2007-12-04 | 1 | -0/+21 |
* | Workaround to avoid a NPE for Word Documents that are missing their ListTable... | Nick Burch | 2007-12-04 | 3 | -7/+74 |
* | Usermodel support for the datavalidation code, and tests for it (bug 27511) | Nick Burch | 2007-12-03 | 5 | -1/+1006 |
* | More code from bug #27511, now ported to the new style record code | Nick Burch | 2007-12-03 | 4 | -13/+603 |
* | Start on importing validation patches from bug #27511 (DVRecord still needs m... | Nick Burch | 2007-12-03 | 3 | -0/+882 |
* | Update changes list | Yegor Kozlov | 2007-11-23 | 3 | -1/+5 |
* | fixed bugs 43877 and 39512: Fix for handling mixed OBJ and CONTINUE records | Yegor Kozlov | 2007-11-23 | 4 | -5/+76 |
* | Preserve unread bytes when serializing the record | Yegor Kozlov | 2007-11-23 | 2 | -7/+106 |
* | Add method to return the number of styles (bug #43883) | Nick Burch | 2007-11-16 | 1 | -0/+8 |
* | Throw an IllegalArgumentException if asked to addMergeRegion with invalid dat... | Nick Burch | 2007-11-12 | 4 | -35/+51 |
* | Patch for unicode NameRecords (bug #43837) | Nick Burch | 2007-11-12 | 5 | -9/+63 |
* | Add support for Chart Title Format records (bug #43721) | Nick Burch | 2007-11-12 | 6 | -1/+237 |
* | Fix for BOFRecord from files generated by access etc (bug #42794) | Nick Burch | 2007-11-12 | 6 | -4/+67 |
* | Support getting and setting as int, as well as short (bug #43648) | Nick Burch | 2007-11-12 | 3 | -3/+38 |
* | added a note to re-use fonts instead of creating a font for each cell | Yegor Kozlov | 2007-11-06 | 1 | -1/+34 |
* | throw exception when the maximum number of fonts was exceeded | Yegor Kozlov | 2007-11-06 | 1 | -0/+3 |
* | improved handling rotated text in HSSFSheet.autoSizeColumn | Yegor Kozlov | 2007-11-06 | 1 | -43/+57 |
* | fixed a silly typo in the method signature. It should be HFFSPicture.getPrefe... | Yegor Kozlov | 2007-11-03 | 3 | -8/+8 |
* | Fix for handling rotated text in HSSFSheet.autoSizeColumn. Thanks to Jeff Wil... | Yegor Kozlov | 2007-11-03 | 2 | -4/+43 |
* | Fix tab vs space issue in documentation code block | Nick Burch | 2007-10-30 | 1 | -1/+1 |
* | Add in a (disabled) test for bug #43670 (not yet fixed) | Nick Burch | 2007-10-28 | 4 | -3/+24 |
* | A bit more on HDGF LZW compression, but it's still not quite complete | Nick Burch | 2007-10-27 | 1 | -35/+163 |
* | Update changes list, and add text extraction to the HSSF docs | Nick Burch | 2007-10-27 | 3 | -0/+21 |
* | Implement an Excel text extractor, and put all the existing text extractors u... | Nick Burch | 2007-10-27 | 6 | -61/+352 |
* | In FormulaParser, add in non-static methods too for toFormulaString, which us... | Nick Burch | 2007-10-15 | 1 | -2/+22 |
* | HDGF progress update | Nick Burch | 2007-10-15 | 3 | -5/+10 |
* | Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a ... | Nick Burch | 2007-10-15 | 3 | -5/+23 |
* | Stub out the HDGF compression routine, and tests for it. Document the first s... | Nick Burch | 2007-10-14 | 2 | -8/+187 |
* | Replace the HDGW LZW engine with a fully documented, ASL licenced version. (D... | Nick Burch | 2007-10-13 | 4 | -85/+166 |
* | Slightly update the supported formats information, and explicitly say we don'... | Nick Burch | 2007-10-10 | 3 | -4/+10 |