Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 102,715 for

workbook

(0.1 sec)
  1. Count number of cells in the Worksheet with Jav...

    Learn how to programmatically count the number of cells in an Excel worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/count-numb...
  2. 在Ruby中隐藏和显示行和列|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 = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/hiding-and-showin...
  3. 用Node.js和C++读取和写入工作表的查询表|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 from source excel file const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/reading-and...
  4. 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...
  5. Managing OLE Objects with JavaScript via C++|Do...

    Learn how to manage OLE objects in Aspose.Cells for JavaScript via C++. Add, extract, and manipulate OLE objects within worksheets...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiate a new Workbook. const workbook = new Workbook (); // Get...

    docs.aspose.com/cells/javascript-cpp/managing-o...
  6. Insert a Picture Based on Cell Reference with J...

    Learn how to insert a picture in a worksheet based on a cell reference using Aspose.Cells for JavaScript via C++. Show cell data in a picture...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiate a new Workbook const workbook = new Workbook (); // Get...

    docs.aspose.com/cells/javascript-cpp/insert-a-p...
  7. Insert Timeline|Documentation

    Learn how to create a timeline with Aspose.Cells for JavaScript via C++.... Finally, it saves the workbook in output XLSX format. The..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/create-tim...
  8. 在 Jython 中调整行高和列宽|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.... cells import Workbook class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  9. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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....and add a shape Workbook book = new Workbook ( "sample.xlsx"...and add a shape Workbook book = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. 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...