Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 161,888 for

workbook

(0.38 sec)
  1. CalculationCell.Workbook | Aspose.Cells for .NE...

    CalculationCell property. Gets the Workbook object...Workbook CalculationCell.Workbook property Gets...Gets the Workbook object. public Workbook Workbook { get ; } See...

    reference.aspose.com/cells/net/aspose.cells/cal...
  2. ActiveXControlBase.Workbook | Aspose.Cells for ...

    ActiveXControlBase property. Gets the Workbook object...Workbook ActiveXControlBase.Workbook property Gets...Gets the Workbook object. public Workbook Workbook { get ; } See...

    reference.aspose.com/cells/net/aspose.cells.dra...
  3. Class TrendlineCollection | Aspose.Cells for .N...

    Aspose.Cells.Charts.TrendlineCollection class. Represents a collection of all the Trendline objects for the specified data series...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    reference.aspose.com/cells/net/aspose.cells.cha...
  4. Protecting and Unprotecting Workbooks in VSTO a...

    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....Protecting and Unprotecting Workbooks in VSTO and Aspose.Cells Contents...Microsoft Excel file, protect the workbook with structure and Windows...

    docs.aspose.com/cells/net/protecting-and-unprot...
  5. Copying Rows and Columns in Python|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 = self .... Workbook ( self . dataDir + ' Book1 . xls ' ) \# Accessing the...

    docs.aspose.com/cells/java/copying-rows-and-col...
  6. Aspose.Cells 8.3.1中的公共API更改|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.... Java //Create workbook from the source spreadsheet...existing chart Workbook workbook = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. Aspose.Cells 8.6.1中的公共API更改|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....a spreadsheet Workbook workbook = new Workbook ( inputFilePath...with preset HtmlSaveOptions workbook . save ( outputFilePath ,...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. 在工作表中插入超链接|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.... C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/zh/net/insert-hyperlinks-...
  9. Saving Files in Jython|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.... cells import Workbook from com . aspose . cells...Creating an Workbook object with an Excel file path workbook = Workbook...

    docs.aspose.com/cells/java/saving-files-in-jython/
  10. Intersect | Aspose.Cells for .NET API 参考

    返回一个Rangeaspose.cells/range表示两个范围的矩形交集的对象...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); // 获取第一个工作表单元格。...获取第一个工作表单元格。 Cells cells = workbook . Worksheets [ 0 ]. Cells ; Range...

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