Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 99,951 for

workbook

(0.19 sec)
  1. How to Convert Excel to XPS in Java

    This tutorial explains how to convert Excel to XPS in Java. XPS is a very common file format that can be generated from Excel in any operating system like Windows, macOS and Linux....the target Excel file to a Workbook class object and then save...project Add a reference to Workbook and SaveFormat class using...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  2. Convert POT to XLTX via PHP or with free Online...

    PHP API to Convert POT to XLTX or Online App without using Microsoft Office Powerpoint or Excel. Test free POT to XLTX online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...POT to XLSB (Excel Binary Workbook) Convert POT to XLSM (Macro-enabled...

    products.aspose.com/total/php-java/conversion/p...
  3. 使用JavaScript通过C++处理WebQuery类型的外部数据连接。|Documenta...

    学习如何使用Aspose.Cells for JavaScript通过C++处理WebQuery类型的外部数据连接。... Contents [ Hide ] 您可以使用 Workbook.DataConnections 集合访问任何类型的外部数据连接。其中一种数据连接类型是..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/working...
  4. How to create Dynamic Chart with Dropdown List ...

    Learn how to create a dynamic chart that updates based on a drop‑down list selection using Aspose.Cells for JavaScript via C++. Our step‑by‑step guide will demonstrate how to integrate a drop‑down list into your chart for flexible data visualization...."text/javascript" > const { Workbook , SaveFormat , CellArea ,...async () => { // Create a new workbook and access the first worksheet...

    docs.aspose.com/cells/javascript-cpp/create-dyn...
  5. 计算一系列单元格的总和|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.... Workbook . Descendants < Sheet >()...//Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/zh/net/calculate-the-sum-...
  6. Pivot Table and Source Data with C++|Documentation

    Learn how to dynamically change a pivot table's source data using Aspose.Cells with C++....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/pivot-table-and-sourc...
  7. 使用C++通过Node.js创建、操作或删除工作表的场景|Documentation

    学习如何使用C++ API通过Node.js以编程方式创建、操作或删除Excel工作表中的场景。...Instantiate the Workbook // Load an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "aspose-sample...

    docs.aspose.com/cells/zh/nodejs-cpp/create-mani...
  8. Set Default Font while rendering a spreadsheet ...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells for Node.js via C++....when the default font of the workbook cannot render your characters...following sample code creates a workbook, adds some text in cell A4...

    docs.aspose.com/cells/nodejs-cpp/set-default-fo...
  9. 检查工作簿是否包含隐藏的外部链接,使用Node.js和C++|Documentation

    学习如何使用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/zh/nodejs-cpp/check-if-wo...
  10. 使用 C++ 检查工作簿是否包含隐藏的外部链接|Documentation

    学习如何使用 Aspose.Cells for C++检测Excel工作簿中的隐藏外部链接。...the workbook which contains hidden external links Workbook workbook...of the workbook ExternalLinkCollecti links = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/check-if-workbook-...