Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 102,712 for

workbook

(0.26 sec)
  1. Update Power Query Formula Item with JavaScript...

    Learn how to update the Power Query Formula item data source in an Excel file using Aspose.Cells for JavaScript via C++....Example </ h1 > < p > Select the workbook containing Power Query formulas...formulas and an optional source workbook to reference in the "Source"...

    docs.aspose.com/cells/javascript-cpp/update-pow...
  2. 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...
  3. 用JavaScript通过C++指定共享公式的最大行数|Documentation

    学习如何使用C++的JavaScript指定共享公式的最大行数。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files ...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  4. 在VSTO和Aspose.Cells中创建命名范围|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....//Create a new Workbook Excel . Workbook wb = xl . Workbooks . Add (...Value , "Test" ); } //Save New Workbook wb . SaveCopyAs ( "Test_Range...

    docs.aspose.com/cells/zh/net/creating-a-named-r...
  5. 用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-...
  6. Inserting and Deleting Rows and Columns of an E...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for C++ API....Cells provides a class Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/inserting-and-deletin...
  7. Get Cells Range|Documentation

    Learn how to get cells range through the Aspose.Cells for JavaScript via C++ API....example shows how to: Create a workbook. Add data to cells in the...Aspose.Cells Example - Create Workbook and Inspect Cells </ h1 >...

    docs.aspose.com/cells/javascript-cpp/get-cells-...
  8. Manage Shape Text Options with C++|Documentation

    Learn how to manage shape text options programmatically using Aspose.Cells for C++....// Load the Excel file Workbook workbook ( "example.xlsx" ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 );...

    docs.aspose.com/cells/cpp/managing-shape-text-o...
  9. 如何用 Node.js 通过 C++ 改变 Excel 中评论的背景|Documentation

    使用 Aspose.Cells for Node.js via C++ 改变评论颜色并在评论中插入图片或图像。...该文件用于初始化下面的代码中的 Workbook 对象。 const path = require (...new workbook. const workbook = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  10. Find out if VBA Project is Protected with JavaS...

    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....following sample code creates a workbook, checks if its VBA project..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/find-out-i...