Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 27,203 for

excel worksheet

(0.21 sec)
  1. 用JavaScript通过C++自定义图表|Documentation

    学习如何在Aspose.Cells for Java脚本通过C++中自定义图表。我们的指南将向你展示如何修改图表布局、添加和格式化数据系列、调整轴以及应用各种格式选项,以提升图表的外观和易用性。...Workbook (); // Adding a new worksheet to the Workbook object const...const sheetIndex = workbook . worksheets . add (); // Obtaining the...

    docs.aspose.com/cells/zh/javascript-cpp/customi...
  2. 通过Node.js和C++获取工作表唯一ID|Documentation

    本文展示了如何使用Node.js库和C++ API以编程方式获取Excel工作表唯一ID。...js via C++提供通过使用 Worksheet.getUniqueId() 属性获取工作表唯一ID的功能。以下代码片段演示了如何使用...使用 Worksheet.getUniqueId() 属性打印工作表的唯一ID。此代码示例使用这个 示例Excel文件 。...

    docs.aspose.com/cells/zh/nodejs-cpp/get-workshe...
  3. Aspose.Cells.CellsException: 'IndexOutOfRangeEx...

    Hi- I’m getting the error shown in the subject above when trying to call Workbook.CalculateFormula. The full error says that the issue is “Based on cell Data!B2366” in the workbook I will provide. The formula in this cel…...the defined limits of the worksheet. This can happen with formulas...within the bounds of the worksheet. For example, if your formula...

    forum.aspose.com/t/aspose-cells-cellsexception-...
  4. Convert Text to Columns using Aspose.Cells with...

    Learn how to convert text to columns in Excel files using Aspose.Cells for C++....to columns using Microsoft Excel. This feature is available from...character) based on which Microsoft Excel splits the contents of a cell...

    docs.aspose.com/cells/cpp/convert-text-to-colum...
  5. Converting Chart to Image in SVG Format with Ja...

    Learn how to convert a chart to an SVG format image using Aspose.Cells for JavaScript via C++....loads the source Microsoft Excel file and then saves the first...chart found on the first worksheet to SVG. <!DOCTYPE html> <...

    docs.aspose.com/cells/javascript-cpp/converting...
  6. 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...and Footers in MS Excel Click the worksheet where you want to...

    docs.aspose.com/cells/net/get-headers-or-footers/
  7. Use Error Checking Options with C++|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel Worksheets e.g. Numbers stored as Text using C++ API or Library....Contents [ Hide ] Microsoft Excel allows users to define error...there’s a problem with the cell. Excel provides information that helps...

    docs.aspose.com/cells/cpp/use-error-checking-op...
  8. Accessing Table from Cell and Adding Values ins...

    Access a table from a cell and add values using Aspose.Cells with C++....screenshot shows the source Excel file used in the code. It contains...screenshot shows the output Excel file generated by the code....

    docs.aspose.com/cells/cpp/accessing-table-from-...
  9. 使用C++管理Excel图表的图例|Documentation

    学习如何利用 Aspose.Cells for C++ 高效利用和定制Microsoft Excel中的图表图例。我们的全面指南介绍了图例的功能、访问和修改方法,以及如何利用图例改善可视化和数据理解。...使用C++管理Excel图表的图例 Contents [ Hide ] 图例选项 Aspose.Cells 还允许你在运行时管理图表的图例。通过...workbook ; // Adding a new worksheet to the Workbook object int...

    docs.aspose.com/cells/zh/cpp/chart-legend/
  10. Format and Modify Named Ranges with Node.js via...

    Learn how to format and modify named ranges using Aspose.Cells for Node.js via C++....Workbook (); // Get the first worksheet in the book. const WS = workbook...( stl , flg ); // Save the excel file. workbook . save ( path...

    docs.aspose.com/cells/nodejs-cpp/format-and-mod...