Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 80,833 for

workbook

(0.15 sec)
  1. Removing Worksheets Using Sheet Name in PHP|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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/removing-worksheets-u...
  2. Reading and Writing Query Table of Worksheet wi...

    Learn how to read and write query tables in Excel worksheets using Aspose.Cells with C++....Create workbook from source excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/reading-and-writing-q...
  3. 使用C++的Node.js计算数据表数组公式|Documentation

    如何使用Aspose.Cells库对Microsoft Excel中的数据表数组公式进行计算。加载或创建Excel文件,计算数组公式,然后保存修改后的文件。...请正常使用 Workbook.calculateFormula() 以计算任何类型的公式。...Create workbook from source excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/calculation...
  4. Aspose.Cells 8.3.2中的公共API更改|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 workbook object Workbook workbook = new Workbook (); //Insert...of your choice int index = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Setting Page Options 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....Instantiating a Workbook object by excel file path workbook = self .... Workbook () \# Accessing the first worksheet in the Excel file...

    docs.aspose.com/cells/java/setting-page-options...
  6. Copy Row Heights of Source Range to Destination...

    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...."data" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Source worksheet const srcSheet = workbook...

    docs.aspose.com/cells/nodejs-cpp/copy-row-heigh...
  7. 用C++将工作簿转换为JSON|Documentation

    学习如何用Aspose.Cells for C++将Excel工作簿转换为JSON格式。...N,只需将 SaveFormat::Json 作为 Workbook::Save 方法的第二个参数传递。也可以使用 JsonSaveOptions...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...
  8. Create, Manipulate, or Remove Scenarios from Wo...

    Learn how to create, modify, and delete scenarios in Excel worksheets programmatically using Aspose.Cells for Python via .NET API....modified workbook import os from aspose.cells import Workbook # For...the Workbook and load an Excel file workbook = Workbook ( os...

    docs.aspose.com/cells/python-net/create-manipul...
  9. Show and Hide Worksheets and Tabs|Documentation

    This article provides sample code for using the C# API or .NET Library to programmatically display and hide an Excel worksheet. Additionally, how to show and hide Excel Workbook tabs....show and hide elements of a workbook including worksheets and tabs...class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/net/show-and-hide-workshe...
  10. 用C++在范围内搜索和替换数据|Documentation

    本文演示如何用C++代码在Excel中搜索和替换范围内的数据。...xlsx" ; // Create workbook Workbook workbook ( filePath ); //...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/search-and-replace...