Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 30,425 for

worksheet

(0.36 sec)
  1. How same named charts are handled in APSOSE CEL...

    Hello Team, I would like to understand how Aspose.Cells handles cases where multiple charts in the same Worksheet have the same name. Specifically, when using the syntax: Worksheet.Charts["chartName"], which chart wi…...multiple charts in the same worksheet have the same name. Specifically...Specifically, when using the syntax: worksheet.Charts["chartName"] , which...

    forum.aspose.com/t/how-same-named-charts-are-ha...
  2. Insert Hyperlinks into Excel or OpenOffice|Docu...

    How to insert hyperlinks into Excel file with Aspose.Cells library without MS Excel....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides different...

    docs.aspose.com/cells/net/insert-hyperlinks-to-...
  3. Data Filtering|Documentation

    Learn how to add data filters using the Aspose.Cells for Python via .NET API....good features to autofilter worksheet data. Aspose.Cells for Python...only those items from the worksheet that you want to display in...

    docs.aspose.com/cells/python-net/data-filtering/
  4. 重新排序工作表|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....WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet1...worksheet1 = worksheets [ 0 ]; Worksheet worksheet2 = worksheets . Add...

    docs.aspose.com/cells/zh/net/reorder-worksheets/
  5. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text using JavaScript via C++. This document provides detailed steps and sample code for using Aspose.Cells for cell alignment settings....Workbook class contains a Worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/javascript-cpp/cells-alig...
  6. 用C++查找工作表是否为对话框工作表|Documentation

    对话框工作表是早期格式的工作表。本文提供了使用C++ API判断Excel工作表是否为对话框工作表的说明和示例代码。...Cells的 Worksheet.GetType() 属性判断工作表是否为对话框工作表。如果返回枚举值...xcel文件(64716820.xlsx),检查 Worksheet.GetType() 属性并与 SheetType.Dialog...

    docs.aspose.com/cells/zh/cpp/find-if-the-worksh...
  7. 通过 C++ 在 Node.js 中实现工作表视图|Documentation

    本文将介绍如何使用 Node.js 和相关 API 来与 Excel 工作簿和工作表的分页预览交互,还包括拆分窗格、冻结窗格和缩放比例的操作。... 一个工作表由 Worksheet 班表示。 Worksheet 班提供了各种属性和方法,用于管理工...为了启用普通或页面分页预览模式,使用 Worksheet 班的 Worksheet.isPageBreakPreview()...

    docs.aspose.com/cells/zh/nodejs-cpp/worksheet-v...
  8. Read Chart Subtitle from ODS File using JavaScr...

    Learn how to use Aspose.Cells for JavaScript via C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....the first worksheet in the workbook const worksheet = workbook...workbook . worksheets . get ( 0 ); // Accessing the first chart inside...

    docs.aspose.com/cells/javascript-cpp/read-chart...
  9. Adding HTML Rich Text inside the Cell with C++|...

    Learn how to add HTML Rich Text inside the Cell through the Aspose.Cells for C++ API....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cell A1 Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/adding-html-rich-text...
  10. 用C++合并或取消合并单元格范围|Documentation

    用C++在Excel中合并和取消合并范围内的单元格。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Create a range Range range = worksheet . GetCells (). CreateRange...

    docs.aspose.com/cells/zh/cpp/merge-or-unmerge-r...