Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 87,253 for

workbook

(0.06 sec)
  1. Assign Macro to Form Control|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....a Form Control inside the workbook. The following sample code...code creates a new workbook, assign a Macro Code to a Form Button...

    docs.aspose.com/cells/python-net/assign-macro-t...
  2. Find the Root Element Name of XML Map|Documenta...

    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....inside the Workbook Import XML Map inside a Workbook using Aspose...

    docs.aspose.com/cells/java/find-the-root-elemen...
  3. 如何使用C++筛选空白或非空白|Documentation

    学习如何使用Aspose.Cells for C++ API筛选空白和非空白。...// Open the Excel file Workbook workbook ( u "sample.xlsx" ); //...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/how-to-filter-blan...
  4. Setting Headers and Footers with Node.js via C+...

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...excel = new AsposeCells . Workbook (); // Obtaining the reference...

    docs.aspose.com/cells/nodejs-cpp/setting-header...
  5. Chart Data Label|Aspose.Slides for PHP Document...

    Set PowerPoint chart data label and distance...the chart data worksheet $workbook = $chart -> getChartData ()...-> getSeries () -> add ( $workbook -> getCell ( $defaultWorksheetInde...

    docs.aspose.com/slides/php-java/chart-data-label/
  6. Create and Embed an Excel Chart as an OLE Objec...

    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....You create a Microsoft Excel workbook, create a chart and then create...ApplicationClass object. Create a new workbook with one sheet in it. Add...

    docs.aspose.com/slides/java/create-and-embed-an...
  7. Tracing Precedents and Dependents in xlsx4j|Doc...

    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 ( dataDir...dataDir + "workbook.xls" ); Cells cells = workbook . getWorksheets...

    docs.aspose.com/cells/java/tracing-precedents-a...
  8. 使用Node.js通过C++移除数据透视连接|Documentation

    学习如何使用Aspose.Cells for Node.js via C++移除数据透视连接。... const workbook = new AsposeCells . Workbook ( filePath );...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-pivo...
  9. 使用 C++ 通过 Node.js 插入或删除 Excel 工作表中的行|Documentation

    本文提供了使用 C++ 的 Node.js 代码,用于在 Excel 工作表中插入和删除行。..."data" ); // Instantiate a Workbook object. // Load a template...file. const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-or-d...
  10. Get Warnings while Loading Excel File with C++|...

    Learn how to catch and handle warnings while loading Excel files using Aspose.Cells for C++....Sometimes the user tries to load a workbook that is somewhat corrupt but...warnings while loading the workbook. You can catch these warnings...

    docs.aspose.com/cells/cpp/get-warnings-while-lo...