Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 27,042 for

excel worksheet

(0.16 sec)
  1. 使用 Node.js 和 C++ 对行和列进行分组与取消分组|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中对行列进行分组和取消分组。...Contents [ Hide ] 介绍 在 Microsoft Excel 文件中,您可以创建一个数据大纲,以便通过单击鼠标来显示和隐藏不同级别的细节。...提供一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 WorksheetCollection...

    docs.aspose.com/cells/zh/nodejs-cpp/grouping-an...
  2. Placing the picture is disorienting the Excel f...

    foreach (Picture picture in Worksheet.Pictures.Reverse()) { int row = picture.UpperLeftRow; int column = picture.UpperLeftColumn; // Convert row and column to an Excel cell name string cellName = CellsHelper.CellInde…...picture is disorienting the Excel file Aspose.Cells Product Family...foreach (Picture picture in worksheet.Pictures.Reverse()) { int...

    forum.aspose.com/t/placing-the-picture-is-disor...
  3. 在PHP中显示或隐藏网格线|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....//Instantiating a Workbook object by excel file path $workbook = new Workbook...the first worksheet in the Excel file $worksheets = $workbook...

    docs.aspose.com/cells/zh/java/display-or-hide-g...
  4. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...Microsoft Excel允许通过选择表格或数据透视表,然后点击 插入 > 切片器...来创建切片器。Aspose.Cells也允许使用 Worksheet.Slicers.Add() 方法创建切片器。 为数据透视表创建切片器...

    docs.aspose.com/cells/zh/cpp/create-slicer/
  5. 通过 JavaScript 使用 C++ 设置字体。|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的JavaScript库。它支持设置单元格的字体设置,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用 Aspose.Cells 库设置单元格字体设置。...就像 Microsoft Excel 一样,Aspose.Cells 也支持配置单元格的字体设置。...Microsoft Excel 文件。 Workbook 类包含一个 worksheets 集合,可访问 Excel 文件中的每个工作表。工作表由...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  6. 创建并保存新工作簿|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.... VSTO 以下是VSTO的代码示例 Excel . Workbook newWorkbook = this...Workbooks . Add (); Excel . Worksheet worksheet = newWorkbook . ActiveSheet...

    docs.aspose.com/cells/zh/net/create-and-save-ne...
  7. 在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....Instantiating a Workbook object by excel file path workbook = Workbook...Accessing the first worksheet in the Excel file worksheet = workbook ...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...
  8. Excel XP 起,通过 C++ 和 JavaScript 实现的高级保护设置|Docu...

    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....自 Excel XP 起,通过 C++ 和 JavaScript 实现的高级保护设置 Contents [ Hide ]...] 自Excel 2002或XP发布以来,微软已添加了许多高级保护设置。 介绍 这些保护设置限制或允许用户: 删除行或列。...

    docs.aspose.com/cells/zh/javascript-cpp/advance...
  9. 在 PHP 中隐藏和显示行和列|Documentation

    通过 Aspose.Cells for PHP via Java 的 API 学习如何隐藏和显示行和列。...Instantiating a Workbook object by excel file path $workbook = new Workbook...Accessing the first worksheet in the Excel file $worksheet = $workbook...

    docs.aspose.com/cells/zh/java/hiding-and-showin...
  10. Protecting Worksheets with JavaScript via C++|D...

    Learn how to protect Worksheets in Excel using Aspose.Cells for JavaScript via C++, including protecting rows, columns, and specific cells....Protecting Worksheets with JavaScript via C++ Contents [ Hide...Hide ] When a worksheet is protected, the actions a user can take...

    docs.aspose.com/cells/javascript-cpp/protecting...