Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 161,892 for

workbook

(0.41 sec)
  1. 创建新工作簿|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类可用于简单使用 C# Workbook workbook = new Workbook ();...(); // Creating a Workbook object workbook . Save ( "test.xlsx"...

    docs.aspose.com/cells/zh/net/create-new-workbook/
  2. WorkbookDesigner class | Aspose.Cells for Pytho...

    WorkbookDesigner class WorkbookDesigner class Encapsulates the object that represents a designer spreadsheet. The Wor......Description workbook Gets and sets the WorkbookDesigner.workbook object...Example from aspose.cells import Workbook , WorkbookDesigner # Create...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. Import text file with header - Free Support For...

    Hello, I try to import txt file with separator Workbook Workbook = new Workbook(strFile, opt); I use TxtLoadOptions with PreferredParsers My text file has header colums in the first row How to indicate do not parse …...with separator Workbook workbook = new Workbook(strFile, opt);...CountryCode.France; Workbook workbook = new Workbook(strFicSrc, opt);...

    forum.aspose.com/t/import-text-file-with-header...
  4. Class Row | Aspose.Cells for .NET API Reference

    Aspose.Cells.Row class. Represents a single row in a worksheet...default one inherited from workbook). Height { get; set; } Gets...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...

    reference.aspose.com/cells/net/aspose.cells/row/
  5. ListColumn类 | Aspose.Cells for Python via .NET ...

    ListColumn类 ListColumn类 代表列表中的一列。 ListColumn 类型公开了以下成员: 特性 属性 描述 name 获取和设置列的名称。 totals_calculation 获取和设置列表列总计行中的计算类型......cells import CellsHelper , Workbook from aspose.cells.tables import...TotalsCalculation workbook = Workbook () cells = workbook . worksheets...

    reference.aspose.com/cells/python-net/zh/aspose...
  6. Insert Cell Comments|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 (); Worksheet...Worksheet worksheet = workbook . getWorksheets (). get ( 0 );...

    docs.aspose.com/cells/java/insert-cell-comments/
  7. Create a Pie Chart in VSTO and Aspose.Cells|Doc...

    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....pie chart are: Creating a workbook and worksheet. Adding sample...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/create-a-pie-chart-in...
  8. Hyperlink class | Aspose.Cells for Python via ....

    Hyperlink class Hyperlink class Encapsulates the object that represents a hyperlink. The Hyperlink type exposes the f......import Workbook # Instantiating a Workbook object workbook = Workbook...new worksheet to the Workbook object workbook . worksheets . add...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Aspose::Cells::Cell::GetPrecedentsInCalculation...

    Aspose::Cells::Cell::GetPrecedentsInCalculation method. Gets all precedents(reference to cells in current Workbook) used by this cell's formula while calculating it in C++....precedents(reference to cells in current workbook) used by this cell’s formula... is true for the workbook and the workbook has been fully calculated...

    reference.aspose.com/cells/cpp/aspose.cells/cel...
  10. Importing from Array|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 (); //Adding...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/net/importing-from-array/