Sort Score
Result 10 results
Languages All
Labels All
Results 6,011 - 6,020 of 161,020 for

workbook

(0.2 sec)
  1. JsonLoadOptions - Aspose.Cells for PHP via Java...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WebExtensionTaskPane WebQueryConnection Workbook WorkbookDesigner WorkbookMetadata...format, you should not save the workbook as excel file format later...

    reference.aspose.com/cells/php/aspose.cells/Jso...
  2. Aspose::Cells::Charts::ChartCollection class | ...

    Aspose::Cells::Charts::ChartCollection class. Encapsulates a collection of Chart objects in C++....(); Workbook workbook ; ChartCollection charts = workbook . GetWorksheets...

    reference.aspose.com/cells/cpp/aspose.cells.cha...
  3. How to Convert CSV to Excel in C#

    In this tutorial, you will learn how to convert CSV to Excel in C#. You can automate the procedure of generating Excel from CSV in C# with a few steps and simple API class....source file and then use a Workbook class instance for loading...the input CSV file Create a Workbook class object with CSV file...

    kb.aspose.com/cells/net/how-to-convert-csv-to-e...
  4. How to Unprotect Excel in Python

    This quick guide covers how to unprotect Excel in Python. It discusses the environment setup, step-by-step process, and a sample code to unlock Excel file in Python....protected Excel file using the Workbook class Remove the password...Finally, write the output Excel workbook to any file path, or a stream...

    kb.aspose.com/cells/python/how-to-unprotect-exc...
  5. Add Borders in Excel using Java

    Add borders in Excel using Java with the help of this article. Get IDE settings, a list of steps, and a sample code to create a border in Excel using Java....Java to set borders Create a workbook and access a sheet to set...cell range Save the output workbook These steps describe how to...

    kb.aspose.com/cells/java/add-borders-in-excel-u...
  6. Aspose::Cells::CopyOptions class | Aspose.Cells...

    Aspose::Cells::CopyOptions class. Represents the copy options in C++....formulas should refer to source workbook. However, for some situations...the same name in the same workbook, such as when those worksheets...

    reference.aspose.com/cells/cpp/aspose.cells/cop...
  7. How to Save Excel File as PDF using C#

    This topic explains with steps that how to save Excel file as PDF using C# without Office Interop in .NET environment for Windows, Linux or macOS...Cells object model using Workbook constructor Save the Excel...PDF via Save method of the Workbook class Sometimes you need to...

    kb.aspose.com/cells/net/how-to-save-excel-file-...
  8. GridName | Aspose.Cells for Java API Reference

    Encapsulates the object that represents a name object....Indicates this name belongs to Workbook or Worksheet. 0 = Global name...Indicates this name belongs to Workbook or Worksheet. 0 = Global name...

    reference.aspose.com/cells/java/com.aspose.grid...
  9. Workbook.CellsDataTableFactory | Aspose.Cells f...

    Workbook property. Gets the factory for building ICellsDataTable from custom objects...Workbook.CellsDataTableFactor Workbook.CellsDataTableFactor property...CellsDataTableFactor class Workbook namespace Aspose.Cells assembly...

    reference.aspose.com/cells/net/aspose.cells/wor...
  10. Opening Files 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....'/data/' workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) ...xls' ) workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) ...

    docs.aspose.com/cells/java/opening-files-in-ruby/