Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 161,045 for

workbook

(0.11 sec)
  1. invert_if_negative 属性 | Aspose.Cells for Python...

    invert_if_negative 属性 invert_if_negative 属性 如果该属性为真且图表点的值为负数, 前景色和背景色将交换。 例子 from aspose.cells import Workbook from a......cells import Workbook from aspose.cells.charts import...Instantiating a Workbook object workbook = Workbook () # Adding a...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. Retrieve a dictionary of all named ranges in 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....String fileName ) { // Given a workbook name, return a dictionary...Retrieve a reference to the workbook part. var wbPart = document...

    docs.aspose.com/cells/net/retrieve-a-dictionary...
  3. Class ValidationCollection | Aspose.Cells for ....

    Aspose.Cells.ValidationCollection class. Represents data validation collection...Examples [C#] Workbook workbook = new Workbook (); ValidationCollection...ValidationCollection validations = workbook . Worksheets [ 0 ]. Validations...

    reference.aspose.com/cells/net/aspose.cells/val...
  4. Grouping and Ungrouping Rows and Columns in Pyt...

    Learn how to Group and Ungroup Rows and Columns through the Aspose.Cells for Python Via Java API....Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + 'Book1.xls' ) \ # Accessing the...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  5. Copy | Aspose.Cells for .NET API 参考

    复制图片...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //插入第一张图片 int imgIndex1...

    reference.aspose.com/cells/zh/net/aspose.cells....
  6. NameScopeType | Aspose.Cells for Java API Refer...

    Represents the scope type of defined names.... WORKBOOK The defined names in the workbook. WORKSHEET...defined names. WORKBOOK public static final int WORKBOOK The defined...

    reference.aspose.com/cells/java/com.aspose.cell...
  7. Convert Chart to Images|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/net/convert-chart-to-images/
  8. Copy&Paste from Excel to Grid - Free Support Fo...

    Do you have any plans in the near future to launch a copy&paste option from Excel to grid? Currently in grid the cells paste as an image, not as values, which makes it difficult to work on the data when several files nee…...to another within an Excel workbook. Here’s a brief overview of...Load the workbook Workbook workbook = new Workbook("path_to_your_excel_file...

    forum.aspose.com/t/copy-paste-from-excel-to-gri...
  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/copying-rows-and-...
  10. Worksheet Views|Documentation

    This article will describe how to use C# and the .NET API to interact with the page break preview of an Excel Workbook and worksheets. Work with split panes, frozen panes, and zoom factor as well....Cells provides a Workbook class that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets...

    docs.aspose.com/cells/net/worksheet-views/