Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 26,978 for

worksheet

(0.08 sec)
  1. 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...
  2. 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...
  3. I am not able to get the height of wrapped text...

    i am able to get the cell width of column by sheet.Cells.GetColumnWidthPixel(i) but not able to get cell height if the text is wrapped i used sheet.AutoFitRow(i) but same result after and before...workbook and access the first worksheet Workbook workbook = new Workbook();...Workbook(); Worksheet worksheet = workbook.getWorksheets().get(0);...

    forum.aspose.com/t/i-am-not-able-to-get-the-hei...
  4. Read Excel File in Python

    This topic covers how to open and read Excel files in Python. It provides IDE setup instructions, a step-by-step approach, and a working example to create an XLSX reader in Python....file, access the desired worksheet, and then retrieve the needed...subsequently accessing a worksheet using the index number. It...

    kb.aspose.com/cells/python/read-excel-file-in-p...
  5. 从URL加载网页图片到Excel工作表(C++)|Documentation

    了解如何使用C++和Aspose.Cells for C++ API将URL中的图片转换为Excel嵌入图片。...the first worksheet WorksheetCollection worksheets = wb . GetWorksheets...GetWorksheets (); Worksheet sheet = worksheets . Get ( 0 ); //...

    docs.aspose.com/cells/zh/cpp/load-a-web-image-f...
  6. 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...
  7. 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...
  8. 使用 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...
  9. 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-...
  10. 使用Python.NET应用高级条件格式|Documentation

    学习如何用Aspose.Cells for Python via .NET实现Excel的高级条件格式功能,如数据条、颜色比例和图标集。...the first worksheet worksheet = workbook . worksheets [ 0 ] # Get...Get the A1 cell a1 = worksheet . cells . get ( "A1" ) # Get the...

    docs.aspose.com/cells/zh/python-net/apply-advan...