summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* bug 57840: re-use XSSFEvaluationWorkbook when expanding a shared formula; pat...Javen O'Neal2016-06-112-6/+19
* whitespace (tabs to spaces); +props svn:eol-style=nativeJaven O'Neal2016-06-111-51/+51
* bug 57840: cache XSSFEvaluationCell and XSSFEvaluationSheet instances (30% ev...Javen O'Neal2016-06-112-10/+64
* bug 57840: avoid auto-boxing ints for row/column TreeTable lookups (4% evalua...Javen O'Neal2016-06-112-15/+15
* remove deprecated o.a.p.xssf.model.IndexedUDFFinder, which was moved to o.a.p...Javen O'Neal2016-06-111-37/+0
* fix typoJaven O'Neal2016-06-111-1/+1
* bug 57840: initialize the column header cache with 50% empty spaceJaven O'Neal2016-06-111-3/+3
* bug 57840: add test using a Data Table not anchored at A1Javen O'Neal2016-06-111-4/+17
* fix text height testAndreas Beeker2016-06-101-2/+4
* bug 57840: add unit tests for XSSFTable methods; rename XSSFTable.getNumerOfM...Javen O'Neal2016-06-103-2/+105
* bug 57840: add unit test for XSSFTable.findColumnIndexJaven O'Neal2016-06-102-3/+30
* bug 57840: fix to reuse XSSFEvaluationWorkbook inside itself; patch from Greg...Javen O'Neal2016-06-102-4/+2
* +props svn:eol-style nativeJaven O'Neal2016-06-101-1/+1
* bug 57721: add unit test for evaluating all formulas in a workbook containing...Javen O'Neal2016-06-101-0/+10
* add missing AL headerJaven O'Neal2016-06-101-0/+17
* close opened workbooks in unit testsxssf_structured_referencesJaven O'Neal2016-06-101-11/+33
* bug 57840: add structured reference formula parsing tests from FormulaParser....Javen O'Neal2016-06-101-1/+171
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-1/+1
* ooxml o.a.p.ss.formula.TestFormulaParser junit3 -> junit4Javen O'Neal2016-06-101-2/+13
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-515/+515
* bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex a...Javen O'Neal2016-06-106-22/+71
* whitespace (tabs to spaces)Javen O'Neal2016-06-102-94/+94
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-6/+6
* bug 57840: check for null to avoid NPE; add unit test for XSSFWorkbook.getTab...Javen O'Neal2016-06-104-3/+38
* bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook w...Javen O'Neal2016-06-101-35/+10
* bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook w...Javen O'Neal2016-06-103-8/+52
* whitespace (tabs to spaces)Javen O'Neal2016-06-102-166/+170
* bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured...Javen O'Neal2016-06-109-14/+119
* bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured...Javen O'Neal2016-06-101-0/+63
* #59686 - Error when trying to access XSLFTableCell properties like textHeight...Andreas Beeker2016-06-092-0/+33
* Add XSSF support to ForkedEvaluatorAndreas Beeker2016-06-072-1/+31
* sonar fixAndreas Beeker2016-06-061-0/+1
* PPTX2PNG - don't complain about missing output dir, when in testing modeAndreas Beeker2016-06-051-6/+6
* Regression fix for XSLF Andreas Beeker2016-06-057-78/+125
* #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to ...Andreas Beeker2016-06-0412-140/+557
* Try to not fail if the time-webservice is offline temporarilyDominik Stadler2016-06-031-3/+7
* Add disabled test for XWPF writing to a new stream when opened read-onlyNick Burch2016-06-022-0/+23
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-024-36/+14
* Avoid NPE in XWPFTableCell, taken from https://github.com/prasad-babu/poi/tre...Dominik Stadler2016-06-022-25/+33
* Try to reproduce bug 57798 but it seems to be fixed in the meantimeDominik Stadler2016-06-021-1/+2
* Bug 59378: Try to reproduce, but could notDominik Stadler2016-06-021-0/+16
* Bug 57838: Also remove comments when removing a rowDominik Stadler2016-05-292-10/+37
* Update error message to better indicate that we need a sample-file hereDominik Stadler2016-05-291-1/+1
* Try to access set/getVisible as well in TestXSSFVMLDrawingDominik Stadler2016-05-291-0/+4
* fix handling of hsl and linear rgb (%-values)Andreas Beeker2016-05-243-38/+68
* Adjust two tests slightlyDominik Stadler2016-05-242-15/+9
* #58217 - XSLF: support alpha channel on solid colors (fill, line, text)Andreas Beeker2016-05-225-54/+143
* XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()Andreas Beeker2016-05-222-3/+11
* Bug 58190: Add more overloaded methods for adding pictures from streams and f...Dominik Stadler2016-05-221-1/+42
* fix javadocsAndreas Beeker2016-05-201-4/+1