Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 161,045 for

workbook

(0.08 sec)
  1. AutoFill | Aspose.Cells for .NET API 参考

    自动填充目标范围...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); // 获取第一个工作表单元格。...获取第一个工作表单元格。 Cells cells = workbook . Worksheets [ 0 ]. Cells ; cells...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  2. Adjusting Row Height and Column Width in PHP|Do...

    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 = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/adjusting-row-height...
  3. Hello World|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....PHP Code # Instantiating a Workbook object that represents a Microsoft...Microsoft Excel file. $workbook = new Workbook (); \ # Note when you...

    docs.aspose.com/cells/java/hello-world/
  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....Instantiating a Workbook object Workbook workbook = new Workbook (); //...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet sheet...

    docs.aspose.com/cells/zh/net/convert-chart-to-i...
  5. Copy | Aspose.Cells for .NET API 参考

    从源工作簿对象复制数据...Copy Copy(Workbook, CopyOptions) 从源工作簿对象复制数据。 public void Copy...Copy ( Workbook source , CopyOptions copyOptions ) 范围 类型 描述 source...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  6. ChartData | Aspose.Sildes for .NET API Reference

    Represents data used for a chart plotting....get; } Represents external workbook path if external data source...internally contained Excel workbook it into an in-memory stream...

    reference.aspose.com/slides/net/aspose.slides.c...
  7. Font class | Aspose.Cells for Python via .NET A...

    Font class Font class Encapsulates the font object used in a spreadsheet. The Font type exposes the following members......cells import Workbook from aspose.pydrawing import...Instantiating a Workbook object workbook = Workbook () # Obtaining...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. Repair xlsb file via Python | products.aspose.com

    Repair a corrupt xlsb file using Python. Recovery tool to repair corrupted xlsb file within Python application....by creating an instance of Workbook, using the inheritance class...to the code above. Save the workbook, the corrupted xlsb file will...

    products.aspose.com/cells/python-net/recovery/r...
  9. 在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/zh/java/display-or-hide-s...
  10. Calculate or Recalculate formulas dynamically|D...

    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...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/net/calculate-or-recalcul...