| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa... | Josh Micich | 2009-08-19 | 2 | -22/+21 |
* | createHeader/Footer with paragraphs and fixed GUMP break (case sensitive/inse... | Paolo Mottadelli | 2009-08-19 | 2 | -20/+58 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 21 | -510/+455 |
* | Fixed compiler warnings - unnecessary else | Josh Micich | 2009-08-18 | 18 | -543/+522 |
* | createHeader/Footer methods + tests | Paolo Mottadelli | 2009-08-18 | 7 | -25/+270 |
* | Fixing compiler warnings - unnecessary typecasts | Josh Micich | 2009-08-18 | 15 | -357/+359 |
* | Fixed unused imports compiler warnings (and some others) | Josh Micich | 2009-08-18 | 20 | -584/+539 |
* | renamed macro-enabled test files to have the correct extentions | Yegor Kozlov | 2009-08-14 | 5 | -12/+34 |
* | improved loading of package parts so that same logical parts correspond to th... | Yegor Kozlov | 2009-08-14 | 2 | -9/+12 |
* | Improved parsing of OOXML documents, see Bugzilla 47668 | Yegor Kozlov | 2009-08-12 | 9 | -47/+236 |
* | removed temporary fix for compatibility with Mac Excel 2008 Sp2 | Yegor Kozlov | 2009-08-09 | 5 | -8/+8 |
* | Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when r... | Yegor Kozlov | 2009-08-05 | 2 | -9/+35 |
* | Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ... | Yegor Kozlov | 2009-08-05 | 1 | -16/+1 |
* | Custom XML import features; tests and implementation | Paolo Mottadelli | 2009-07-30 | 7 | -3/+262 |
* | fixed XWPFWordExtractor to extract inserted/deleted text, see Bugzilla 45597 | Yegor Kozlov | 2009-07-25 | 2 | -14/+17 |
* | fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bu... | Yegor Kozlov | 2009-07-24 | 9 | -26/+89 |
* | POIXMLproperties: created, creator, modified, lastprinted, identifier, revisi... | Paolo Mottadelli | 2009-07-21 | 2 | -25/+123 |
* | POIXMLproperties: core properties improvement + test | Paolo Mottadelli | 2009-07-20 | 2 | -2/+39 |
* | Fix for saving custom and extended OOXML properties | Yegor Kozlov | 2009-07-19 | 3 | -25/+214 |
* | Support for extraction of endnotes from docx files | Yegor Kozlov | 2009-07-18 | 4 | -2/+31 |
* | Support for extraction of footnotes from docx files, see Bugzilla 45556 | Yegor Kozlov | 2009-07-18 | 10 | -388/+476 |
* | Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517 | Yegor Kozlov | 2009-07-18 | 2 | -11/+41 |
* | fixed case-sensitive file names in unit tests for Bugzilla 47520 | Yegor Kozlov | 2009-07-16 | 2 | -2/+2 |
* | fixed a compile error in TestMapInfo | Yegor Kozlov | 2009-07-16 | 1 | -1/+1 |
* | support for custom XML mappings in XSSF, see Bugzilla 47520 | Yegor Kozlov | 2009-07-16 | 11 | -6/+1660 |
* | Fixed NPE when retrieving core properties from a newly created workbook, see ... | Yegor Kozlov | 2009-07-12 | 2 | -8/+26 |
* | fixed XSSF and OpenXml4J to read/write relationships with targets starting wi... | Yegor Kozlov | 2009-07-12 | 8 | -27/+84 |
* | Explicitly set the 1900 date system when creating XSSF workbooks, see Bugzill... | Yegor Kozlov | 2009-06-27 | 2 | -1/+14 |
* | fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi... | Yegor Kozlov | 2009-06-19 | 1 | -7/+8 |
* | Removed static void main(String[]) methods from junit classes. Other minor cl... | Josh Micich | 2009-06-12 | 5 | -174/+159 |
* | Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu... | Yegor Kozlov | 2009-06-10 | 2 | -6/+8 |
* | Fixed XSSFCell to avoid generating xsi:nil entries in shared string table | Yegor Kozlov | 2009-05-30 | 2 | -1/+28 |
* | Fixed XSSFCell to properly read inline strings | Yegor Kozlov | 2009-05-23 | 2 | -4/+43 |
* | Changed CRLF to LF in ooxml/testcases. Minor fixes for compiler warnings and ... | Josh Micich | 2009-05-21 | 15 | -1168/+1175 |
* | Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and forma... | Josh Micich | 2009-05-20 | 56 | -7713/+7716 |
* | Removed badly encoded character from test class. Minor re-formatting | Josh Micich | 2009-05-18 | 1 | -253/+243 |
* | Tweaked patch from bug #46287 - Control of header and footer extraction in Ex... | Nick Burch | 2009-05-17 | 1 | -18/+29 |
* | Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCo... | Nick Burch | 2009-05-17 | 3 | -35/+889 |
* | Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas | Yegor Kozlov | 2009-05-17 | 1 | -0/+97 |
* | fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId se... | Yegor Kozlov | 2009-04-24 | 2 | -2/+17 |
* | Fixed XSLFPowerPointExtractor to properly process line breaks, see bugzilla 4... | Yegor Kozlov | 2009-04-20 | 2 | -6/+18 |
* | moved 'throw' into else clause avoiding exception on every call of cloneStyle... | Yegor Kozlov | 2009-04-20 | 1 | -1/+2 |
* | avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cell | Yegor Kozlov | 2009-04-20 | 1 | -2/+2 |
* | Allow 255 arguments for excel functions in XSSF, see bugzilla 46279 | Yegor Kozlov | 2009-04-18 | 5 | -30/+10 |
* | Fixed XSSFCell to preserve cell style when cell value is set to blank, also a... | Yegor Kozlov | 2009-04-17 | 3 | -6/+29 |
* | removed deprecated code to keep javac happy | Yegor Kozlov | 2009-04-17 | 1 | -14/+6 |
* | added Workbook.getName(String) method. Fixed javadoc on related methods | Josh Micich | 2009-04-16 | 1 | -29/+23 |
* | Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common... | Josh Micich | 2009-04-11 | 2 | -20/+8 |
* | removed unused imports of deprecated classes, fixed javadoc errors | Yegor Kozlov | 2009-04-11 | 5 | -7/+5 |
* | moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do ... | Yegor Kozlov | 2009-04-08 | 61 | -6312/+0 |