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

excel worksheet

(0.13 sec)
  1. Merging and Unmerging Cells with C++|Documentation

    Aspose.Cells is a C++ 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, and how to customize the merged cell style....can also merge cells in a worksheet. You may unmerge, or split...cells, merge them. Microsoft Excel lets users select files and...

    docs.aspose.com/cells/cpp/merging-and-unmerging...
  2. 在 Jython 中隐藏或取消隐藏工作表|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Hiding...

    docs.aspose.com/cells/zh/java/hide-unhide-works...
  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++....need to convert a Microsoft Excel file to PDF. For this, you require...the layout of the original Excel document is retained in the...

    docs.aspose.com/cells/javascript-cpp/convert-xl...
  4. 档案

    档案...post ,介绍如何使用 C# 实现 Excel 自动化功能并从头开始创建 Excel XLS/XLSX 文件。今天,我将向您展示如何使用...文件。今天,我将向您展示如何使用 C++ 创建 Excel 工作簿、将数据插入 Excel 工作表、计算公式以及在工作表中创建图表和表格。所有电子表格自动化功能都将由...

    blog.aspose.com/zh/cells/create-ms-excel-spread...
  5. How to Lock Cells to Protect Them with C++|Docu...

    This article shows you code explaining how to lock cells to protect them using the Aspose.Cells library with C++....applications, such as Microsoft Excel or Google Sheets, for several...while keeping the rest of the worksheet protected. Protecting Formulas:...

    docs.aspose.com/cells/cpp/how-to-lock-cells-to-...
  6. 使用 JavaScript 和 C++ 显示或隐藏网格线以及行列标题|Documentation

    本文提供了使用 C++ 的 JavaScript API 的示例代码,用于以编程方式隐藏或显示 Excel 工作表的网格线、行和列标题。... 显示和隐藏网格线 所有Excel工作表默认情况下都有网格线。它们有助于划分单元格,便于将...,代表一个Microsoft Excel文件。 Workbook 类包含一个 Workbook.worksheets 集合,允许开发者...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...
  7. Setting Chart Appearance with Node.js via C++|D...

    Learn how to configure the appearance of charts in Aspose.Cells for Node.js via C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your Worksheets....Workbook (); // Adding a new worksheet to the Workbook object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/nodejs-cpp/setting-chart-...
  8. Create a Pie Chart in VSTO and Aspose.Cells|Doc...

    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....are: Creating a workbook and worksheet. Adding sample data. Referencing...//Instantiate the Application object. Excel . Application ExcelApp = Application...

    docs.aspose.com/cells/net/create-a-pie-chart-in...
  9. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt Excel files, and protect and unprotect data in Excel files using C# code....similar to MS Excel: Encrypt and decrypt Excel files To prevent...accessing data in Excel files, protect the Excel file with a password...

    docs.aspose.com/cells/net/protect-and-unprotect/
  10. 通过C++设置Excel和ODS文件的条件格式|Documentation

    如何在C++中对Excel和ODS文件应用条件格式。...通过C++设置Excel和ODS文件的条件格式 Contents [ Hide ] 介绍 条件格式是Microsoft ...Excel的高级功能,允许您对单元格或一系列单元格应用格式,并根据单元格的数值或公式的值更改格式。例如,只有当单元格的值...

    docs.aspose.com/cells/zh/cpp/conditional-format...