Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 102,517 for

workbook

(0.28 sec)
  1. Hide Unhide Worksheet 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 class HideUnhideWorksheet...HideUnhideWorksheet / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/hide-unhide-workshee...
  2. Encrypt And Decrypt ODS files with Node.js via ...

    Password-protect and encrypt ODS files using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...Password protect the file workbook . getSettings (). setPassword...

    docs.aspose.com/cells/nodejs-cpp/encrypt-and-de...
  3. Using Built-in Styles|Documentation

    JavaScript code to use Excel built-in styles with Aspose.Cells for JavaScript via C++....use built‑in styles in your workbook and also create custom styles...Built-in Styles The method Workbook.createBuiltinStyle(BuiltinStyleType)...

    docs.aspose.com/cells/javascript-cpp/using-buil...
  4. Line Breaks and Text Wrapping with C++|Document...

    How to implement text wrapping and word wrap using the Aspose.Cells library in C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....\\ " ); // Create Workbook Object Workbook wb ; // Open first...first Worksheet in the workbook Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/line-breaks-and-text-...
  5. 使用JavaScript通过C++将多个工作表合并为一个工作表。|Documentation

    学习如何使用8647720447Script通过C++将多个工作表合并为一个工作表。...Merge Worksheets into One Workbook </ h1 > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/combine...
  6. Copying and Moving Worksheets with Node.js via ...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel Workbook and across Excel Workbooks using the Node.js API with C++....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheets , complete with...

    docs.aspose.com/cells/nodejs-cpp/copying-and-mo...
  7. 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/unprotect-a-works...
  8. 使用JavaScript通过C++创建工作簿和工作表范围命名。|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++创建工作簿和工作表范围命名。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...create a new blank workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  9. Inserting and Removing Cell Comments in a Works...

    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.... Workbooks . Open ( myPath , Missing...a new Workbook. //Open the Excel file. Workbook workbook = new...

    docs.aspose.com/cells/net/inserting-and-removin...
  10. 在VSTO和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.... Workbooks . Open ( myPath , Missing...//Add 5 new worksheets to the workbook and fill some data //into...

    docs.aspose.com/cells/zh/net/adding-new-workshe...