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

excel worksheet

(0.17 sec)
  1. Grouping and Ungrouping Rows and Columns with J...

    Discover how to group and ungroup rows and columns in Excel using Aspose.Cells for JavaScript via C++....Introduction In a Microsoft Excel file, you can create an outline...headings for sections in a worksheet, or you can use the symbols...

    docs.aspose.com/cells/javascript-cpp/grouping-a...
  2. 用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...
  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. 插入或删除行或列|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....提供了一个表示Excel文件的类Workbook。Workbook类包含一个Worksheets集合,允许访问Excel文件中的...每个工作表。工作表由Worksheet类表示。Worksheet类提供了一个Cells集合,表示工作表中的所有单元格。 Cells...

    docs.aspose.com/cells/zh/net/insert-or-delete-r...
  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. 组装电子表格|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....Contents [ Hide ] 本部分描述如何: 从头开始创建新的Excel文件并向其添加工作表 在设计电子表格中添加工作表 使用工作表名称访问工作表...使用工作表名称访问工作表 使用工作表名称从Excel文件中移除工作表 使用工作表索引从Excel文件中移除工作表 Aspose.C...

    docs.aspose.com/cells/zh/net/assemble-spreadshe...
  7. Adjusting Row Height and Column Width in Python...

    Use Python Excel API to create Excel files in Python. Adjust row height and column width in XLSX or XLS in your Python applications without MS Office....in Python Contents [ Hide ] Excel Spreadsheets in Python - Adjusting...Instantiating a Workbook object by excel file path workbook = self ....

    docs.aspose.com/cells/java/adjusting-row-height...
  8. Auto Fit Row and Column|Documentation

    Learn how to autofit rows and columns through the Aspose.Cells for Java API....height of a row is to call the Worksheet.autoFitRow method. The autoFitRow...autofit rows and columns in Excel spreadsheets using Java, please...

    docs.aspose.com/cells/java/auto-fit-row-and-col...
  9. 在Python中复制行和列|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 = self ....Accessing the first worksheet in the Excel file worksheet = workbook ...

    docs.aspose.com/cells/zh/java/copying-rows-and-...
  10. Excel 设置的是A4纸张尺寸,但是转成PDF时,PDF 明显变小 - Free Suppo...

    本地验证这个左右边距的设置会影响PDF 出来的大小,这个地方PdfSaveOptions 是否有参数可以控制 Worksheet Worksheet = wb.getWorksheets().get(0); PageSetup pageSetup = Worksheet.getPageSetup(); pageSetup.setLeftMargin(1); pageSetup.setRightMargin(1);...Excel 设置的是A4纸张尺寸,但是转成PDF时,PDF 明显变小 Aspose.Cells Product Family...出来的大小,这个地方PdfSaveOptions 是否有参数可以控制 Worksheet worksheet = wb.getWorksheets()...

    forum.aspose.com/t/excel-a4-pdf-pdf/324143