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

workbook

(0.3 sec)
  1. 通过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...
  2. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of linked Ole Objects in Excel files using Aspose.Cells for C++....xlsx" ; Workbook wb ( inputFilePath ); // Access...u "Aspose APIs" ); // Save workbook to memory stream auto ms =...

    docs.aspose.com/cells/cpp/access-and-modify-the...
  3. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how to use the Aspose.Cells library to calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using JavaScript via C++. Load an existing Excel file or create a new one, then use Aspose.Cells methods to calculate these functions and save the results to disk....sample Excel file and calls the Workbook.calculateFormula() method..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...

    docs.aspose.com/cells/javascript-cpp/calculatio...
  4. Customizing the Ribbon XML with JavaScript via ...

    Learn how to customize the Ribbon XML in Excel using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Loads the workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/customizin...
  5. Get Cell String Value with and without Formatti...

    Learn how to get cell string value with and without formatting through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Cell } = AsposeCells...Creating a new workbook const workbook = new Workbook (); // Access...

    docs.aspose.com/cells/javascript-cpp/get-cell-s...
  6. 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...
  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....Instantiating a Workbook object Workbook workbook = new Workbook (); workbook...Worksheets . Add ( "new sheet" ); workbook . Worksheets . Add ( "second...

    docs.aspose.com/cells/zh/net/set-print-area/
  8. 用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-...
  9. Convert-Excel-to-JSON|Documentation

    Learn how to convert an Excel file to JSON with Aspose.Cells for Python via .NET API....NET supports converting a Workbook to JSON (JavaScript Object...Notation) file. Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/python-net/convert-excel-...
  10. Managing Document Properties in Jython|Document...

    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.... cells import Workbook class ManagingDocumentProp...ManagingDocumentProp / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/managing-document-pr...