]> source.dussan.org Git - poi.git/commit
XSSFTable should format numeric/date cells when used as Column Header names as Excel...
authorNick Burch <nick@apache.org>
Wed, 7 Jun 2017 12:39:41 +0000 (12:39 +0000)
committerNick Burch <nick@apache.org>
Wed, 7 Jun 2017 12:39:41 +0000 (12:39 +0000)
commit9907b69401ecfa79ebfefeb8aeeda0be6c00e765
tree0121013495ed40fba75a7969435c6c9a777ec7bb
parentbf7d6f41f4d0a5e4ada0e9ef68a17e8f5f6b575f
XSSFTable should format numeric/date cells when used as Column Header names as Excel does, see https://stackoverflow.com/questions/44407111/apache-poi-cant-format-filled-cells-as-numeric

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1797914 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java
test-data/spreadsheet/TablesWithDifferentHeaders.xlsx [new file with mode: 0644]