Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 102,518 for

workbook

(0.14 sec)
  1. Converting Excel Files to HTML in Python|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... SaveFormat workbook = self . Workbook ( self . dataDir...document in **HTML** format workbook . save ( self . dataDir +...

    docs.aspose.com/cells/java/converting-excel-fil...
  2. 使用JavaScript via C++将指定的工作表保存为PDF|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++将指定工作表保存为PDF。..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/save-sp...
  3. Protecting Worksheets in Ruby|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/protecting-worksheet...
  4. 在Ruby中保护工作表|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/protecting-worksh...
  5. How to Format Number to Percentage|Documentation

    This article will introduce how to format numbers to percentages using Aspose.Cells for JavaScript via C++ API.... Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  6. 在 Node.js via C++ 中查找工作表内元素的绝对位置|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在工作表中查找形状的绝对位置。...file inside the workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx" )); //...

    docs.aspose.com/cells/zh/nodejs-cpp/finding-abs...
  7. 使用 Node.js 和 C++ 将 Excel 保存为标准或最小尺寸的 PDF|Docume...

    学习如何使用 Aspose.Cells for Node.js via C++ 以标准或最小尺寸将 Excel 文件保存为 PDF。...excel file into workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Save into Pdf with Minimum size...

    docs.aspose.com/cells/zh/nodejs-cpp/save-excel-...
  8. Cut and Paste Range with Node.js via C++|Docume...

    Learn how to cut and paste cells within a worksheet using Aspose.Cells for Node.js via C++...."output" ); const workbook = new AsposeCells . Workbook (); const worksheet...worksheet = workbook . getWorksheets (). get ( 0 ); worksheet...

    docs.aspose.com/cells/nodejs-cpp/cut-and-paste-...
  9. 使用C++加密和解密ODS文件|Documentation

    使用纯C++库Aspose.Cells for C++对ODS文件进行密码保护和加密。...; // Open an ODS file Workbook workbook ( sourceDir + u "sampleODSFile...Password protect the file workbook . GetSettings (). SetPassword...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  10. Hide or Unhide a Worksheet in Python|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Python Code workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/hide-or-unhide-a-wor...