Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 102,518 for

workbook

(0.1 sec)
  1. Create, Manipulate or Remove Scenarios from Wor...

    Learn how to create, manipulate, or remove scenarios from Excel Worksheets programmatically using Node.js with C++ API....scenarios from a worksheet in a workbook via Aspose.Cells APIs. Aspose...Instantiate the Workbook // Load an Excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/create-manipul...
  2. Create, Manipulate or Remove Scenarios from Wor...

    In this article, you will learn how to create, manipulate, or remove scenarios from Excel worksheets programmatically using the C++ library with Aspose.Cells API....scenarios from a worksheet in a workbook via Aspose.Cells APIs. Aspose...Load input Excel file Workbook workbook ( srcDir + u "aspose-sample...

    docs.aspose.com/cells/cpp/create-manipulate-or-...
  3. 添加数据透视连接用C++|Documentation

    学习如何使用C++通过Aspose.Cells库添加透视连接。...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...WorksheetCollection worksheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/cpp/add-pivot-connection/
  4. Copy Row Heights of Source Range to Destination...

    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...."data" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Source worksheet const srcSheet = workbook...

    docs.aspose.com/cells/nodejs-cpp/copy-row-heigh...
  5. 使用Node.js via C++在文档信息面板中添加可见的自定义属性|Documentation

    学习如何使用Aspose.Cells for Node.js via C++向工作簿对象添加自定义属性。这些属性可以在文档信息面板中查看。..."data" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( AsposeCells . FileFormatType . Xlsx ); // Add...

    docs.aspose.com/cells/zh/nodejs-cpp/adding-cust...
  6. 通过C++指定数据区域和切片器组位置复制Sparkline|Documentation

    学习如何通过指定数据区域和位置使用Aspose.Cells for C++复制sparkline。...Create workbook from source Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/copy-sparkline-by-...
  7. Setting Strong Encryption Type with C++|Documen...

    Learn how to apply strong encryption and password protection to Excel files using Aspose.Cells with C++....xls" ; // Create workbook Workbook workbook ( inputFilePath );...Strong Cryptographic Provider) workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/cpp/setting-strong-encryp...
  8. 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...
  9. Remove Pivot Connection with Node.js via C++|Do...

    Learn how to remove pivot connection using Aspose.Cells for Node.js via C++.... Finally, it saves the workbook as the output Excel file ...slicer. const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/remove-pivot-c...
  10. Showing Cell Range as the Data Labels with Node...

    Learn how to show a range of cells as data labels in charts using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts....Create workbook from the source Excel file const workbook = new...new AsposeCells . Workbook ( filePath ); // Access the first worksheet...

    docs.aspose.com/cells/nodejs-cpp/showing-cell-r...