Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 27,038 for

excel worksheet

(0.1 sec)
  1. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...,表示一个Microsoft Excel文件。 Workbook 类包含一个 Worksheets 集合,允许开发者访问Excel文件中的每个工作表。工作表由...个工作表。工作表由 Worksheet 类表示。 Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。...

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  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

    通过 Aspose.Cells for PHP via Java API 学习如何通过 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/inserting-and-del...
  4. 在 Ruby 中自动调整行和列|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....自适应调整行高 自动调整行宽和行高最直接的方法是调用Worksheet类的autoFitRow方法。autoFitRow方法将行索引(要调整大小的行)作为参数。...Instantiating a Workbook object by excel file path workbook = Rjb ::...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...
  5. Insert Slicer with C++|Documentation

    Manage slicers of Excel files with Aspose.Cells using C++.... Microsoft Excel allows you to create a slicer...create a slicer using the Worksheet.Slicers.Add() method. Create...

    docs.aspose.com/cells/cpp/create-slicer/
  6. Convert PPSM to EXCEL using Python or with free...

    PPSM to Excel conversion in your Python applications without using Microsoft Office or online. Test free PPSM to Excel online converter quickly before integrating the code....Conversion PPSM to EXCEL Convert PPSM to EXCEL via Python or Online...Online App PPSM to EXCEL conversion in your Python applications...

    products.aspose.com/total/python-net/conversion...
  7. Wrapping Cell Text|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....can perform with Microsoft Excel, including wrapping text in...Wrapping Cell Text To create a worksheet with two cells, one with wrapped...

    docs.aspose.com/cells/net/wrapping-cell-text/
  8. Excel打印线条缺失 - Free Support Forum - aspose.com

    Excel转pdf问题.zip (34.0 KB) 在使用25.4版本的apose.cells去打印一个Excel文档,打印完成后发现有线条的缺失。虚拟打印机Foxit以及实际打印的都存在这个问题。后尝试将Excel转pdf,发现同样是有问题。这里提供了转pdf的代码以及相关输入和输出的文件,请帮忙复现排查一下是什么问题。...Excel打印线条缺失 中文技术支持 zou_yw November 14, 2025, 8:26am 1 excel转pdf问题...KB) 在使用25.4版本的apose.cells去打印一个excel文档,打印完成后发现有线条的缺失。虚拟打印机Foxit以...

    forum.aspose.com/t/excel/321351
  9. 在Ruby中取消保护工作表|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....unprotect_worksheet 方法。 Ruby 代码 def unprotect_worksheet () data_dir...Instantiating a Workbook object by excel file path workbook = Rjb ::...

    docs.aspose.com/cells/zh/java/unprotect-a-works...
  10. 通过 Node.js 使用 C++ 自动调整行和列的宽度|Documentation

    本文展示了如何使用Aspose.Cells for Node.js via C++自动调整单元格范围内的行、列、合并单元格的行以及行的宽度。...自动调整行和列的宽度 Contents [ Hide ] 微软 Excel 允许根据内容自动调整单元格的宽度和高度。此功能也可以通过Aspose...提供了 Workbook 类,表示一个 Microsoft Excel 文件。 Workbook 类包含一个 Workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...