Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 102,518 for

workbook

(0.07 sec)
  1. How to Change the Comment Font Color with JavaS...

    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 , TextAlignmentType...'fileInput' ); // Instantiate a new Workbook (if a file is provided, open...

    docs.aspose.com/cells/javascript-cpp/how-to-cha...
  2. Using WorkbookMetadata with Node.js via C++|Doc...

    Learn how to edit Workbook metadata using Aspose.Cells for Node.js via C++....a lightweight version of a workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. The following sample code...

    docs.aspose.com/cells/nodejs-cpp/using-workbook...
  3. Implementing Non-Sequential Ranges with C++|Doc...

    Learn how to create named ranges with non-adjacent cells using Aspose.Cells with C++....); // Create a new workbook Workbook workbook ; // Adding a name...non‑sequential range int index = workbook . GetWorksheets (). GetNames...

    docs.aspose.com/cells/cpp/implementing-non-sequ...
  4. Aspose.Cells 8.3.1中的公共API更改|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 the source Excel file Workbook workbook = new...new Workbook ( "sample.xlsx" ); //Access the first worksheet Worksheet...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. Draw Slicer while rendering Excel to PDF with C...

    Export Excel to PDF with slicer settings using Aspose.Cells with C++.... It then saves the workbook as the output PDF file . The...Create workbook from the Excel file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/draw-slicer-while-ren...
  6. Opening Files with Different Formats with JavaS...

    Aspose.Cells for JavaScript via C++ API allows you to open or read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc...."text/javascript" > const { Workbook , LoadOptions , LoadFormat...SpreadsheetML ); // Create a Workbook object and open the file from...

    docs.aspose.com/cells/javascript-cpp/opening-fi...
  7. Display or Hide Scroll Bars in 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 from an Excel file path workbook = Rjb...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/display-or-hide-scro...
  8. Working With Borders|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....With Borders C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/net/working-with-borders/
  9. Hiding the Display of Zero Values in the Worksh...

    This article will show you sample code explaining how to programmatically hide the zero values in an Excel spreadsheet using the C++ library or API....Create a new Workbook object Workbook workbook ( inputFilePath...worksheet of the workbook Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/hiding-the-display-of...
  10. Insert a new worksheet|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.... Workbook . GetFirstChild < Sheets >();...and associate it with the workbook. Sheet sheet = new Sheet ()...

    docs.aspose.com/cells/net/insert-a-new-worksheet/