Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 30,161 for

worksheet

(0.19 sec)
  1. Get Icon Sets, Data Bars or Color Scales Object...

    Aspose.Cells for C++ is a library for working with spreadsheet files. It supports the use of icon sets, data bars, and color scale objects in conditional formatting to display data from spreadsheets. This article describes how to use the Aspose.Cells library to retrieve data for these objects....Get the first worksheet in the workbook Worksheet sheet = workbook...

    docs.aspose.com/cells/cpp/get-icon-sets-data-ba...
  2. 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...
  3. 使用C++的JavaScript设置打印选项|Documentation

    本文演示了如何使用JavaScript API和C++库以编程方式设置Excel工作表页面设置功能的打印选项。您可以设置打印区域、打印标题和页面顺序。...first worksheet const pageSetup = workbook . worksheets . get...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  4. Populate Data First by Row then by Column|Docum...

    Learn how to Populate Data First by Row then by Column through the Aspose.Cells for JavaScript via C++ API....there are many cells in a worksheet and you follow the second...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...

    docs.aspose.com/cells/javascript-cpp/populate-d...
  5. Public API Changes in Aspose.Cells 8.0.1|Docume...

    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....to write large data to a worksheet in optimized mode. Java //Instantiate...dataset into the cells of the worksheet. //Your code goes here The...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Convert Text to Columns using Aspose.Cells|Docu...

    This article shows how to Convert Text to Columns by the Aspose.Cells for Python via .NET API....provides this feature via Worksheet.Cells.text_to_columns() method...code explains the usage of Worksheet.Cells.text_to_columns() method...

    docs.aspose.com/cells/python-net/convert-text-t...
  7. Update ActiveX ComboBox Control with Node.js vi...

    Learn how to read and write values of ActiveX ComboBox Control using Aspose.Cells for Node.js via C++....Access first shape from first worksheet const shape = wb . getWorksheets...Add WordArt Watermark to Worksheet with Node.js via C++...

    docs.aspose.com/cells/nodejs-cpp/update-activex...
  8. Example for CELLSNET-58755 and CELLSNET-58756 -...

    Hi, could you please provide an example of the enhancements introduced in CELLSNET-58755 and CELLSNET-58756 in Aspose.Cells release 25.8? I wasn’t able to find any sample related to this enhancement in Smart Markers rela…...first worksheet Worksheet worksheet = workbook.Worksheets[0]; //...data worksheet.Cells["A1"].PutValue("Name"); worksheet.Cells["A2"]...

    forum.aspose.com/t/example-for-cellsnet-58755-a...
  9. 使用C++处理Shape或Chart的ThreeDFormat|Documentation

    学习如何用C++操控形状或图表的3D格式。...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/working-with-the-t...
  10. 使用C++指定DBNum自定义格式化的示例|Documentation

    Aspose.Cells是一个支持使用自定义格式化模式的电子表格处理C++库。本文将向你展示如何使用Aspose.Cells库指定 dbnum 自定义格式,让用户更好地控制数字的显示方式。...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/specifying-dbnum-c...