Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我克隆了一个工作表并对其进行了更改。现在我想将它存储为一个新的 Excel 文件。我怎样才能做到这一点?我看着工作簿和工作表的方法,找不到任何可以让我这样做的方法。
FileOutputStream fileOut = new FileOutputStream(newFilePath); wb.write(fileOut);
其中 wb 是工作簿