| Commit message (Expand) | Author | Age | Files | Lines |
* | don't leave behind files when running unit tests. In the future this should b... | Javen O'Neal | 2015-11-02 | 1 | -0/+4 |
* | replace deprecated usage of FormulaShifter.createForRowShift | Javen O'Neal | 2015-11-02 | 1 | -1/+2 |
* | bug58452: set cell formulas containing unregistered function names | Javen O'Neal | 2015-10-31 | 1 | -14/+72 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-13 | 2 | -71/+108 |
* | More forbidden apis fixes (added main-tests to the check) | Andreas Beeker | 2015-09-11 | 2 | -27/+28 |
* | Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additi... | David North | 2015-08-19 | 1 | -1/+57 |
* | More helpful output if a re-write test fails | Nick Burch | 2015-07-13 | 1 | -3/+9 |
* | Avoid possible NPE found via CommonCrawl files | Dominik Stadler | 2015-05-11 | 1 | -1/+3 |
* | Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec | Dominik Stadler | 2015-01-09 | 1 | -60/+91 |
* | Bug 45312: Add unit-test and javadoc, also convert file to proper line-ending... | Dominik Stadler | 2014-08-31 | 1 | -662/+809 |
* | Areas can have multi-sheet references too, so add FormulaParser support to th... | Nick Burch | 2014-07-25 | 1 | -0/+21 |
* | More progress towards #55906 - Have the ExternSheet references set up for mul... | Nick Burch | 2014-07-25 | 1 | -2/+1 |
* | More progress towards #55906 - FormulaParser is able to identify and parse mu... | Nick Burch | 2014-07-24 | 1 | -0/+28 |
* | Update the formula evaluator to support XSSF style external named ranges too | Nick Burch | 2014-07-20 | 1 | -7/+30 |
* | Start to support formula parsing of sheet-specified named ranges, required fo... | Nick Burch | 2014-07-18 | 2 | -6/+47 |
* | #56737 Sometimes Excel writes an internal reference to a local name in an odd... | Nick Burch | 2014-07-18 | 1 | -3/+12 |
* | Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ... | Dominik Stadler | 2014-05-16 | 2 | -39/+8 |
* | remove some unused imports and some useless TODOs, slightly more | Dominik Stadler | 2013-12-31 | 1 | -22/+20 |
* | clear unused import warnings | Yegor Kozlov | 2012-11-12 | 4 | -7/+0 |
* | added javadoc and few other improvements | Evgeniy Berlog | 2012-08-06 | 2 | -17/+4 |
* | merged with trunk | Evgeniy Berlog | 2012-08-05 | 1 | -0/+41 |
|\ |
|
| * | Bugzilla 53414: properly update sheet dimensions when adding column | Yegor Kozlov | 2012-06-26 | 1 | -0/+41 |
* | | fixed compilation for jdk 1.5 | Evgeniy Berlog | 2012-08-02 | 1 | -4/+6 |
* | | added Apache License header to each new file | Evgeniy Berlog | 2012-08-01 | 4 | -0/+68 |
* | | added features: | Evgeniy Berlog | 2012-07-28 | 2 | -22/+28 |
* | | added few improvements | Evgeniy Berlog | 2012-07-23 | 1 | -0/+114 |
* | | implemented removing of all shape types | Evgeniy Berlog | 2012-07-19 | 1 | -0/+141 |
* | | implemented cloning of shapes | Evgeniy Berlog | 2012-07-19 | 2 | -44/+2 |
* | | moved HSSFObjectData into drawing layer | Evgeniy Berlog | 2012-07-13 | 1 | -1/+1 |
* | | fixed auto filters(added class HSSFCombobox) | Evgeniy Berlog | 2012-07-11 | 2 | -2/+57 |
* | | checked all examples, added several features | Evgeniy Berlog | 2012-07-11 | 2 | -4/+45 |
* | | implemented creating shapes in new file using new model | Evgeniy Berlog | 2012-07-06 | 2 | -5/+34 |
* | | implemented work with existing shape groups and polygons | Evgeniy Berlog | 2012-07-01 | 2 | -15/+7 |
* | | implemented creating comments in existing files, bugfixes | Evgeniy Berlog | 2012-06-28 | 2 | -28/+69 |
* | | implemented creating shapes in existing files | Evgeniy Berlog | 2012-06-26 | 2 | -0/+50 |
* | | added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added tests | Evgeniy Berlog | 2012-06-22 | 3 | -3/+302 |
* | | improved aggregating drawing records in documents with charts, | Evgeniy Berlog | 2012-06-19 | 2 | -8/+150 |
* | | Added such improvements: | Evgeniy Berlog | 2012-06-18 | 2 | -0/+369 |
* | | fixed EscherAggregate to correctly write records with trailing solver container | Yegor Kozlov | 2012-06-14 | 1 | -43/+192 |
* | | initial support for reading shapes, see patch from June 8 in Bugzilla 53372 | Yegor Kozlov | 2012-06-08 | 1 | -21/+89 |
* | | Bugzilla 53010, patch from June 3: improved support for Continue records in d... | Yegor Kozlov | 2012-06-04 | 1 | -122/+175 |
* | | more tests and fixes, see patch from May 30 in Bugzilla 53010 | Yegor Kozlov | 2012-05-31 | 1 | -21/+152 |
* | | Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in... | Yegor Kozlov | 2012-05-28 | 1 | -0/+1802 |
|/ |
|
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 2 | -2/+0 |
* | bug 46250 - Fixed cloning worksheets with images | Yegor Kozlov | 2011-07-19 | 1 | -27/+99 |
* | added Workbook.getForceFormulaRecalculation as requested in Bug 51422 | Yegor Kozlov | 2011-06-30 | 1 | -0/+4 |
* | Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat... | Yegor Kozlov | 2011-06-27 | 1 | -0/+23 |
* | Bug 51332 - Fixed internal IDs of shapes generated by HSSFPatriarch when ther... | Yegor Kozlov | 2011-06-22 | 1 | -0/+58 |
* | improved LinkTable to support registering external UDFs. | Yegor Kozlov | 2010-11-27 | 2 | -5/+117 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 5 | -56/+56 |