| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved performance of XSSFSheet.write, avoid unnecessary re-ordering of CTR... | Yegor Kozlov | 2010-05-24 | 2 | -20/+44 |
* | avoid NPE when finding cell comments, Bugzilla 48846 | Yegor Kozlov | 2010-05-22 | 3 | -6/+11 |
* | Ensure that CTPhoneticPr is included in poi-ooxml jar, see Bugzilla 49325 | Yegor Kozlov | 2010-05-22 | 2 | -0/+12 |
* | Fixed tests failing in non-english locales, see Bugzilla 49191 | Yegor Kozlov | 2010-05-22 | 1 | -4/+13 |
* | Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes | Nick Burch | 2010-05-19 | 12 | -13/+161 |
* | support for data validation for OOXML, see Bugzilla 49244 | Yegor Kozlov | 2010-05-16 | 18 | -664/+2029 |
* | Enhanced SViewer to support most border types, cell formats, and conditional ... | Yegor Kozlov | 2010-05-10 | 48 | -9/+4594 |
* | Fix bug #49020 - Workaround Excel outputting invalid XML in button definition... | Nick Burch | 2010-05-05 | 6 | -1/+215 |
* | Apply patch from Trejkaz from bug #49050 - Improve performance of AbstractEsc... | Nick Burch | 2010-05-05 | 3 | -16/+97 |
* | Fix bug #49194 - Correct text size limit for OOXML .xlsx files | Nick Burch | 2010-05-05 | 2 | -3/+3 |
* | Fix bug #49254 - Fix CellUtils.setFont to use the correct type internally | Nick Burch | 2010-05-05 | 2 | -1/+2 |
* | Hopefully finish fixing bug #49139 - track down another subtle hard coding of... | Nick Burch | 2010-05-05 | 5 | -7/+23 |
* | Add DISABLED test which shows the latest problem relating to bug #49139 | Nick Burch | 2010-05-03 | 2 | -3/+20 |
* | Enable the tests for bug #49139, now that we have a sample test file to go wi... | Nick Burch | 2010-05-03 | 3 | -4/+12 |
* | New release in the doap file | Nick Burch | 2010-04-30 | 1 | -0/+8 |
* | skip incorrect MMSRecord in xls | Maxim Valyanskiy | 2010-04-27 | 1 | -0/+4 |
* | Tweak depends lines relating to compile-ooxml-xsds, so that the schema files ... | Nick Burch | 2010-04-26 | 1 | -2/+3 |
* | Resolve bug #49139 - don't assume that the block size is always 512 bytes. In... | Nick Burch | 2010-04-25 | 41 | -267/+658 |
* | Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936 | Yegor Kozlov | 2010-04-25 | 4 | -1/+138 |
* | Added implementation for TEXT() and TRUNC(), see Bugzilla 49025 and 49026 | Yegor Kozlov | 2010-04-24 | 6 | -1/+282 |
* | Improved usage message. | Mark Beardsley | 2010-04-23 | 1 | -713/+761 |
* | Properly close internal InputStream in ExtractorFactory#createExtractor(File)... | Yegor Kozlov | 2010-04-20 | 2 | -12/+17 |
* | Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138 | Yegor Kozlov | 2010-04-20 | 6 | -13/+78 |
* | Ensure that CTVectorVariant is included in poi-ooxml-schemas.jar, Added acces... | Yegor Kozlov | 2010-04-20 | 6 | -1/+184 |
* | Converts Excel to CSV using usermodel. | Mark Beardsley | 2010-04-15 | 1 | -0/+713 |
* | One more missing license | Nick Burch | 2010-04-14 | 1 | -0/+17 |
* | Remove old .cvsignore files | Nick Burch | 2010-04-14 | 5 | -19/+0 |
* | Add missing license header to older xml files | Nick Burch | 2010-04-14 | 24 | -1/+433 |
* | Add missing license headers | Nick Burch | 2010-04-14 | 7 | -1/+120 |
* | Remove readme about java 1.4 vs 1.5, as we've ditched java 1.4 support | Nick Burch | 2010-04-14 | 1 | -44/+0 |
* | Lots more documentation on how we read in POIFS files and process the sectors... | Nick Burch | 2010-04-13 | 10 | -16/+124 |
* | bugfix: ClassCastException it PicturesTable.getAllPictures(): | Maxim Valyanskiy | 2010-04-06 | 1 | -3/+7 |
* | propagate parent to parent-aware records decoded from Escher, also ensure tha... | Yegor Kozlov | 2010-04-03 | 7 | -29/+83 |
* | Fix bug #48485 - Add extra paper size constans to PrintSetup, such as A3, B4 ... | Nick Burch | 2010-03-30 | 3 | -8/+57 |
* | fixed compilation errors in recently added examples | Yegor Kozlov | 2010-03-15 | 2 | -16/+19 |
* | Correct package statement | Mark Beardsley | 2010-03-12 | 1 | -2/+0 |
* | Ported to SS model. | Mark Beardsley | 2010-03-12 | 1 | -0/+976 |
* | Comments modified re re-sizing behaviour | Mark Beardsley | 2010-03-11 | 1 | -922/+943 |
* | Fix an issue with the HSMF tests working on some machines but not others - Ma... | Nick Burch | 2010-02-19 | 6 | -42/+55 |
* | Support evaluation of indirect defined names in INDIRECT | Yegor Kozlov | 2010-02-14 | 4 | -12/+28 |
* | XSLFCommonSlideData: extract text data from group shape | Maxim Valyanskiy | 2010-02-08 | 1 | -9/+17 |
* | Add a disabled test for bug #44501, which still remains, plus fix a generics ... | Nick Burch | 2010-01-28 | 3 | -2/+15 |
* | Fix generics warnings, and fix up tests to handle the extra bit of text being... | Nick Burch | 2010-01-28 | 2 | -15/+34 |
* | Apply patch from Jukka from bug #43670 to improve HDGF v11 Separator detectio... | Nick Burch | 2010-01-28 | 5 | -4/+21 |
* | Improve error message, and fix generics warnings | Nick Burch | 2010-01-28 | 2 | -3/+4 |
* | Add patch from Jukka from bug #48617 + test - Optionally allow the overriding... | Nick Burch | 2010-01-26 | 5 | -17/+119 |
* | New event based xssf text extractor (XSSFEventBasedExcelExtractor) | Nick Burch | 2010-01-26 | 7 | -8/+513 |
* | The ReadOnlySharedStringsTable is re-usable for other event based things, so ... | Nick Burch | 2010-01-26 | 2 | -201/+227 |
* | Most of support suggested by Phil Varner on the list - ExtractorFactory can n... | Nick Burch | 2010-01-25 | 5 | -9/+177 |
* | avoid failures in XLSX2CSV when shared string table is missing, see Bugzilla ... | Yegor Kozlov | 2010-01-24 | 2 | -2/+7 |