|
|
@ -13,7 +13,7 @@ import cokr.xit.foundation.data.DataObject;
|
|
|
|
|
|
|
|
|
|
|
|
public class XLSTest {
|
|
|
|
public class XLSTest {
|
|
|
|
private String file(String str) {
|
|
|
|
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);
|
|
|
|
File file = new File(path);
|
|
|
|
if (file.exists())
|
|
|
|
if (file.exists())
|
|
|
|
file.delete();
|
|
|
|
file.delete();
|
|
|
|