Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 103,883 for

workbook

(0.18 sec)
  1. Hide or Unhide 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 by Excel file path $workbook = new Workbook...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/java/hide-or-unhide-a-wor...
  2. Aspose.Cells equivalent of VBA Styles.Merge - F...

    I am trying to find an equivalent method in Aspose.Cells to Styles.Merge in VBA. Does such a method exist, and if not, can you provide a solution to accomplish this?...Create a new workbook Workbook workbook = new Workbook(); // Get...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/aspose-cells-equivalent-of-v...
  3. How to apply/set text alignment to textbox with...

    How to apply/set text alignment to textbox in Aspose.Cells for Node.js via C++....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); const shapes = workbook . getWorksheets ()...

    docs.aspose.com/cells/nodejs-cpp/applying-text-...
  4. Number Settings|Documentation

    Aspose.Cells is a JavaScript library for working with spreadsheet files that supports many different cell number settings. This article introduces how to use the Aspose.Cells library to manage the number settings of cells for adjusting number formats in spreadsheets....module, Workbook that represents an Excel file. The Workbook module...Cells Example - Create/Modify Workbook </ h1 > < input type = "file"...

    docs.aspose.com/cells/javascript-cpp/cells-numb...
  5. Specify Maximum Rows of Shared Formula with Jav...

    Learn how to specify the maximum rows for shared formulas using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files ...

    docs.aspose.com/cells/javascript-cpp/specify-ma...
  6. Delete Blank Rows and Columns in a Worksheet wi...

    Delete empty rows and columns in a worksheet using Aspose.Cells with C++....xlsx" ; Workbook workbook ( inputFilePath ); //...of the Workbook WorksheetCollection sheets = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/delete-blank-rows-and...
  7. Rotating Cell Text in VSTO and Aspose.Cells|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....following steps: Create a workbook and get a worksheet. Add sample...Application ; // Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/rotating-cell-text-in...
  8. Get Warnings While Loading an Excel File with N...

    Learn how to capture warnings while loading an Excel file using Aspose.Cells for Node.js via C++. Handle corrupt but loadable Workbooks effectively....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/nodejs-cpp/get-warnings-w...
  9. 用C++在排序数据时指定排序警告|Documentation

    学习如何使用Aspose.Cells for C++ API在排序数据时指定排序警告。...\\ " ); // Create workbook Workbook workbook ( srcDir + u "sampleSortAsNumber...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/specifying-sort-wa...
  10. 在 Node.js 和 C++ 中隐藏与显示行列|Documentation

    学习如何在工作表中隐藏和显示行列,使用 Aspose.Cells for Node.js via C++。...C++ 提供一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 WorksheetCollection...Instantiating a Workbook object with Uint8Array const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/hiding-and-...