]> source.dussan.org Git - poi.git/commit
A few more places I should never have introduced Cell as a parameter, sine CellRefere...
authorGreg Woolsey <gwoolsey@apache.org>
Tue, 8 May 2018 19:03:52 +0000 (19:03 +0000)
committerGreg Woolsey <gwoolsey@apache.org>
Tue, 8 May 2018 19:03:52 +0000 (19:03 +0000)
commitbf17600457f6d6bcfb7806bf5fb7af6c4d8b9f31
treed66f5f696487511ae6d164c27aad3b69cf89fa87
parent02178bac2b5dc99bfb7f141c2fc5ddfc838debb4
A few more places I should never have introduced Cell as a parameter, sine CellReference is all that is needed, faster, and allows for undefined cells.

Backward compatible for the few people using it so far, with comments to point to the faster methods.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831203 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/usermodel/Table.java
src/java/org/apache/poi/ss/usermodel/TableStyleType.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java