change excel file direcory

This commit is contained in:
STS
2020-07-19 10:15:37 +02:00
parent c6a1041c40
commit e13f2c8e8b
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.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.xssf.usermodel.XSSFSheet;
@@ -14,7 +14,7 @@ import java.net.URISyntaxException;
import java.nio.file.Paths;
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 ExcelFormula excelFormula;