parent
83fda850fc
commit
6f0279745f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,14 +0,0 @@
|
|||||||
package com.dsideal.base.Tools.FillData.Test;
|
|
||||||
|
|
||||||
import com.dsideal.base.Tools.FillData.ExcelKit.ExcelUtil;
|
|
||||||
|
|
||||||
import java.io.IOException;
|
|
||||||
|
|
||||||
public class ConvertXls {
|
|
||||||
public static void main(String[] args) throws IOException {
|
|
||||||
String inputFile = "D:\\dsWork\\YunNanDsBase\\Doc\\待处理\\市\\【7】概览\\(昭通市)汇总表.xls";
|
|
||||||
String outputFile = "D:\\dsWork\\YunNanDsBase\\Doc\\待处理\\市\\【7】概览\\(昭通市)汇总表.xlsx";
|
|
||||||
|
|
||||||
ExcelUtil.xlsChangeXlsx(inputFile, outputFile);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in new issue