]> source.dussan.org Git - poi.git/commit
Bug 65260: Fix how we ignore errors when fonts are not installed
authorDominik Stadler <centic@apache.org>
Mon, 26 Dec 2022 16:15:44 +0000 (16:15 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 26 Dec 2022 16:15:44 +0000 (16:15 +0000)
commit3ef2c4510165052e319a5bccf0e4475e51ddb68f
tree2a426fa9c8cfb2753c6116b77728a2a2b1e44028
parent7ba2f0fffa225b3b76bb87895957254a30157595
Bug 65260: Fix how we ignore errors when fonts are not installed

The implementation via bug 66230 was not fully working due to the
caught exception.
Also add this to the 2nd constructor as well.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906218 13f79535-47bb-0310-9956-ffa450edef68
poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java
poi-ooxml/src/test/java/org/apache/poi/xssf/streaming/TestAutoSizeColumnTracker.java