poi/src
2016-06-12 23:03:23 +00:00
..
contrib fix eclipse warning - mostly generics cosmetics 2015-09-13 12:36:56 +00:00
examples make CellRangeAddresses easier to cross-reference the example with the written out workbook 2016-06-11 12:18:04 +00:00
excelant Fix some Sonar issues and some IntelliJ warnings 2016-06-02 20:14:28 +00:00
integrationtest Change logger.log to System.out to print out one line for each file that is handled in the test, otherwise it is sometimes impossible to see where the test stopped (e.g. on timeout), enabling POILogger leads to 400MB logs, which is usually too much to handle... 2016-05-31 13:52:16 +00:00
java/org/apache/poi rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style from NONE to THIN fails the unit test. What is the correct behavior? 2016-06-12 23:03:23 +00:00
models
ooxml bug 57840: re-use XSSFEvaluationWorkbook when expanding a shared formula; patch from Greg Woolsey 2016-06-11 02:28:21 +00:00
records Bugzilla 54070: Patch for typos in comments, javadoc and documentation 2012-11-01 15:26:27 +00:00
resources +props svn:eol-style native 2016-06-11 04:27:21 +00:00
scratchpad #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to a PNG/SVG image 2016-06-04 22:53:00 +00:00
testcases/org/apache/poi remove public convenience methods that let the user avoid creating a CellAddress object. Having the user provide a CellAddress increases the chance the user-provided object will be reused if possible. This also moves the validation of the CellAddress object outside of this BorderPropertyTemplate class (easier to debug), improves readability, and runs slightly faster since the CellAddress is needed anyways as a key. 2016-06-12 22:33:24 +00:00
types merged common_sl branch to trunk 2015-07-24 21:47:55 +00:00