Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 41,147 for

worksheet

(0.08 sec)
  1. Aspose.Cells 8.7.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....//Access first worksheet Worksheet worksheet = workbook . getWorksheets...//Add 10 in cell A1 and A2 worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. 在VSTO和Aspose.Cells中创建命名范围|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.... Value ); //Get Worksheets Collection Excel . Sheets...Excel . Worksheet excelWorksheet = ( Excel . Worksheet ) xlsheets...

    docs.aspose.com/cells/zh/net/creating-a-named-r...
  3. 在 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....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () # Setting the...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  4. Grouping and Ungrouping Rows and Columns in PHP...

    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....Accessing the first worksheet in the Excel file $worksheet = $workbook...() -> get ( 0 ); $cells = $worksheet -> getCells ();; # Grouping...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  5. 在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....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  6. Class LineShape | Aspose.Cells for .NET API Ref...

    Aspose.Cells.Drawing.LineShape class. Represents the line shape...get; set; } Gets or sets the worksheet range used to fill the specified...horizonal offset of shape from worksheet left border.(Inherited from...

    reference.aspose.com/cells/net/aspose.cells.dra...
  7. 合并单元格|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....//Create a Worksheet and get the first sheet. Worksheet worksheet = wbk...the cells. Cells cells = worksheet . getCells (); //Merge some...

    docs.aspose.com/cells/zh/java/merge-cells/
  8. Insert Pivot Table|Documentation

    Create and format pivot tables of Excel spreadsheet files....represents a PivotTable on a worksheet. PivotTableCollection represents...the PivotTable objects on a worksheet. Creating a Simple Pivot Table...

    docs.aspose.com/cells/net/create-pivot-table/
  9. xlsx4j 中的行列高度调整|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....first worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Setting the...

    docs.aspose.com/cells/zh/java/row-column-height...
  10. add方法 | Aspose.Cells for Python via .NET API 参考资料

    add方法 add() 将工作表添加到集合中。 返回 Worksheet 对象索引。 def add ( self ): ... add(type) 将工作表添加到集合中。 返回 Worksheet 对象索引。 def add ( s...... 返回 Worksheet 对象索引。 def add ( self ): ....add(type) 将工作表添加到集合中。 返回 Worksheet 对象索引。 def add ( self , type...

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