revert test change

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908175 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2023-03-07 22:14:25 +00:00
parent c8ef2e89ba
commit 7d67fa729e
1 changed files with 0 additions and 4 deletions

View File

@ -667,10 +667,6 @@ public final class TestSXSSFWorkbook extends BaseTestXWorkbook {
cell.setCellStyle(cellStyle);
workbook.write(bos);
try (java.io.FileOutputStream fos = new java.io.FileOutputStream("/Users/pj.fanning/test.xlsx")) {
workbook.write(fos);
}
try (XSSFWorkbook xssfWorkbook = new XSSFWorkbook(bos.toInputStream())) {
XSSFSheet xssfSheet = xssfWorkbook.getSheetAt(0);
DataFormatter dataFormatter = new DataFormatter();