Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 82,286 for

workbook

(0.05 sec)
  1. Add Comment In 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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...worksheet to the Workbook object int sheetIndex = workbook . Worksheets...

    docs.aspose.com/cells/net/add-comment-in-worksh...
  2. Create, Manipulate, or Remove Scenarios from Wo...

    Learn how to create, modify, and delete scenarios in Excel worksheets programmatically using Aspose.Cells for Python via .NET API....modified workbook import os from aspose.cells import Workbook # For...the Workbook and load an Excel file workbook = Workbook ( os...

    docs.aspose.com/cells/python-net/create-manipul...
  3. Unfreeze Rows or Columns with Node.js via C++|D...

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel Worksheets programmatically using Node.js API with C++.... Construct Workbook to open the frozen file. Unfreeze...xlsx" ); const workbook = new AsposeCells . Workbook ( frozenFilePath...

    docs.aspose.com/cells/nodejs-cpp/unfreeze-rows-...
  4. 用C++在范围内搜索和替换数据|Documentation

    本文演示如何用C++代码在Excel中搜索和替换范围内的数据。...xlsx" ; // Create workbook Workbook workbook ( filePath ); //...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/search-and-replace...
  5. How to Rotate Text of Cell with C++|Documentation

    C++ code to rotate text of Cell with Aspose.Cells for C++ API...Excel Workbook First, you need to load the Excel workbook using...Aspose.Cells. You can use the Workbook class to open an existing...

    docs.aspose.com/cells/cpp/how-to-rotate-text-of...
  6. Manage Legend of Excel Charts with C++|Document...

    Learn how to utilize Aspose.Cells for C++ to effectively utilize and customize chart legends in Microsoft Excel. Our comprehensive guide explains the legend's functionality, how to access and modify it, as well as how to improve visualization and data understanding with legends....Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/chart-legend/
  7. Data Sorting with C++|Documentation

    Learn how to sort data by using the Aspose.Cells for C++ API....xls" ; // Create workbook Workbook workbook ( inputFilePath );...); // Get the workbook datasorter object DataSorter sorter =...

    docs.aspose.com/cells/cpp/sort-data-of-excel/
  8. 使用C++向已签名的Excel文件添加数字签名|Documentation

    学习如何使用Aspose.Cells for C++向已签名的Excel文件添加数字签名。通过多重签名保持文档完整性。...Cells提供 Workbook::AddDigitalSignature(DigitalSignatureColl...如何向已经签名的Excel文件添加数字签名 以下示例代码演示了如何使用 Workbook::AddDigitalSignature 在已签名...

    docs.aspose.com/cells/zh/cpp/add-digital-signat...
  9. Inserting a WAV file as an Ole Object with C++|...

    Learn how to insert a WAV file as an OLE object in Excel worksheets using Aspose.Cells with C++....intIndex = 0 ; Workbook workbook ; Worksheet sheet = workbook . GetWorksheets..., 220.0 , aspImageData ); workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/inserting-a-wav-file-...
  10. Use Custom XML Parts in Aspose.Cells with C++|D...

    Learn how to use custom XML parts in Excel files programmatically using Aspose.Cells with C++....Cells via the Workbook.ContentTypePropertie.Add()...following sample code uses the Workbook.ContentTypePropertie.Add()...

    docs.aspose.com/cells/cpp/use-custom-xml-parts-...