Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 82,045 for

workbook

(0.04 sec)
  1. Opening Files in Jython|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.... cells import Workbook from com . aspose . cells...Opening from path # Creatin an Workbook object with an Excel file...

    docs.aspose.com/cells/java/opening-files-in-jyt...
  2. 将每个工作表保存为不同的PDF文件使用Aspose.Cells|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....dataDir + "workbook.xlsx" ; //Instantiate a new workbook and open...from its location Workbook workbook = new Workbook ( filePath );...

    docs.aspose.com/cells/zh/java/save-each-workshe...
  3. Protect and Unprotect Worksheet with C++|Docume...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for C++....code to implement protecting workbook structure of Excel files....(); // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/protect-and-unprotect...
  4. 在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....Instantiating a Workbook object workbook = self . Workbook ( self ...."Book1.xls" ) worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  5. Protecting and Unprotecting Workbooks in VSTO a...

    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....Protecting and Unprotecting Workbooks in VSTO and Aspose.Cells Contents...Microsoft Excel file, protect the workbook with structure and Windows...

    docs.aspose.com/cells/net/protecting-and-unprot...
  6. 在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....Opening from path \# Creatin an Workbook object with an Excel file...file path workbook1 = self . Workbook ( self . dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/opening-files-in-...
  7. 用C++管理工作簿|Documentation

    学习如何通过Aspose.Cells for C++ API管理工作簿。... 创建新工作簿 创建新工作簿: 创建 Workbook 类的实例。 使用 WorksheetCollection...Create a new workbook Aspose :: Cells :: Workbook workbook ; // Add...

    docs.aspose.com/cells/zh/cpp/managing-workbooks...
  8. Create New Worksheet|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....Worksheet to Workbook Java //Instantiating a Workbook object Workbook...Workbook workbook = new Workbook (); //Adding a new worksheet to...

    docs.aspose.com/cells/java/create-new-worksheet/
  9. Delete Named Ranges with C++|Documentation

    Learn how to remove defined names or named ranges from Excel or OpenOffice files using Aspose.Cells for C++....Microsoft Excel and open the workbook that contains the named range...Manager dialog box. Save the workbook to retain the changes. Deletes...

    docs.aspose.com/cells/cpp/delete-named-ranges/
  10. 获取用Node.js通过C++创建Excel文档的应用程序版本号|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....js via C++提供了一个 Workbook.getBuiltInDocumentPr() 属性用于此目的。...属性用于此目的。 以下示例代码演示了如何使用 Workbook.getBuiltInDocumentPr() 属性。它加载由Microsoft...

    docs.aspose.com/cells/zh/nodejs-cpp/get-the-ver...