Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 21,314 for

worksheet

(0.04 sec)
  1. Cells Formatting|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....formats the cell C4 of the worksheet in various ways and the screenshot...Conditional Formatting in Worksheet Create Named Range in a Workbook...

    docs.aspose.com/cells/cpp/cells-formatting/
  2. Add calculated field in Pivot Table with C++|Do...

    How to add a calculated field in pivot table with Aspose.Cells for C++....calculated field is added to the worksheet. Set the original data and...reference of the newly added worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/add-calculated-field-...
  3. Use Error Checking Options with C++|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel Worksheets e.g. Numbers stored as Text using C++ API or Library....error checking option for a worksheet in the template XLS file using...); // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/use-error-checking-op...
  4. 用Node.js通过C++创建开盘 最高 最低 收盘(OHLC)股票图表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++创建开盘 最高 最低 收盘股票图表。我们的指南将演示如何在图表中绘制股票市场数据,包括开盘价、最高价、最低价和收盘价,以便进行更好的分析和可视化。...Access the first worksheet. const worksheet = workbook . getWorksheets...High-Low-Close-Stock Chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/create-open...
  5. Convert Excel to High-Resolution Image with Nod...

    Learn how to convert Excel files to high-resolution images using Aspose.Cells for Node.js via C++.... Png ); // Get the worksheet const sheet = workbook . getWorksheets...Generate Thumbnail of the Worksheet with Node.js via C++...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  6. Search and Replace Data in a Range with Node.js...

    This article shows how to search and replace data in a range in Excel using Node.js via C++ code....Workbook ( filePath ); const worksheet = workbook . getWorksheets...cell = null ; do { cell = worksheet . getCells (). find ( "search"...

    docs.aspose.com/cells/nodejs-cpp/search-and-rep...
  7. 在电子表格中查找并替换|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....foreach ( Worksheet sheet in workbook . Worksheets ) { found...foreach ( Worksheet sheet in workbook . Worksheets ) { do { cell...

    docs.aspose.com/cells/zh/net/find-and-replace-i...
  8. Accessing Table from Cell and Adding Values ins...

    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....)); // Access first worksheet const worksheet = workbook . getWorksheets...inside the table const cell = worksheet . getCells (). get ( "D5"...

    docs.aspose.com/cells/nodejs-cpp/accessing-tabl...
  9. Resize Chart's Data Label Shape To Fit Text wit...

    Learn how to resize the data label shape in a chart to fit the text in Aspose.Cells for C++. Our guide will show you how to adjust the size and shape of the label container to ensure that the text is displayed correctly without any truncation or overlapping....Access the Worksheet that contains the Chart Worksheet sheet = book...through each Chart in the Worksheet for ( int32_t i = 0 ; i <...

    docs.aspose.com/cells/cpp/resize-chart-s-data-l...
  10. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to implement a custom calculation engine and get the results. Finally, we save the modified Excel file to disk....function without writing it in a worksheet AI Document Assistant Close...function without writing it in a worksheet...

    docs.aspose.com/cells/net/implement-custom-calc...