Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 19,917 for

worksheet

(0.08 sec)
  1. 使用ICustomFunction功能|Documentation

    本文描述了如何使用Aspose.Cells库中ICustomFunction功能在Microsoft Excel中创建自定义函数。通过加载现有的Excel文件或创建新的Excel文件,我们可以使用Aspose.Cells提供的方法定义和注册自定义函数并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...reference of the first worksheet Worksheet worksheet = workbook . getWorksheets...sample value to "A1" cell worksheet . getCells (). get ( "B1"...

    docs.aspose.com/cells/zh/java/how-to-calculate-...
  2. Public API Changes in Aspose.Cells 8.6.2|Docume...

    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 [ sheetIndex ]. Name + "...first worksheet Worksheet worksheet = workbook . Worksheets [ 0...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Getting Headers or Footers|Documentation

    This article explains how to programmatically get header and footers from Excel or OpenOffice files using the C# API or .NET Library....footers for more than one worksheet at a time. For other sheet...Footers in MS Excel Click the worksheet where you want to view or...

    docs.aspose.com/cells/net/get-headers-or-footers/
  4. Border Settings with C++|Documentation

    How to use the Aspose.Cells library in C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....Workbook class contains a Worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/cpp/cells-border-settings/
  5. 获取列标题|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....Given a document name, a worksheet name, and a cell name, gets...== 0 ) { // The specified worksheet does not exist. return null...

    docs.aspose.com/cells/zh/net/get-a-column-heading/
  6. Working with Cells|Documentation

    This article introduces the use of cells related APIs in GridDesktop....GridCell in a Worksheet Access GridRow in a Worksheet List of Supported...Feature Add Protection in Worksheet Text overflows from GridDesktop...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  7. 插入单元格注释|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....Shapes 集合的 addComments 方法(封装在 Worksheet 对象中)向单元格添加注释。可以通过传递注释索引从 Comments...workbook = new Workbook (); Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/insert-cell-comme...
  8. Set the Values Format Code of Chart Series with...

    Learn how to set the values format code of chart series in Aspose.Cells for C++. Our guide will help you understand how to format your chart series data using the appropriate format code, allowing you to present your data accurately and professionally....based on the range inside the worksheet but also works well for the...// Access first worksheet Worksheet worksheet = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/set-the-values-format...
  9. 禁用 C++ 中图表的数据标签换行|Documentation

    学习如何在 Aspose.Cells for C++ 中禁用图表数据标签的换行。我们的指南将向您展示如何防止长标签重叠,并提供更清晰、更易读的图表显示。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/zh/cpp/disable-text-wrapp...
  10. Create Volume-Open-High-Low-Close(VOHLC) Stock ...

    Learn how to create a volume-open-high-low-close stock chart using Aspose.Cells for C++. Our guide will demonstrate how to plot stock market data, including volume, open, high, low, and close prices, onto a chart for better analysis and visualization....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...High-Low-Close-Stock Chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/cpp/create-volume-open-hi...