Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 101,648 for

workbook

(0.2 sec)
  1. 在 xlsx4j 中计算小计|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....//Instantiate a new workbook Workbook workbook = new Workbook ( "book1.xls"...first worksheet Cells cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/calculate-sub-tot...
  2. Worksheet.Copy changes the formula refs for ext...

    Hi team, I’m using Aspose.Cells 25.11 and there is an issue when copying worksheet with formulas like this =‘https://maverickcap.sharepoint.com/sites/Team/Consumer/CELH (Celsius)/7. Other/[Test_09.17.24.xlsx]Test Data’…...a worksheet in an external workbook and Test Data sheet doesn’t...doesn’t even exist in current workbook. After copy the formula becomes...

    forum.aspose.com/t/worksheet-copy-changes-the-f...
  3. 在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/display-or-hide-t...
  4. Loading and managing Excel, OpenOffice, Json, C...

    With Aspose.Cells for Python via .NET, it is simple to create, open and manage Excel, CSV, TSV, ODS, HTML, Numbers, Json, XML, PDF, JPG, Tiff, Image, MHT and XPS files....New Workbook The following example creates a new workbook from...loading Workbook Filter Objects while loading Workbook or Worksheet...

    docs.aspose.com/cells/python-net/loading-saving...
  5. Copy Range Data Only with Node.js via C++|Docum...

    Learn how to copy data from one range of cells to another using Aspose.Cells for Node.js via C++....example shows how to: Create a workbook. Add data to cells in the...new Workbook. const workbook = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/copy-range-dat...
  6. Consolidation Function|Documentation

    How to apply ConsolidationFunction to Data Fields of Pivot Table with Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/consolidat...
  7. 用JavaScript和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...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  8. Show Formulas Instead of Values in a Worksheet ...

    This article provides sample code for using the Node.js API via C++ to programmatically display formulas rather than values in an Excel worksheet or spreadsheet....source workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/show-formulas-...
  9. Unprotecting Simply Protected Worksheet in Jyth...

    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 com . aspose . cells...Instantiating a Workbook object workbook = Workbook ( dataDir + "Book1...

    docs.aspose.com/cells/java/unprotecting-simply-...
  10. Working with Freeze Panes|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 workbook = new Workbook (); //...file Worksheet worksheet = workbook . Worksheets [ 0 ]; worksheet...

    docs.aspose.com/cells/net/working-with-freeze-p...