Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 30,165 for

worksheet

(0.14 sec)
  1. 通过Node.js和C++显示与隐藏行列和滚动条|Documentation

    本文演示如何通过Node.js和C++编程控制Excel工作表的行和列的显示与隐藏。有效控制滚动条的显示,以及批量隐藏或显示多行多列。...工作表由 Worksheet 类表示。 Worksheet 类提供一个 getCells() 集合,表示工作表中的所有单元格。...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/show-and-hi...
  2. 用C++管理图片|Documentation

    使用 Aspose.Cells for C++ API 添加、定位和管理电子表格中的图像。...方法(封装在 PictureCollection 对象中)的 Worksheet 方法。 Add 方法接受以下参数: 左上角行索引 ,左上角行的索引。...Workbook workbook ; // Add worksheet and get reference int sheetIndex...

    docs.aspose.com/cells/zh/cpp/managing-pictures/
  3. 使用 C++ 通过 Script 计算 IFNA 函数 Aspose.Cells for Ja...

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

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  4. Working with Validations in Worksheets|Document...

    This article introduces how to work with validation in GridDesktop....Working with Validations in Worksheets Contents [ Hide ] Aspose...rules) to the cells of a worksheet. By applying validation rules...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  5. Managing Page Breaks|Documentation

    This article provides sample code and explains how to add page breaks, clear page breaks, or delete specific page breaks in Excel Worksheets programmatically using the C# API or .NET Library....into any selected cell of a worksheet. When the page break is added... page breaks divide your worksheet into multiple pages according...

    docs.aspose.com/cells/net/managing-page-breaks/
  6. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel Worksheets and save them using Aspose.Cells for Node.js via C++....Ask AI Extract Images from Worksheets using ImageOrPrintOptions...// Get the first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/extract-images...
  7. Get Cell Validation in ODS Files with C++|Docum...

    Learn how to Get Cell Validation in ODS Files using Aspose.Cells for C++....Access first worksheet WorksheetCollection worksheets = workbook...GetWorksheets (); Worksheet worksheet = worksheets . Get ( 0 ); //...

    docs.aspose.com/cells/cpp/get-cell-validation-i...
  8. Get Cells Range with Golang via C++|Documentation

    Learn how to get a cells range through the Aspose.Cells for C++ API....manipulate some data on a worksheet, you need to know the data...data range of the entire worksheet. Aspose.Cells offers this capability...

    docs.aspose.com/cells/go-cpp/get-cells-range/
  9. Using FormulaText Function in Aspose.Cells with...

    Learn how to work with Excel's FORMULATEXT function using Aspose.Cells for Python via .NET. Get and set cell formulas programmatically while maintaining spreadsheet integrity....Access first worksheet worksheet = workbook . worksheets [ 0 ] # Put...formula in cell A1 cell_a1 = worksheet . cells . get ( "A1" ) cell_a1...

    docs.aspose.com/cells/python-net/using-formulat...
  10. Insert Background Image to Excel|Documentation

    This article explains how to insert a background image in Excel using Aspose.Cells for Python via .NET sample code....Contents [ Hide ] You can make a worksheet more appealing by adding a...a picture as a worksheet background. This feature can be quite...

    docs.aspose.com/cells/python-net/insert-backgro...