change excel file direcory

This commit is contained in:
STS 2020-07-19 10:15:37 +02:00
parent 3e31cb49b1
commit 9b7caf3118
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.poi.excel.setFormula; package com.baeldung.poi.excel.setformula;
import org.apache.poi.xssf.usermodel.XSSFCell; import org.apache.poi.xssf.usermodel.XSSFCell;
import org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator; import org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator;

View File

@ -1,4 +1,4 @@
package com.baeldung.poi.excel.setFormula; package com.baeldung.poi.excel.setformula;
import org.apache.poi.ss.util.CellReference; import org.apache.poi.ss.util.CellReference;
import org.apache.poi.xssf.usermodel.XSSFSheet; import org.apache.poi.xssf.usermodel.XSSFSheet;
@ -14,7 +14,7 @@ import java.net.URISyntaxException;
import java.nio.file.Paths; import java.nio.file.Paths;
class ExcelFormulaUnitTest { class ExcelFormulaUnitTest {
private static String FILE_NAME = "SetFormulaTest.xlsx"; private static String FILE_NAME = "com/bealdung/poi/excel/setformula/SetFormulaTest.xlsx";
private String fileLocation; private String fileLocation;
private ExcelFormula excelFormula; private ExcelFormula excelFormula;