Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 82,029 for

workbook

(0.06 sec)
  1. Set External Links in Formulas in Aspose.Cells|...

    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....//Instantiate a new Workbook. Workbook workbook = new Workbook (); //Get...Worksheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Get...

    docs.aspose.com/cells/net/set-external-links-in...
  2. Data Filtering with C++|Documentation

    Learn how to add data filter by using the Aspose.Cells for C++ API....class, Workbook that represents an Excel file. The Workbook class...xls" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/data-filtering/
  3. Manage Shape Text Options with C++|Documentation

    Learn how to manage shape text options programmatically using Aspose.Cells for C++....// Load the Excel file Workbook workbook ( "example.xlsx" ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 );...

    docs.aspose.com/cells/cpp/managing-shape-text-o...
  4. How to Scale a Worksheet with Python.NET|Docume...

    This article explains how to scale a worksheet using Aspose.Cells for Python.NET....import Workbook # Load the Excel file workbook = Workbook ( "sample...the first worksheet sheet = workbook . worksheets [ 0 ] # Access...

    docs.aspose.com/cells/python-net/how-to-scale-a...
  5. Copy Ranges of Excel with Node.js via C++|Docum...

    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....new Workbook. const workbook = new AsposeCells . Workbook ();...the book. let worksheets = workbook . getWorksheets (); // Get...

    docs.aspose.com/cells/nodejs-cpp/copy-ranges-of...
  6. 用C++检查VBA代码的数字签名是否有效|Documentation

    学习如何用Aspose.Cells在C++中检查VBA代码的数字签名的有效性。...Cells允许你使用 Workbook.VbaProject.IsValidSigned ...01_SourceDirectory \\ " ); // Load the workbook from an existing Excel file...

    docs.aspose.com/cells/zh/cpp/check-if-digital-s...
  7. Copy Worksheets between Workbooks|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....Copy Worksheets between Workbooks Contents [ Hide ] Aspose.Cells...worksheet within or between workbooks. The method takes the source...

    docs.aspose.com/cells/net/copy-worksheets-betwe...
  8. Copying and Moving Worksheets in Php|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....Worksheets Copy Worksheets within a Workbook To copy worksheet using Aspose...the sheets of the Workbook. $sheets = $workbook -> getWorksheets...

    docs.aspose.com/cells/java/copying-and-moving-w...
  9. Copy fragments and worksheets between Workbooks...

    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....fragments and worksheets between Workbooks Contents [ Hide ] Sometimes...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/net/copy-fragments-and-wo...
  10. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for C++ API....Cells provides a class Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/inserting-and-deletin...