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

worksheet

(0.1 sec)
  1. Specify whether the PivotTable is compatible fo...

    Learn how to specify PivotTable compatibility for Excel2003 using Aspose.Cells for C++ while refreshing the PivotTable....first worksheet that contains pivot table data Worksheet dataSheet...second worksheet that contains the pivot table Worksheet pivotSheet...

    docs.aspose.com/cells/cpp/specify-whether-the-p...
  2. Prefix Table Elements Styles with HtmlSaveOptio...

    Learn how to prefix table element styles using Aspose.Cells for C++ with the HtmlSaveOptions.TableCssId property....wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/prefix-table-elements...
  3. Insert a Linked Picture from Web Address with N...

    Learn how to insert a linked picture from a web address into a Worksheet using Aspose.Cells for Node.js via C++....the web (http://) into a worksheet. To do so, specify the picture’s...picture from a web address to a worksheet. const path = require ( "path"...

    docs.aspose.com/cells/nodejs-cpp/insert-a-linke...
  4. 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...
  5. Setting Page Options in Jython|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....Accessing the first worksheet in the Excel file worksheets = workbook...sheet_index = worksheets . add () sheet = worksheets . get ( sheet_index...

    docs.aspose.com/cells/java/setting-page-options...
  6. 在 Jython 中设置页面选项|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....Accessing the first worksheet in the Excel file worksheets = workbook...sheet_index = worksheets . add () sheet = worksheets . get ( sheet_index...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  7. 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...
  8. 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...
  9. 使用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...
  10. 检测工作表中的合并单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库。它支持检测工作表中的合并单元格,方便用户识别和操作这些单元格。本文将介绍如何使用 Aspose.Cells 库检测合并单元格。...xlsx" ); Worksheet wkSheet = workbook . GetWorksheets...outputPath ); std :: cout << "Worksheet processing completed successfully...

    docs.aspose.com/cells/zh/cpp/detect-merged-cell...