Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 161,045 for

workbook

(0.08 sec)
  1. Hiding Rows and Columns in 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....in Worksheet C# Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . Worksheets [ 0 ]; worksheet...

    docs.aspose.com/cells/net/hiding-rows-and-colum...
  2. ListColumn class | Aspose.Cells for Python via ...

    ListColumn class ListColumn class Represents a column in a Table. The ListColumn type exposes the following members: ......cells import CellsHelper , Workbook from aspose.cells.tables import...TotalsCalculation workbook = Workbook () cells = workbook . worksheets...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. Aspose::Cells::Drawing::Picture::SetSignatureLi...

    Aspose::Cells::Drawing::Picture::SetSignatureLine method. Gets and sets the signature line in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet worksheet...worksheet = workbook . GetWorksheets (). Get ( 0 ); //Adding a...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  4. GridJsWorkbook.ImportExcelFile | Aspose.Cells f...

    GridJsWorkbook method. Imports the excel file from file path and open password...ImportExcelFile(Workbook) Imports the excel file from the Workbook object...ImportExcelFile ( Workbook wb ) Parameter Type Description wb Workbook The...

    reference.aspose.com/cells/net/aspose.cells.gri...
  5. Encrypting Excel 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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/encrypting-excel-fil...
  6. Create MS Excel XLSB Files via C# | products.as...

    XLSB creater. Create XLSB files in C# code. Generate MS Excel XLSB files using VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/create/xlsb/
  7. Create PDF Files via C# | products.aspose.com

    PDF creater. Create PDF files in C# code. Generate PDF files using VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/create/pdf/
  8. Create MS Excel XLTM Files via C# | products.as...

    XLTM creater. Create XLTM files in C# code. Generate MS Excel XLTM files using VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/create/xltm/
  9. Calculate Sub Totals|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 ( "../...first worksheet Cells cells = workbook . Worksheets [ 0 ]. Cells...

    docs.aspose.com/cells/net/calculate-sub-totals/
  10. ThemeColor类 | Aspose.Cells for Python via .NET ...

    ThemeColor类 ThemeColor类 代表主题颜色。 ThemeColor 类型公开了以下成员: 构造器 构造器 描述 ThemeColor(type, tint) 特性 属性 描述 color_type 获取和设置主题类型......ThemeColorType , Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () cells = workbook . worksheets [ 0 ] . cells cells ...

    reference.aspose.com/cells/python-net/zh/aspose...