Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 57,778 for

workbook

(0.27 sec)
  1. How to apply/set text alignment to textbox with...

    How to apply/set text alignment to textbox in Aspose.Cells with C++....); // Create a new workbook Workbook workbook ; // Get the shapes...worksheet ShapeCollection shapes = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/applying-text-alignme...
  2. Removing Worksheets using Sheet Index in Jython...

    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.... cells import Workbook from java . io import FileInputStream...Instantiating a Workbook object with the stream workbook = Workbook ( fstream...

    docs.aspose.com/cells/java/removing-worksheets-...
  3. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in Node.js by implementing a custom calculation engine using the Aspose.Cells library for Node.js via C++. Load an existing Excel file or create a new one to use the methods provided and save the modified Excel file....instance of Workbook const workbook = new AsposeCells . Workbook ();...the collection const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/implement-cust...
  4. Display or Hide Tabs 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....//Instantiating a Workbook object by excel file path $workbook = new Workbook...the tabs of the Excel file $workbook -> getSettings () -> setShowTabs...

    docs.aspose.com/cells/java/display-or-hide-tabs...
  5. 通过Node.js和C++显示与隐藏行列和滚动条|Documentation

    本文演示如何通过Node.js和C++编程控制Excel工作表的行和列的显示与隐藏。有效控制滚动条的显示,以及批量隐藏或显示多行多列。...Cells 提供了一个类 Workbook ,表示一个Microsoft Excel文件。 Workbook 类包含一个 getWorksheets()...Instantiating a Workbook object with file buffer const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/show-and-hi...
  6. Display or Hide Tabs in Aspose.Cells|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....The more worksheets in the workbook, the more sheet tabs there...//Instantiating a Workbook object //Opening the Excel file Workbook workbook...

    docs.aspose.com/cells/net/display-or-hide-tabs-...
  7. Calculation of Array Formula of Data Tables wit...

    How to use Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to calculate the array formula of the data table and get the result. Finally, we save the modified Excel file to disk.... Please use Workbook.CalculateFormula() as normal...Create workbook from source excel file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/calculation-of-array-...
  8. 在Node.js和C++中插入WAV文件作为Ole对象|Documentation

    学习如何在Excel工作表中使用Aspose.Cells for Node.js via C++插入WAV文件作为OLE对象。...new Workbook. const workbook = new AsposeCells . Workbook ();...(); const sheet = workbook . getWorksheets (). get ( 0 ); // Add...

    docs.aspose.com/cells/zh/nodejs-cpp/inserting-a...
  9. Grouping and Ungrouping Rows and Columns in Pyt...

    Learn how to Group and Ungroup Rows and Columns through the Aspose.Cells for Python Via Java API....Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + 'Book1.xls' ) \ # Accessing the...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  10. Unprotect a Worksheet 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....//Instantiating a Workbook object $workbook = new Workbook ( $dataDir..."book1.xls" ); $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/java/unprotect-a-workshee...