Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 26,168 for

worksheet

(0.08 sec)
  1. Insert Ranges into Excel with Golang via C++|Do...

    Learn how to insert ranges into Excel files using Aspose.Cells with Golang via C++....Cells: Create Workbook and Worksheet Scoped Named Ranges with Golang...

    docs.aspose.com/cells/go-cpp/insert-ranges-to-e...
  2. Get Cells Index|Documentation

    Learn how to get a row or column by the name of the row through the Aspose.Cells for Python via .NET API, as well as a column or cell. Convert the name of a cell to its zero‑based row and column indexes using the Aspose.Cells for Python via .NET API....manipulate specific data on the worksheet by row and column index, you...specific cell in the first worksheet. Get the row index and column...

    docs.aspose.com/cells/python-net/get-cells-index/
  3. 用 C++ 为命名范围设置公式|Documentation

    学习如何用 Aspose.Cells 在 Excel 文件中为命名范围设置公式,使用 C++。...WorksheetCollection WorksheetCollection worksheets = book . GetWorksheets ();..."NewNamedRange" int index = worksheets . GetNames (). Add ( u "NewNamedRange"...

    docs.aspose.com/cells/zh/cpp/setting-formula-fo...
  4. Create Pivot Charts using Aspose.Cells|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....invoice entries in a list in a worksheet. A pivot table can total the...add ( SheetType . CHART ); Worksheet sheet3 = workbook . getWorksheets...

    docs.aspose.com/cells/java/create-pivot-charts-...
  5. Determine if Shape is Smart Art Shape with C++|...

    Learn how to determine if a shape is a Smart Art Shape using Aspose.Cells for C++....inputFilePath ); // Access first worksheet WorksheetCollection sheets...= wb . GetWorksheets (); Worksheet ws = sheets . Get ( 0 ); //...

    docs.aspose.com/cells/cpp/determine-if-shape-is...
  6. Manage Chart Data Markers in Presentations Usin...

    Learn how to customize chart data markers in Aspose.Slides for PHP, boosting presentation impact across PPT and PPTX formats with clear code examples....Getting the default chart data WorkSheet index $defaultWorksheetInde...# Getting the chart data WorkSheet $fact = $chart -> getChartData...

    docs.aspose.com/slides/php-java/chart-data-marker/
  7. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...Worksheet. However, if multiple pages...Assuming curSheet is your Worksheet object final PageSetup pgSetup...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  8. 使用 Node.js 通过 C++ 搜索和替换范围内的数据|Documentation

    本文展示了如何使用 Node.js 通过 C++ 代码在 Excel 的范围内搜索和替换数据。...Workbook ( filePath ); const worksheet = workbook . getWorksheets...cell = null ; do { cell = worksheet . getCells (). find ( "search"...

    docs.aspose.com/cells/zh/nodejs-cpp/search-and-...
  9. Set Line Spacing of the Paragraph in a Shape or...

    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....Text with Shape inside the Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/set-line-spacing-of-t...
  10. Export Document Structure While Converting to P...

    Learn how to export document structure while converting to PDF with Aspose.Cells in C++....such as cell, row, table, worksheet, image, shape, header/footer...

    docs.aspose.com/cells/go-cpp/export-document-st...