|
|
@ -16,7 +16,7 @@ public class TestOutSideExcel {
|
|
|
|
public static void main(String[] args) throws IOException, InvalidFormatException, InterruptedException, ParserConfigurationException, SAXException, XPathExpressionException, DocumentException {
|
|
|
|
public static void main(String[] args) throws IOException, InvalidFormatException, InterruptedException, ParserConfigurationException, SAXException, XPathExpressionException, DocumentException {
|
|
|
|
String sourceDoc = "D:\\dsWork\\YunNanDsBase\\Doc\\待处理\\区\\【12】新-教育资源配置发展预测\\(6.11鲁甸县)《县(区)人口变化及其对教育的影响》(4).docx";
|
|
|
|
String sourceDoc = "D:\\dsWork\\YunNanDsBase\\Doc\\待处理\\区\\【12】新-教育资源配置发展预测\\(6.11鲁甸县)《县(区)人口变化及其对教育的影响》(4).docx";
|
|
|
|
//需要第几个图表
|
|
|
|
//需要第几个图表
|
|
|
|
for (int chartNumber = 36; chartNumber <= 37; chartNumber++) {
|
|
|
|
for (int chartNumber = 36; chartNumber <= 36; chartNumber++) {
|
|
|
|
System.out.println("正在处理第" + chartNumber + "个图表的信息~");
|
|
|
|
System.out.println("正在处理第" + chartNumber + "个图表的信息~");
|
|
|
|
//读取图表
|
|
|
|
//读取图表
|
|
|
|
List<List<String>> list = ExcelKit.readChart(sourceDoc, chartNumber);
|
|
|
|
List<List<String>> list = ExcelKit.readChart(sourceDoc, chartNumber);
|
|
|
|