| Commit message (Expand) | Author | Age | Files | Lines |
* | support for conditional formatting in XSSF including docs and examples | Yegor Kozlov | 2011-07-29 | 1 | -0/+349 |
* | Apply patch from bug #51476 - Correct XSSF cell formatting in HTML export | Nick Burch | 2011-07-08 | 1 | -1/+5 |
* | Bug 50474 - Example demonstrating how to update workbook embedded in a Wordpr... | Yegor Kozlov | 2011-06-25 | 1 | -0/+219 |
* | continue SXSSF docs updates and polishing | Yegor Kozlov | 2011-06-09 | 1 | -2/+4 |
* | SXSSF documentation and polishing | Yegor Kozlov | 2011-06-08 | 1 | -0/+11 |
* | Bug 51196: more progress with Spreadsheet Chart API | Yegor Kozlov | 2011-06-06 | 1 | -6/+6 |
* | Bug 51196: more progress with chart api | Yegor Kozlov | 2011-05-21 | 1 | -6/+6 |
* | Bugzilla 51196: Initial support for Spreadsheet Chart API | Yegor Kozlov | 2011-05-20 | 1 | -0/+82 |
* | Bugzilla 51160: Initial version of SXSSF, a low memory foortprint API to prod... | Yegor Kozlov | 2011-05-17 | 1 | -0/+204 |
* | improved DataFormatter, see Bugzilla 50841 | Yegor Kozlov | 2011-03-19 | 1 | -1/+1 |
* | Ensure that BigGridDemo is consistent in the encoding of the XML | Nick Burch | 2011-03-18 | 1 | -2/+4 |
* | From bug #50786 - Speed up calls to HSSFColor.getIndexHash() by returning a c... | Nick Burch | 2011-03-04 | 3 | -6/+6 |
* | User Defined Function Documentation/Example, see Bugzilla 50587 | Yegor Kozlov | 2011-01-19 | 3 | -0/+183 |
* | fixed packaging of files moved from contrib | Yegor Kozlov | 2010-10-19 | 9 | -9/+9 |
* | repackaged poi-contrib to poi-main and poi-examples, excluded contrib from bu... | Yegor Kozlov | 2010-10-06 | 9 | -0/+1186 |
* | Remove svn:executable property from a series of files that didn't need it set | Nick Burch | 2010-08-09 | 1 | -0/+0 |
* | Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generati... | Nick Burch | 2010-08-04 | 1 | -1/+3 |
* | removed deprecation warnings to keep javac quiet | Yegor Kozlov | 2010-05-29 | 1 | -1/+1 |
* | Moved from xssf\usermodel examples following Christian's modification to that... | Mark Beardsley | 2010-05-27 | 1 | -0/+72 |
* | Added Christian's Centre Across Selection code. | Mark Beardsley | 2010-05-27 | 1 | -23/+80 |
* | More license headers | Nick Burch | 2010-05-24 | 5 | -5/+104 |
* | Enhanced SViewer to support most border types, cell formats, and conditional ... | Yegor Kozlov | 2010-05-10 | 21 | -0/+3224 |
* | Improved usage message. | Mark Beardsley | 2010-04-23 | 1 | -713/+761 |
* | Converts Excel to CSV using usermodel. | Mark Beardsley | 2010-04-15 | 1 | -0/+713 |
* | 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 |
* | The ReadOnlySharedStringsTable is re-usable for other event based things, so ... | Nick Burch | 2010-01-26 | 1 | -201/+6 |
* | avoid failures in XLSX2CSV when shared string table is missing, see Bugzilla ... | Yegor Kozlov | 2010-01-24 | 1 | -2/+6 |
* | Fix some chunk types, fix the directory descent, fix the Msg2txt example, and... | Nick Burch | 2010-01-08 | 1 | -32/+18 |
* | improved work with cell comments in XSSF, also added support for cell comment... | Yegor Kozlov | 2009-11-27 | 1 | -0/+80 |
* | included poi-ooxml-schemas and poi-examples in the release cycle, also misc i... | Yegor Kozlov | 2009-11-21 | 12 | -0/+1722 |
* | fixed XLSX2CSV to avoid exception when processing cells with multiple "t" ele... | Yegor Kozlov | 2009-11-16 | 1 | -4/+50 |
* | Fixed compiler error in HSSFReadWrite. Fixed deprecated calls and simplified ... | Josh Micich | 2009-10-26 | 1 | -317/+190 |
* | Fix constructors for new naming | Nick Burch | 2009-10-26 | 1 | -5/+5 |
* | Copy the old dev.HSSF example over to trunk, and put it in a more suitable place | Nick Burch | 2009-10-26 | 1 | -0/+371 |
* | deleted 'svn:executable' property | Josh Micich | 2009-10-17 | 2 | -0/+0 |
* | deleted 'svn:executable' property | Josh Micich | 2009-10-16 | 16 | -0/+0 |
* | deleted 'svn:executable' property | Josh Micich | 2009-10-16 | 14 | -0/+0 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 1 | -27/+25 |
* | improved API for OOXML custom properties | Yegor Kozlov | 2009-10-04 | 1 | -14/+5 |
* | fixed non-ASCII symbols to keep javac quiet | Yegor Kozlov | 2009-09-25 | 2 | -7/+7 |
* | Added an example demonstrating how to convert an XLSX workbook to CSV, see Bu... | Yegor Kozlov | 2009-09-06 | 1 | -0/+569 |
* | Fixing compiler warnings - unnecessary typecasts | Josh Micich | 2009-08-18 | 1 | -11/+7 |
* | Improved parsing of OOXML documents, see Bugzilla 47668 | Yegor Kozlov | 2009-08-12 | 1 | -4/+2 |
* | fixed compile error | Yegor Kozlov | 2009-08-09 | 1 | -1/+1 |
* | New HSSF example. | Mark Beardsley | 2009-08-07 | 1 | -0/+926 |
* | New HSSF example. | Mark Beardsley | 2009-08-04 | 1 | -0/+569 |
* | Fix for saving custom and extended OOXML properties | Yegor Kozlov | 2009-07-19 | 1 | -0/+75 |