Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 102,712 for

workbook

(0.09 sec)
  1. How to add Sensitivity Label to an Excel file -...

    Given the Workbook object. How do I add the Sensitivity Label in C#?... 2025, 8:27pm 1 Given the workbook object. How do I add the Sensitivity...in C#, you can utilize the Workbook object. While the specific...

    forum.aspose.com/t/how-to-add-sensitivity-label...
  2. Save Each Worksheet to a Different PDF|Document...

    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.... C# // Instantiate a new workbook and open the Excel file from...from its location Workbook workbook = new Workbook ( "../../data/test...

    docs.aspose.com/cells/net/save-each-worksheet-t...
  3. 在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...
  4. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....class, Workbook , that represents an Excel file. The Workbook class...); // Create a workbook object Workbook workbook ; // Get the worksheets...

    docs.aspose.com/cells/cpp/setting-margins/
  5. 通过 JavaScript 使用 C++ 设置字体。|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的JavaScript库。它支持设置单元格的字体设置,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用 Aspose.Cells 库设置单元格字体设置。...Cells 提供一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 worksheets...< h1 > Aspose.Cells Create Workbook Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  6. Assign a Macro to a Form Control with JavaScrip...

    Learn how to assign a macro code to a Form Control such as a button using Aspose.Cells for JavaScript via C++....a Form Control inside the workbook. The following sample code...code creates a new workbook, assigns a macro code to a Form button...

    docs.aspose.com/cells/javascript-cpp/assign-mac...
  7. Working with ContentTypeProperties with Node.js...

    Learn how to work with custom ContentTypeProperties in Excel files using Aspose.Cells for Node.js via C++....Cells provides Workbook.getContentTypeProper() method..."output" ); const workbook = new AsposeCells . Workbook ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/working-with-c...
  8. Page Setup Features with C++|Documentation

    Learn how to configure page setup features in Excel files using Aspose.Cells with C++....{ // Create a new workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/page-setup-features/
  9. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between Workbooks using Aspose.Cells for Node.js via C++. Efficiently manage your Workbook structures....Worksheets Within and Between Workbooks with Node.js via C++ Contents...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/nodejs-cpp/copy-and-move-...
  10. Encrypt and Decrypt Excel files with Node.js vi...

    How to encrypt and decrypt Excel files using Node.js via C++. Lock and unlock Excel files....Instantiate a Workbook object. // Open an excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify XOR encryption...

    docs.aspose.com/cells/nodejs-cpp/encrypt-and-de...