在IDE中而不是在JAR中读取然后写入相同的excel文件

时间:2019-06-12 05:54:16

标签: java excel apache-poi

当我在NetBeans IDE 8.2中运行此代码时,它会更新excel文件而不会发生意外。但是,当我构建JAR时,运行此部分代码“ java.io.FileNotFoundException:file:\ D:\ Projects \ ht \ ht \ dist \ ht.jar!\ HTAlarms_1.xlsx”时,出现以下错误。它可以很好地读取excel文件,但是在尝试写入excel文件时出现了错误。

llvm::SmallVector<int, 5> smallVector;
 for(int i = 0; i < 5; i++) { 
    smallVector.push_back(i); } // No heap allocations have been performed up to this point.
     smallVector.push_back(6); // heap allocation now

0 个答案:

没有答案