Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 82,277 for

workbook

(0.14 sec)
  1. Setting Strong Encryption Type with Node.js via...

    Learn how to set strong encryption types for Excel files using Aspose.Cells for Node.js via C++....Instantiate a Workbook object. // Open an excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify Strong Encryption...

    docs.aspose.com/cells/nodejs-cpp/setting-strong...
  2. Encrypting Excel Files using Aspose.Cells|Docum...

    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.... Workbook workbook = new Workbook ( srcFileName...//Specify XOR encryption type. workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/net/encrypting-excel-file...
  3. 用C++合并或取消合并单元格范围|Documentation

    用C++在Excel中合并和取消合并范围内的单元格。...xlsx" ; // Create a workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/merge-or-unmerge-r...
  4. 在工作簿的VBA项目中添加库引用|Documentation

    学习如何使用Aspose.Cells for C++向VBA项目添加或注册库引用。...; // Create a new workbook Workbook workbook ; // Get the VBA...project from the workbook VbaProject vbaProj = workbook . GetVbaProject...

    docs.aspose.com/cells/zh/cpp/add-a-library-refe...
  5. Manage Legend of Excel Charts with Node.js via ...

    Learn how to utilize Aspose.Cells for Node.js via 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 const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/chart-legend/
  6. Easy way for Chart Setup using Chart.SetChartDa...

    Learn how to easily set up charts using the Chart.SetChartDataRange method in Aspose.Cells for C++. Our guide will show you how to specify the data range for your chart, allowing you to create professional and accurate charts with minimal effort....Cells-for-C // Create new workbook Workbook workbook ( FileFormatType...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/easy-way-for-chart-se...
  7. Getting Headers or Footers with Node.js via C++...

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Node.js via C++ API.... On the View tab, in the Workbook Views group, click Page Layout...from the file. Construct a Workbook to open the file. Get the...

    docs.aspose.com/cells/nodejs-cpp/get-headers-or...
  8. Reading and Writing Query Table of Worksheet wi...

    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....Create workbook from source excel file const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access first worksheet...

    docs.aspose.com/cells/nodejs-cpp/reading-and-wr...
  9. Reading and Writing Query Table of Worksheet wi...

    Learn how to read and write query tables in Excel worksheets using Aspose.Cells with C++....Create workbook from source excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/reading-and-writing-q...
  10. Show and Hide Worksheets and Tabs|Documentation

    This article provides sample code for using the C# API or .NET Library to programmatically display and hide an Excel worksheet. Additionally, how to show and hide Excel Workbook tabs....show and hide elements of a workbook including worksheets and tabs...class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/net/show-and-hide-workshe...