Excel API Library for Java - Sample Browser | Document Solutions | Open and save xltx file

[フレーム] src="bundle.js"> Refer to the following example code to see how to open and save xltx file. // 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"); // Create a new workbook var workbook = Workbook() // Document Solutions for Excel supports open xltx file workbook.open("xltx-imported.xltx") // Save workbook as xltx file workbook.save("xltx-exported.xltx")

AltStyle によって変換されたページ (->オリジナル) /