aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org
Commit message (Expand)AuthorAgeFilesLines
* Reverted initial application of patches 47848(r815935) and 47849(r815942). So...Josh Micich2009-09-161-4/+0
* Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848Yegor Kozlov2009-09-161-0/+4
* improved work with user-defined functions, see Bugzilla 47809Yegor Kozlov2009-09-162-0/+32
* fixed XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel 2008...Yegor Kozlov2009-09-131-0/+1
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-1392-0/+0
* improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813Yegor Kozlov2009-09-123-2/+103
* fix for extraction paragraphs and sections from headers/footers with XWPFWord...Yegor Kozlov2009-08-312-29/+70
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-222-37/+33
* fixes and misc refactorings suggested by IntellijYegor Kozlov2009-08-2120-287/+62
* first createWatermark implementationPaolo Mottadelli2009-08-202-1/+103
* createHeader/Footer with paragraphs and fixed GUMP break (case sensitive/inse...Paolo Mottadelli2009-08-191-17/+31
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-184-22/+20
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-1818-543/+522
* createHeader/Footer methods + testsPaolo Mottadelli2009-08-186-25/+193
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-1813-259/+256
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-185-287/+311
* improved loading of package parts so that same logical parts correspond to th...Yegor Kozlov2009-08-142-9/+12
* Improved parsing of OOXML documents, see Bugzilla 47668Yegor Kozlov2009-08-126-39/+80
* removed temporary fix for compatibility with Mac Excel 2008 Sp2Yegor Kozlov2009-08-093-5/+5
* Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when r...Yegor Kozlov2009-08-051-9/+19
* Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ...Yegor Kozlov2009-08-051-16/+1
* Custom XML import features; tests and implementationPaolo Mottadelli2009-07-306-3/+262
* fixed XWPFWordExtractor to extract inserted/deleted text, see Bugzilla 45597Yegor Kozlov2009-07-251-14/+10
* fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bu...Yegor Kozlov2009-07-245-4/+40
* POIXMLproperties: created, creator, modified, lastprinted, identifier, revisi...Paolo Mottadelli2009-07-211-8/+81
* POIXMLproperties: core properties improvement + testPaolo Mottadelli2009-07-201-0/+12
* Fix for saving custom and extended OOXML propertiesYegor Kozlov2009-07-192-25/+80
* Support for extraction of endnotes from docx filesYegor Kozlov2009-07-183-1/+22
* Support for extraction of footnotes from docx files, see Bugzilla 45556Yegor Kozlov2009-07-188-189/+302
* Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517Yegor Kozlov2009-07-181-7/+16
* support for custom XML mappings in XSSF, see Bugzilla 47520Yegor Kozlov2009-07-169-6/+1356
* Fixed NPE when retrieving core properties from a newly created workbook, see ...Yegor Kozlov2009-07-121-8/+1
* fixed XSSF and OpenXml4J to read/write relationships with targets starting wi...Yegor Kozlov2009-07-123-14/+37
* Explicitly set the 1900 date system when creating XSSF workbooks, see Bugzill...Yegor Kozlov2009-06-271-0/+5
* Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu...Yegor Kozlov2009-06-101-2/+4
* Fixed XSSFCell to avoid generating xsi:nil entries in shared string tableYegor Kozlov2009-05-301-1/+1
* Fixed XSSFCell to properly read inline stringsYegor Kozlov2009-05-231-4/+14
* Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and forma...Josh Micich2009-05-2056-7713/+7716
* Tweaked patch from bug #46287 - Control of header and footer extraction in Ex...Nick Burch2009-05-171-18/+29
* Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCo...Nick Burch2009-05-172-35/+580
* fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId se...Yegor Kozlov2009-04-241-1/+3
* Fixed XSLFPowerPointExtractor to properly process line breaks, see bugzilla 4...Yegor Kozlov2009-04-202-6/+18
* moved 'throw' into else clause avoiding exception on every call of cloneStyle...Yegor Kozlov2009-04-201-1/+2
* avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cellYegor Kozlov2009-04-201-2/+2
* Allow 255 arguments for excel functions in XSSF, see bugzilla 46279Yegor Kozlov2009-04-185-30/+10
* Fixed XSSFCell to preserve cell style when cell value is set to blank, also a...Yegor Kozlov2009-04-172-5/+6
* removed deprecated code to keep javac happyYegor Kozlov2009-04-171-14/+6
* added Workbook.getName(String) method. Fixed javadoc on related methodsJosh Micich2009-04-161-29/+23
* Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common...Josh Micich2009-04-111-1/+4
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-115-7/+5