Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 30,425 for

worksheet

(0.1 sec)
  1. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel Worksheets programmatically using the C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....configure page‑setup settings for worksheets to control printing. These...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/cpp/setting-page-options/
  2. Print spreadsheets|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....control the printed pages of worksheets. These print options allow...specific Print Area of the worksheet Print Titles Print Gridlines...

    docs.aspose.com/cells/net/print-spreadsheets/
  3. Create and manage tables of Microsoft Excel fil...

    Insert, resize, edit, delete, and format tables of Excel files using the Aspose.Cells library....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/create-and-format-table/
  4. 自动调整行和列|Documentation

    通过Aspose.Cells for Java API了解如何自动调整行和列。...Java自动调整行和列 自动调整行的宽度和高度的最直接方法是调用Worksheet.autoFitRow方法。autoFitRow方法接受要调整大小的行索引作为参数。...first worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/java/auto-fit-row-and-...
  5. Add Worksheets|Documentation

    This article introduces how to add a Worksheet (GridWorksheet) in GridWeb....Ask AI Add Worksheets Contents [ Hide ] Worksheets are an integral...and stored in the form of worksheets. Aspose.Cells.GridWeb allows...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  6. Auto Populate Smart Marker Data to Other Worksh...

    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....Smart Marker Data to Other Worksheets if Data Is Too Large Contents...smart marker data to other worksheets if it is too large. Suppose...

    docs.aspose.com/cells/net/auto-populate-smart-m...
  7. Chart to PDF with JavaScript via C++|Documentation

    Learn how to use Aspose.Cells for JavaScript via C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....a new worksheet const sheetIndex = workbook . worksheets . add...add (); const worksheet = workbook . worksheets . get ( sheetIndex...

    docs.aspose.com/cells/javascript-cpp/chart-to-pdf/
  8. 通过 JavaScript 使用 C++ 设置字体。|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的JavaScript库。它支持设置单元格的字体设置,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用 Aspose.Cells 库设置单元格字体设置。...类包含一个 worksheets 集合,可访问 Excel 文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供一个 cells 集合。每个 cells 集合中的项代表一个 Cell 类的对象。 Aspose...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  9. 自 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....类包含一个 Worksheets 集合,允许访问 Excel 文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供了 protection 属性,用于应用这些高级保护设置。 protection 属性实际上是...

    docs.aspose.com/cells/zh/javascript-cpp/advance...
  10. 在Python中显示或隐藏网格线|Documentation

    通过Aspose.Cells for Python通过Java API了解如何显示或隐藏网格线。...Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Hiding...

    docs.aspose.com/cells/zh/java/display-or-hide-g...