Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 161,892 for

workbook

(0.18 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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/
  5. Aspose::Cells::CalculationOptions::GetLinkedDat...

    Aspose::Cells::CalculationOptions::GetLinkedDataSources method. Specifies the data sources for external links used in formulas in C++.... Vector < Workbook > Aspose :: Cells :: CalculationOptions...Remarks Like Workbook.UpdateLinkedDataSour(Workbook[]), here you...

    reference.aspose.com/cells/cpp/aspose.cells/cal...
  6. 限制和 API 差异|Documentation

    Aspose.Cells for Python via Java 限制和API差异...throws Exception { Workbook workbook = new Workbook ( FileFormatType...FileFormatType . XLSX ); workbook . getWorksheets (). get ( 0 ). getCells...

    docs.aspose.com/cells/zh/python-java/limitation...
  7. Combine | Aspose.Cells for .NET API 参考

    组合另一个工作簿对象...Combine Workbook.Combine method 组合另一个工作簿对象。 public void Combine...Combine ( Workbook secondWorkbook ) 范围 类型 描述 secondWorkbook Workbook...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  8. intersect method | Aspose.Cells for Python via ...

    intersect method intersect Returns a Range object that represents the rectangular intersection of two ranges. Returns......import Workbook # Instantiating a Workbook object workbook = Workbook...first Worksheet Cells. cells = workbook . worksheets [ 0 ] . cells...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Picture.Data | Aspose.Cells for .NET API Reference

    Picture property. Gets the data of the picture...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //insert first...

    reference.aspose.com/cells/net/aspose.cells.dra...
  10. Copying and Moving Worksheets | 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....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheets, complete with...

    docs.aspose.com/cells/pythonjava/copying-and-mo...