Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 86,318 for

workbook

(0.08 sec)
  1. Find Cells with Specific Style with C++|Documen...

    Learn how to find or search cells with a particular style applied through the Aspose.Cells for C++ API....xlsx" ; Workbook workbook ( filePath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); Style...

    docs.aspose.com/cells/cpp/find-cells-with-speci...
  2. Detect Merged Cells in a Worksheet with C++|Doc...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports detecting merged cells in a worksheet, making it easy for users to identify and manipulate these cells. This article will introduce how to use the Aspose.Cells library to detect merged cells....02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "SampleInput...xlsx" ); Worksheet wkSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/detect-merged-cells-i...
  3. Hide or Unhide a Worksheet in 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 Code workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/hide-or-unhide-a-wor...
  4. 更改图表位置和大小|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....get/setY() Java Workbook workbook = new Workbook ( dataDir + "AsposeChart...xls" ); Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/change-chart-posi...
  5. How do I get a non named range using cell addre...

    Hi, I want to get a range using referred area. So when I get precedent for a range I want to be able to get that precedent as a range object instead of a referred area object. How can I do that, the only option I have …...Create a Workbook object Workbook workbook = new Workbook(); //...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/how-do-i-get-a-non-named-ran...
  6. 通过Node.js和C++管理Excel图表的数据标签|Documentation

    学习如何使用Aspose.Cells for Node.js via C++有效管理Excel图表中的数据标签。本指南涵盖添加、删除和修改标签等各种管理任务,以增强图表的可读性和实用性。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-data...
  7. Open Different Microsoft Excel Versions Files w...

    This article explains how to open different Excel version files using Aspose.Cells for Node.js via C++....constructor, or specify the Workbook class' getFileFormat() type...LoadFormat . Auto ); // Create a Workbook object and opening the file...

    docs.aspose.com/cells/nodejs-cpp/opening-differ...
  8. Cut and Paste Range with Node.js via C++|Docume...

    Learn how to cut and paste cells within a worksheet using Aspose.Cells for Node.js via C++...."output" ); const workbook = new AsposeCells . Workbook (); const worksheet...worksheet = workbook . getWorksheets (). get ( 0 ); worksheet...

    docs.aspose.com/cells/nodejs-cpp/cut-and-paste-...
  9. Search and Replace Data in a Range with Node.js...

    This article shows how to search and replace data in a range in Excel using Node.js via C++ code....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...); const worksheet = workbook . getWorksheets (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/search-and-rep...
  10. Developer Guide|Documentation

    Aspose.Cells for Node.js via C++ developer guide....js via C++ Manage Workbook with Node.js via C++ Convert...Combine Multiple Workbooks into a Single Workbook with Node.js via...

    docs.aspose.com/cells/nodejs-cpp/developer-guide/