Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 27,722 for

worksheet

(0.07 sec)
  1. Sort Data in Column with Custom Sort List with ...

    Learn how to sort data in the column using a custom list by using the Aspose.Cells for C++ API....xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/sort-data-in-column-w...
  2. Data Sorting|Documentation

    Learn how to sort data by using the Aspose.Cells for Node.js via C++ API....C++ lets developers sort worksheet data alphabetically or numerically...based on the cell data in a worksheet. The DataSorter.sort method...

    docs.aspose.com/cells/nodejs-cpp/sort-data-of-e...
  3. Tables and Ranges with Node.js via C++|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....table/list object (from the first worksheet) to normal range wb . getWorksheets...table/list object (from the first worksheet) to normal range workbook...

    docs.aspose.com/cells/nodejs-cpp/tables-and-ran...
  4. Working with External Data Connection of type W...

    Learn how to work with external data connections of type WebQuery using Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...and Writing Query Table of Worksheet with JavaScript via C++...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  5. Manage Chart Data Markers in Presentations on A...

    Customize chart data markers in Aspose.Slides for Android, boosting presentation impact across PPT and PPTX formats with clear Java code examples....Getting the default chart data WorkSheet index int defaultWorksheetInde...// Getting the chart data WorkSheet IChartDataWorkbook fact =...

    docs.aspose.com/slides/androidjava/chart-data-m...
  6. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. Our guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively....workbook ( inputFilePath ); Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); Chart chart = worksheet . GetCharts (). Get ( 0 );...

    docs.aspose.com/cells/cpp/find-if-data-points-a...
  7. 使用 Node.js 和 C++ 以指定打印纸张尺寸加载工作簿|Documentation

    学习如何在使用 Aspose.Cells for Node.js via C++ 加载工作簿时设置打印纸张大小。...some data inside the first worksheet const workbook = new AsposeCells...AsposeCells . Workbook (); const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/load-workbo...
  8. Managing OLE Objects with JavaScript via C++|Do...

    Learn how to manage OLE objects in Aspose.Cells for JavaScript via C++. Add, extract, and manipulate OLE objects within Worksheets....Inserting OLE Objects into the Worksheet Aspose.Cells for JavaScript...manipulating OLE objects in worksheets. For this reason, Aspose...

    docs.aspose.com/cells/javascript-cpp/managing-o...
  9. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for Node.js via C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....filePath ); // Get the first worksheet. let sheet = workbook . getWorksheets...); // Set the name of the worksheet sheet . setName ( "Data" );...

    docs.aspose.com/cells/nodejs-cpp/set-picture-as...
  10. Specify Maximum Rows of Shared Formula with C++...

    Learn how to specify the maximum rows of shared formula in Excel files using Aspose.Cells for C++....5 ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/specify-maximum-rows-...