@ -13,7 +13,7 @@ import cokr.xit.foundation.data.DataObject;
public class XLSTest {
private String file(String str) {
String path = "C:\\project\\base project\\xit-docs\\src\\test\\resources\\" + str;
String path = "src\\test\\resources\\" + str;
File file = new File(path);
if (file.exists())
file.delete();