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ファイルとして保存したいと思います。どうやってやるの?Workbook と Worksheet の方法を考えてみましたが、それを可能にするものは見つかりませんでした。
FileOutputStream fileOut = new FileOutputStream(newFilePath); wb.write(fileOut);
wb はワークブックです