Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 30,422 for

worksheet

(0.08 sec)
  1. 如何用C++创建甘特图|Documentation

    学习如何使用Aspose.Cells for C++ API创建甘特图。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Chart int32_t chartIndex = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/how-to-create-gant...
  2. Protect Cells|Documentation

    This article introduces how to protect cells in GridWeb....selected range of cells in a worksheet. Protecting Cells Aspose.Cells...cells in a worksheet to read‑only, call the worksheet’s SetAllCellsReadonly...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  3. Convert XLSX File to PDF Format with JavaScript...

    This guide explains how to convert an Excel file (XLSX) to PDF format using Aspose.Cells for JavaScript via C++....contains worksheets with charts and images. Each worksheet contains...column chart on the first worksheet and an image on the last....

    docs.aspose.com/cells/javascript-cpp/convert-xl...
  4. Shapes|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....expressions Add Icons to Worksheet Lock or unlock shapes Change...to the front or back in a worksheet Formulas Slicers Analyzing...

    docs.aspose.com/cells/python-java/shapes/
  5. Convert CSV, TSV, and TXT to Excel with C++|Doc...

    Learn how to convert CSV, TSV, and TXT files to Excel using Aspose.Cells for C++....filename , options ); Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); std :: cout << worksheet . GetName (). ToUtf8 () <<...

    docs.aspose.com/cells/cpp/convert-csv-tsv-and-t...
  6. 用 JavaScript 和 C++ 显示或隐藏行、列和滚动条|Documentation

    本文演示了如何使用 C++ 的 JavaScript API 编程显示和隐藏 Excel 工作表的行和列,控制滚动条的显示,以及高效隐藏多行多列。...类包含一个 worksheets 集合,允许开发人员访问 Excel 文件中的每个工作表。工作表由 Worksheet 类表示。...类表示。 Worksheet 类提供一个 cells 集合,表示工作表中的所有单元格。 cells 集合提供了多种管理行或列的方法,以下几种为例。...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...
  7. Manage Comments and Notes with C++|Documentation

    Insert and manage comments or notes with Aspose.Cells for C++....method (encapsulated in the Worksheet object). The new Comment object...Workbook workbook ; // Add a new worksheet to the workbook int32_t sheetIndex...

    docs.aspose.com/cells/cpp/comments-and-notes/
  8. Autofit Rows and Columns in Excel using Python

    This guide focuses on how to auto fit Excel using Python. It includes the IDE settings, a step-by-step process, and a code sample to auto fit in Excel using Python....row or a column in an Excel worksheet. Steps to Autofit Rows and...reference to any sheet with the Worksheet class object using its name...

    kb.aspose.com/cells/python/autofit-rows-and-col...
  9. Excel Specifications and Limits|Documentation

    In this article, find all workbook, Worksheet, and feature specifications and limits. In Excel 2010, the maximum Worksheet size is 1,048,576 rows by 16,384 columns....Limits for Newer versions Worksheet and workbook specifications...of rows and columns on a worksheet 1,048,576 rows by 16,384 columns...

    docs.aspose.com/cells/net/excel-specifications-...
  10. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends to different languages, allowing you to present your data in a culturally appropriate way.... ); // Get the worksheet Worksheet worksheet = workbook . GetWorksheets...source worksheet ChartCollection chartCollection = worksheet . GetCharts...

    docs.aspose.com/cells/cpp/using-chartglobalizat...