Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 161,046 for

workbook

(0.11 sec)
  1. Name class | Aspose.Cells for Python via .NET A...

    Name class Name class Represents a defined name for a range of cells. The Name type exposes the following members: Pr......Indicates this name belongs to Workbook or Worksheet. 0 = Global name...import Workbook # Instantiating a Workbook object workbook = Workbook...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. CustomDocumentProperties | Aspose.Cells for .NE...

    返回一个DocumentPropertyaspose.cells.properties/documentproperty表示电子表格的所有自定义文档属性的集合...例子 [C#] Workbook workbook = new Workbook (); workbook . Worksheets...Basic] Dim workbook as Workbook = New Workbook () workbook . Worksheets...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  3. Encrypting Excel Files using Aspose.Cells|Docum...

    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 workbook = new Workbook ( srcFileName...//Specify XOR encryption type. workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/net/encrypting-excel-file...
  4. 从流中打开电子表格文档|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/zh/net/open-a-spreadsheet...
  5. WorkbookRender class | Aspose.Cells for Python ...

    WorkbookRender class WorkbookRender class Represents a Workbook render. The constructor of this class , must be used ......WorkbookRender class Represents a Workbook render. The constructor of...Gets the total page count of workbook. Methods Method Description...

    reference.aspose.com/cells/python-net/aspose.ce...
  6. Aspose::Cells::FormulaSettings class | Aspose.C...

    Aspose::Cells::FormulaSettings class. Settings of formulas and calculation in C++....full calculation when the workbook is opened. GetCalculateOnSave()...Indicates whether recalculate the workbook before saving the document...

    reference.aspose.com/cells/cpp/aspose.cells/for...
  7. Aspose::Cells::Rendering::PdfBookmarkEntry clas...

    Aspose::Cells::Rendering::PdfBookmarkEntry class. PdfBookmarkEntry is an entry in pdf bookmark. if Text property of current instance is null or "", current instance will be hidden and children will be inserted on current level in C++....Cells :: Startup (); Workbook workbook ; workbook . GetWorksheets...GetWorksheets (). Add (); workbook . GetWorksheets (). Add (); Cell cellInPage1...

    reference.aspose.com/cells/cpp/aspose.cells.ren...
  8. Show and Hide Worksheets and Tabs|Documentation

    This article provides sample code for using the C# API or .NET Library to programmatically display and hide an Excel worksheet. Additionally, how to show and hide Excel Workbook tabs....show and hide elements of a workbook including worksheets and tabs...class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/net/show-and-hide-workshe...
  9. Create MS Excel XLSX Files via Python | product...

    XLSX creater. Create XLSX files in Python code. Generate MS Excel XLSX files using Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-java/create/xlsx/
  10. Create MS Excel XLSB Files via Python | product...

    XLSB creater. Create XLSB files in Python code. Generate MS Excel XLSB files using Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-java/create/xlsb/