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

workbook

(0.11 sec)
  1. 如何使用Node.js通过C++设置工作簿的AutoRecover属性|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置工作簿的AutoRecover属性。...Cells提供了 Workbook.getAutoRecover() 属性来启用或禁用此选项。...属性来启用或禁用此选项。 以下代码说明了如何使用工作簿的 Workbook.getAutoRecover() 属性。代码先读取该属性的默认值(为...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  2. 通过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...
  3. 如何用 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...
  4. 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...
  5. 在Excel或OpenOffice中插入超链接|Documentation

    如何在使用C++的JavaScript中,用Aspose.Cells库在Excel文件插入超链接而无需MS Excel。...Cells 提供了一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 WorksheetCollection..."runExample" > Run Example (Create Workbook & Add Hyperlink) </ button...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  6. 用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-...
  7. Retrieve a dictionary of all named ranges in a ...

    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....String fileName ) { // Given a workbook name, return a dictionary...Retrieve a reference to the workbook part. var wbPart = document...

    docs.aspose.com/cells/net/retrieve-a-dictionary...
  8. 在Python中进行分页预览|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.... Python 代码 workbook = self . Workbook ( self . dataDir...worksheet to the Workbook object worksheets = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/page-break-previe...
  9. Delete Ranges from Excel with C++|Documentation

    Learn how to delete ranges in Excel using Aspose.Cells with C++....Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/cpp/delete-ranges-from-ex...
  10. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , CellsHelper , TableDataSourceType...}); function printTables ( workbook , externalConnection ) { //...

    docs.aspose.com/cells/javascript-cpp/find-query...