Sort Score
Result 10 results
Languages All
Labels All
Results 3,101 - 3,110 of 30,155 for

worksheet

(0.16 sec)
  1. 使用Node.js通过C++设置打印选项|Documentation

    本文演示了如何使用Node.js API和C++库以编程方式设置Excel工作表页面设置的打印选项。可以设置打印区域、打印标题和页面顺序。...reference of the PageSetup of the worksheet const pageSetup = workbook...reference of the PageSetup of the worksheet const pageSetup = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-pri...
  2. 使用 JavaScript 通过 C++ 合并和拆分单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 JavaScript 库,支持合并和拆分单元格。本文将介绍如何使用 Aspose.Cells 库合并和拆分单元格,并提供自定义合并单元格样式的选项。...Create a Worksheet and get the first sheet. const worksheet = wbk...wbk . worksheets . get ( 0 ); // Create a Cells object to fetch...

    docs.aspose.com/cells/zh/javascript-cpp/merging...
  3. Technical Articles|Aspose.Slides for Python Doc...

    Technical articles for Aspose.Slides for Python via .NET: OLE, chart, HTML export, threading, and more—best practices for the PPT, PPTX and ODP formats....Hide ] Working Solution for Worksheet Resizing Prevent Presentation...

    docs.aspose.com/slides/python-net/technical-art...
  4. Display Features in 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....in Ruby Hide or Unhide a Worksheet in Ruby Page Break Preview...

    docs.aspose.com/cells/java/display-features-in-...
  5. AutoFill Range of Excel File with Golang via C+...

    Learn how to perform an autofill operation in a specified range of an Excel file using Aspose.Cells with Golang via C++....xlsx Create Workbook and Worksheet Scoped Named Ranges with Golang...

    docs.aspose.com/cells/go-cpp/autofill-ranges/
  6. Working with Data in Apache POI and Aspose.Cell...

    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 Insert Hyperlinks in Worksheet New Line in Cells Create Pivot...

    docs.aspose.com/cells/java/working-with-data-in...
  7. Three methods for filtering Chart Data with C++...

    Learn how to filter charts in Excel using Aspose.Cells for C++. Our comprehensive guide will demonstrate how to apply filters to charts, customize chart elements, and use data analysis tools for better insights and informed decision making.... Worksheet sheet = workbook . GetWorksheets...); // Add a chart to the worksheet int chartIndex = sheet . GetCharts...

    docs.aspose.com/cells/cpp/filtering-charts-in-e...
  8. The behavior of Cells.ExportDataTable() methods...

    In Aspose.Cells for .NET 24.7 Release Notes there is a Changes the behavior of Cells.ExportDataTable() methods. The change of behavior is causing issues for us. Is there a way for us to continue exporting a numeric cel…...ExportCustomDataTabl(Worksheet worksheet) { DataTable dataTable...DataTable(); int rowCount = worksheet.Cells.MaxDataRow + 1; int...

    forum.aspose.com/t/the-behavior-of-cells-export...
  9. How to Add Text Conditional Formatting|Document...

    How to use the Aspose.Cells for Python via .NET library to apply Text conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....cells import Workbook , Worksheet , CellArea , FormatConditionType...Workbook () sheet1 = book . worksheets [ 0 ] self . _sheet = sheet1...

    docs.aspose.com/cells/python-net/how-to-add-tex...
  10. 通过JavaScript在C++中为命名范围设置公式|Documentation

    学习如何使用C++的JavaScript为电子表格中的命名范围设置公式。...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...WorksheetCollection const worksheets = book . worksheets ; // Add a new...

    docs.aspose.com/cells/zh/javascript-cpp/setting...