Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 26,787 for

excel worksheet

(0.09 sec)
  1. Chart to PDF with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...reference of the newly added worksheet by passing its index to WorksheetCollection...

    docs.aspose.com/cells/cpp/chart-to-pdf/
  2. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move Worksheets within and between Excel workbooks using Aspose.Cells for C++....Copy and Move Worksheets Within and Between Workbooks with Golang...Sometimes, you need multiple worksheets with common formatting and...

    docs.aspose.com/cells/go-cpp/copy-and-move-work...
  3. Change Adjustment Values of the Shape with Node...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for Node.js via C++.... In the Microsoft Excel UI, adjustments display as yellow‑diamond...workbook object from source excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/change-adjustm...
  4. 使用Aspose.Cells查找单元格中的值|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....Cells - 在单元格中查找数值 在Microsoft Excel中,用户可以搜索包含特定数据的单元格。例如,点击 编辑 然后...打开搜索对话框。用户输入一个值并点击 确定 来搜索它。Excel会高亮显示匹配字段。 Java //Instantiating...

    docs.aspose.com/cells/zh/java/find-value-in-cel...
  5. 使用 Node.js 和 C++ 判断工作表的纸张大小是否自动|Documentation

    本文介绍如何借助 Node.js API 和 C++ 扩展,编程判断工作表的纸张大小是否设置为自动。...你可以利用 Worksheet.isAutomaticPaperSize() 属性判断工作表的纸张大小是否为自动。...确定工作表的纸张大小是否自动 以下给出的示例代码加载以下两个Excel文件 samplePageSetupIsAut-False...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-i...
  6. Find and Replace Text in Excel using Java

    Follow this article to find and replace text in Excel using Java. It has all the details to set the IDE, a list of steps, and a sample code to implement text find and replace in Excel using Java....Family Find and Replace Text in Excel using Java This article guides...of text find and replace in Excel using Java . It has details...

    kb.aspose.com/cells/java/find-and-replace-text-...
  7. Managing Page Breaks|Documentation

    This article provides sample code and explains how to add page breaks, clear page breaks, or delete specific page breaks in Excel Worksheets programmatically using Aspose.Cells for Python via .NET APIs.... Microsoft Excel lets users add page breaks into...into any selected cell of a worksheet. When the page break is added...

    docs.aspose.com/cells/python-net/managing-page-...
  8. Merging and Unmerging Cells with Node.js via C+...

    Aspose.Cells is a Node.js library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, with options for customizing the merged cell style....can also merge cells in a worksheet. You may unmerge, or split...cells, merge them. Microsoft Excel lets users select cells and...

    docs.aspose.com/cells/nodejs-cpp/merging-and-un...
  9. Supported Excel Functions with C++|Documentation

    Supported Excel functions for reading, setting, and calculating formulas using Aspose.Cells with C++....Ask AI Supported Excel Functions with C++ Contents [ Hide ] Aspose...the standard functions and Excel’s built-in formulas. Below,...

    docs.aspose.com/cells/cpp/supported-formula-fun...
  10. 用 C++ 隐藏和排序数据透视表中的数据|Documentation

    学习如何使用 Aspose.Cells 和 C++ 在数据透视表中隐藏和排序数据。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...table PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/zh/cpp/pivot-table-hide-a...