Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 21,314 for

worksheet

(0.07 sec)
  1. 使用Aspose.Cells for Node.js via C++计算IFNA函数|Docu...

    如何通过C++的Node.js使用Aspose.Cells库计算IFNA函数。加载现有Excel文件或创建新文件,然后计算IFNA函数以获取结果。最后,将修改后的Excel文件保存到磁盘。...workbook // Access first worksheet const worksheet = workbook . getWorksheets...); // Add data for VLOOKUP worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/calculating...
  2. 文本换行|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....ActiveWorkbook ; //Access worksheet Microsoft . Office . Interop... Excel . Worksheet m_sheet = workbook . Worksheets [ 1 ]; //Access...

    docs.aspose.com/cells/zh/net/wrapping-cell-text/
  3. Aspose.Cells 8.5.2中的公共API更改|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....Graphics2D类的实例来 在图形上下文中呈现Worksheet 。新增方法的签名如下。 SheetRender.toImage(int...//Access first worksheet Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Print and Preview workbook|Documentation

    Aspose.Cells for Python via .NET supports printing and previewing Excel files without Microsoft Excel intallation....[ Hide ] After creating a worksheet, you often want to print a...want to print the entire worksheet area unless you specify a...

    docs.aspose.com/cells/python-net/workbook-and-w...
  5. Manage Titles of Excel Charts with Node.js via ...

    Learn how to use Aspose.Cells for Node.js via C++ to add and format chart and axis titles in Microsoft Excel. Our guide will demonstrate how to set different types of titles, adjust their appearance, and modify axis titles for better data representation and clarity....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/chart-and-axis...
  6. Calculating IFNA Function with Python.NET using...

    Learn how to calculate IFNA function in Excel files using Aspose.Cells for Python.NET. Handle...Workbook instance Access worksheet and cells collection Populate...Access first worksheet worksheet = workbook . worksheets [ 0 ] # Add...

    docs.aspose.com/cells/python-net/calculating-if...
  7. 用C++设置对齐方式|Documentation

    在Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...类包含一个 Worksheets 集合,允许访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...reference of the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...
  8. 使用 C++ 检测工作表是否受密码保护|Documentation

    了解如何使用 Aspose.Cells for C++ 检测工作表是否受密码保护。...IsProtectedWithPassw 属性如果 Worksheet 被密码保护,则返回 true ,否则返回 false...Access the protected Worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/detect-if-workshee...
  9. 使用 Node.js 和 C++ 对行和列进行分组与取消分组|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中对行列进行分组和取消分组。...工作表由 Worksheet 类表示。 Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/grouping-an...
  10. Insert Slicer with C++|Documentation

    Manage slicers of Excel files with Aspose.Cells using C++....create a slicer using the Worksheet.Slicers.Add() method. Create...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/create-slicer/