summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* Fix from Florian Hopf from bug #54564 - Fix error message textNick Burch2013-06-251-1/+5
* Fix indenting to be consistent, and correct the setIncludeCellComments javado...Nick Burch2013-06-251-167/+167
* Patch from Tim Allison from bug #55142 - Not all XWPF SDT blockNick Burch2013-06-252-1/+31
* Bug 54920: do not set column and row separatedely, but use a referenceDominik Stadler2013-06-234-14/+94
* Patch from Tim Allen from bug #55066 - unit test to show that we no longer lo...Nick Burch2013-06-201-0/+21
* Fix the footnote doubling, and then enable the rest of the SDT tests from Ti...Nick Burch2013-06-182-10/+1
* Remove tab indentsNick Burch2013-06-181-6/+6
* Patch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBloc...Nick Burch2013-06-1822-117/+777
* Bug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol()Dominik Stadler2013-06-172-4/+83
* Bug 54982: Add a close() interface to POITextExtractor which can be used to f...Dominik Stadler2013-06-179-20/+186
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-139-614/+614
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-134-702/+681
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-132-349/+343
* Fix the javadoc, correct the indenting, and add the new test file from bug #5...Nick Burch2013-06-131-14/+6
* Patch from akhikhl from github pull #4 - Expose from XWPFParagraph the number...Nick Burch2013-06-122-1/+65
* Patch from akhikhl from github pull #3 - Extract references from XWPF footnotesNick Burch2013-06-122-4/+13
* JavaDoc fixes from #54731 from Dominik StadlerNick Burch2013-06-121-1/+1
* Stub out the unit tests needed for bug #55026, and add the sample file from thatNick Burch2013-05-291-0/+19
* Where possible, allow fetching of the size of the OPC Package Part (-1 if not)Nick Burch2013-05-154-0/+47
* Bugzilla 54625 - Register user-defined functions in instance scope instead of...Yegor Kozlov2013-03-033-58/+39
* Bugzilla 54436: Fixed metadata for GETPIVOTDATA functionYegor Kozlov2013-03-021-0/+17
* Improve the number of steps when generating an ID of a new relationship, and ...Nick Burch2013-02-042-8/+36
* one more fix related to Bugzilla 54407Yegor Kozlov2013-01-231-0/+1
* Bugzilla 54407 - Avoid XmlValueDisconnectedException when merging slides Yegor Kozlov2013-01-222-0/+88
* fix exception when calling importContent, see Bugzilla 54407Yegor Kozlov2013-01-213-7/+32
* Patch from Jan from bug #54282 - Improve the performance of ColumnHelper addC...Nick Burch2012-12-121-1/+2
* Bug 53650 - Prevent unreadable content and disalow to overwrite rows in user...Yegor Kozlov2012-12-073-1/+63
* Bugs 54228,53672 - Fixed XSSF to read cells with missing R attributeYegor Kozlov2012-12-052-4/+108
* Bug 54206: ValueRecordsAggregate.updateFormulasAfterRowShift doesn't update s...Yegor Kozlov2012-12-042-5/+9
* sync table headers with worksheet on saveYegor Kozlov2012-12-021-5/+33
* Bug 54210 - Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNGYegor Kozlov2012-12-021-1/+35
* fixed javadoc warningsYegor Kozlov2012-11-163-7/+2
* follow-up to 54099: include STMerge & CTVMerge in poi-ooxml-schemas jarYegor Kozlov2012-11-151-0/+2
* Bugzilla 54099 - Ensure that CTHMerge and CTTcBorders go to poi-ooxml-schemas...Yegor Kozlov2012-11-081-9/+16
* example how to create pptx pie chart from template, more tests for poi-ooxmlYegor Kozlov2012-11-072-3/+171
* Bugzilla 54070: Patch for typos in comments, javadoc and documentation Yegor Kozlov2012-11-012-3/+3
* Bug #53282 - Avoid exception when parsing OPC relationships with non-breaking...Yegor Kozlov2012-10-293-1/+59
* Bug #53374 Avoid exceptions when parsing hyperlinks of type 'javascript://'Yegor Kozlov2012-10-263-1/+24
* preserve leading / trailing spaces in SXSSFYegor Kozlov2012-10-122-1/+56
* Bug 53965: Fixed XmlValueOutOfRangeExceptio calling getDataValidations for cu...Yegor Kozlov2012-10-102-1/+27
* Bugzilla 53568: Fixed null returned by XSSFPicture.getPictureData()Yegor Kozlov2012-10-105-31/+84
* Bugzilla 53950 - fixed setForceFormulaRecalculation to reset workbook-level m...Yegor Kozlov2012-10-044-7/+28
* Bugzilla 52211 - avoid unnessary re-coverting content types to US-ASCII, it c...Yegor Kozlov2012-10-042-11/+4
* Bugzilla 53568 - Set shapes anchors in XSSF when reading from existing drawingsYegor Kozlov2012-10-043-7/+72
* Bugzilla 53780: Fixed memory and temporary file leak in SXSSFYegor Kozlov2012-09-1410-30/+176
* added relation for XSLF chartsYegor Kozlov2012-09-142-1/+118
* bugzilla ticket 53642: added detailed logging for formula evaluation in both ...Evgeniy Berlog2012-09-051-0/+6
* removed #Override from interfaces to keep javac on JDK 1.5 happyYegor Kozlov2012-08-062-9/+0
* Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-045-80/+200
* fixed compilation errors on JDK 1.5Yegor Kozlov2012-07-242-4/+0