aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* Improvements to patch 47809 (support for UDFs)Josh Micich2009-09-173-36/+20
* 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-132-0/+4
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-13130-0/+0
* improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813Yegor Kozlov2009-09-124-2/+155
* fix for extraction paragraphs and sections from headers/footers with XWPFWord...Yegor Kozlov2009-08-313-29/+79
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-2339-270/+116
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-2214-138/+117
* fixes and misc refactorings suggested by IntellijYegor Kozlov2009-08-2121-296/+64
* first createWatermark implementationPaolo Mottadelli2009-08-203-1/+121
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-1915-273/+132
* Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa...Josh Micich2009-08-192-22/+21
* createHeader/Footer with paragraphs and fixed GUMP break (case sensitive/inse...Paolo Mottadelli2009-08-192-20/+58
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-1821-510/+455
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-1818-543/+522
* createHeader/Footer methods + testsPaolo Mottadelli2009-08-187-25/+270
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-1815-357/+359
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-1820-584/+539
* renamed macro-enabled test files to have the correct extentionsYegor Kozlov2009-08-145-12/+34
* 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-129-47/+236
* removed temporary fix for compatibility with Mac Excel 2008 Sp2Yegor Kozlov2009-08-095-8/+8
* Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when r...Yegor Kozlov2009-08-052-9/+35
* 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-307-3/+262
* fixed XWPFWordExtractor to extract inserted/deleted text, see Bugzilla 45597Yegor Kozlov2009-07-252-14/+17
* fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bu...Yegor Kozlov2009-07-249-26/+89
* POIXMLproperties: created, creator, modified, lastprinted, identifier, revisi...Paolo Mottadelli2009-07-212-25/+123
* POIXMLproperties: core properties improvement + testPaolo Mottadelli2009-07-202-2/+39
* Fix for saving custom and extended OOXML propertiesYegor Kozlov2009-07-193-25/+214
* Support for extraction of endnotes from docx filesYegor Kozlov2009-07-184-2/+31
* Support for extraction of footnotes from docx files, see Bugzilla 45556Yegor Kozlov2009-07-1810-388/+476
* Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517Yegor Kozlov2009-07-182-11/+41
* fixed case-sensitive file names in unit tests for Bugzilla 47520Yegor Kozlov2009-07-162-2/+2
* fixed a compile error in TestMapInfoYegor Kozlov2009-07-161-1/+1
* support for custom XML mappings in XSSF, see Bugzilla 47520Yegor Kozlov2009-07-1611-6/+1660
* Fixed NPE when retrieving core properties from a newly created workbook, see ...Yegor Kozlov2009-07-122-8/+26
* fixed XSSF and OpenXml4J to read/write relationships with targets starting wi...Yegor Kozlov2009-07-128-27/+84
* Explicitly set the 1900 date system when creating XSSF workbooks, see Bugzill...Yegor Kozlov2009-06-272-1/+14
* fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi...Yegor Kozlov2009-06-191-7/+8
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-125-174/+159
* Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu...Yegor Kozlov2009-06-102-6/+8
* Fixed XSSFCell to avoid generating xsi:nil entries in shared string tableYegor Kozlov2009-05-302-1/+28
* Fixed XSSFCell to properly read inline stringsYegor Kozlov2009-05-232-4/+43
* Changed CRLF to LF in ooxml/testcases. Minor fixes for compiler warnings and ...Josh Micich2009-05-2115-1168/+1175
* Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and forma...Josh Micich2009-05-2056-7713/+7716
* Removed badly encoded character from test class. Minor re-formattingJosh Micich2009-05-181-253/+243
* Tweaked patch from bug #46287 - Control of header and footer extraction in Ex...Nick Burch2009-05-171-18/+29