Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 102,518 for

workbook

(0.13 sec)
  1. Create Union Range with Node.js via C++|Documen...

    Learn how to create a Union Range using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/create-union-r...
  2. Set Worksheet Tab Color with Node.js via C++|Do...

    This article demonstrates sample code that sets the Excel worksheet tab color programmatically using Node.js via C++....tab bar at the bottom of the workbook. Select Tab Color . Choose...Instantiate a new Workbook // Open an Excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/set-worksheet-...
  3. Editing Hyperlinks of Worksheet with C++|Docume...

    Learn how to edit hyperlinks of a worksheet through the Aspose.Cells for C++ API....// Create workbook from input file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/editing-hyperlinks-of...
  4. 通过C++用JavaScript计算公式|Documentation

    本文介绍如何使用Aspose.Cells库通过C++调用JavaScript在Microsoft Excel中计算公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法计算公式并获取结果。最后,将修改后的Excel文件保存到磁盘。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate a new Workbook object const workbook = new Workbook (); // Add...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  5. 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....instance of existing Workbook Workbook workbook ( u "seriesFiltered...SeriesCollection nSeriesFiltered = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/filtering-charts-in-e...
  6. 使用Python.NET计算数据表的数组公式|Documentation

    了解如何使用Aspose.Cells for Python via .NET API计算Excel数据表的数组公式。编程修改和保存电子表格。...请像平常一样使用 workbook.calculate_formula() 进行任何类型公式的计算。...os from aspose.cells import Workbook # For complete examples and...

    docs.aspose.com/cells/zh/python-net/calculation...
  7. Aspose.Cells 8.3.0中的公共API更改|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.... Java Workbook book = new Workbook ( "sample.xlsx"...后保存了工作簿文件。 Java Workbook book = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. 如何用 C++ 为文本框应用/设置文本对齐|Documentation

    如何用 C++ 在 Aspose.Cells 中为文本框应用/设置文本对齐。...); // Create a new workbook Workbook workbook ; // Get the shapes...worksheet ShapeCollection shapes = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/applying-text-alig...
  9. 用JavaScript通过C++删除命名范围|Documentation

    你可以学习如何使用Aspose.Cells for JavaScript通过C++从Excel或OpenOffice文件中删除定义的名称或命名范围。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiate a Workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  10. Draw Timeline while rendering Excel to PDF with...

    Manage timelines of Excel files with Aspose.Cells with C++.... It then saves the workbook as the output PDF file ( output...unique_ptr < Workbook > wb = std :: make_unique < Workbook > ( inputFilePath...

    docs.aspose.com/cells/cpp/draw-timeline-while-r...