poi/src
2016-06-13 10:55:49 +00:00
..
contrib fix eclipse warning - mostly generics cosmetics 2015-09-13 12:36:56 +00:00
examples bug 58787: reintegrate changes from ss_border_property_template branch at r1748074. The BorderPropertyTemplate allows changes to border formatting to be staged in a template and applied to a sheet at a later time. This reduces the number of intermediate styles created, reduces interactions with cell objects (CellUtil.get/setCellProperties), and makes it easier to make the same formatting changes to multiple sheets. This utility can currently apply border line style and border color. This utility also adds the ability to add a border around a cell range rather than a single cell. Contributed by Mark Murphy. 2016-06-13 01:25:50 +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 Sonar: 'static modifier out of order with the JLS suggestions.remove No need to check for null before an instanceof; the instanceof keyword returns false when given a null argument. 2016-06-13 10:55:49 +00:00
models
ooxml findbugs URF_UNREAD_FIELD: note that unread fields were commented out in r1748084 due to a Findbugs warnings (so the disabled code is less likely to be deleted in the future 2016-06-13 07:02:33 +00:00
records Bugzilla 54070: Patch for typos in comments, javadoc and documentation 2012-11-01 15:26:27 +00:00
resources findbugs: fix SF_SWITCH_FALLTHROUGH warnings 2016-06-13 06:12:35 +00:00
scratchpad findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD warnings 2016-06-13 05:06:47 +00:00
testcases/org/apache/poi add useless unit test for o.a.p.ss.util.RegionUtil 2016-06-13 10:14:44 +00:00
types merged common_sl branch to trunk 2015-07-24 21:47:55 +00:00