// Create a new workbook Workbook workbook = new Workbook(); // Document Solutions for Excel supports open xltx file workbook.open("xltx-imported.xltx"); // Save workbook as xltx file workbook.save("xltx-exported.xltx");