]> source.dussan.org Git - poi.git/commit
ExcelComparator: Adjust iterating rows/columns
authorDominik Stadler <centic@apache.org>
Wed, 5 Jun 2019 20:28:07 +0000 (20:28 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 5 Jun 2019 20:28:07 +0000 (20:28 +0000)
commit8808bf7b723c6b47939034b6c8f23feb5c778521
tree956692150da0611bc37f4d91c82643286c847e74
parentb12b4398edd91b14ff08c8362bb8aea5a4f6adc9
ExcelComparator: Adjust iterating rows/columns
Run this sample as part of the integration tests
Open the files read-only to not re-write them with changed content
Add null-checks and use toString() to prevent exceptions with certain files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1860688 13f79535-47bb-0310-9956-ffa450edef68
src/examples/src/org/apache/poi/ss/examples/ExcelComparator.java
src/integrationtest/org/apache/poi/stress/XSSFFileHandler.java