Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 41,197 for

worksheet

(0.12 sec)
  1. 在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....unprotect_worksheet 方法。 Ruby 代码 def unprotect_worksheet () data_dir...Accessing the first worksheet in the Excel file worksheets = workbook...

    docs.aspose.com/cells/zh/java/unprotect-a-works...
  2. 在工作表中添加图像|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....Workbook (); //Adding a new worksheet to the Workbook object WorksheetCollection...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet...

    docs.aspose.com/cells/zh/net/add-image-in-works...
  3. Class Column | Aspose.Cells for .NET API Reference

    Aspose.Cells.Column class. Represents a single column in a Worksheet...Represents a single column in a worksheet. public class Column Properties...first worksheet Worksheet worksheet = workbook . Worksheets [ 0...

    reference.aspose.com/cells/net/aspose.cells/col...
  4. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for Python via .NET API....simple data list in the first worksheet of the workbook (as shown...Workbook class contains a worksheets collection that allows access...

    docs.aspose.com/cells/python-net/creating-subto...
  5. Managing Controls|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....Adding Text Box Control to a Worksheet One way to stress important...two textboxes in the first worksheet of the workbook. The first...

    docs.aspose.com/cells/net/managing-controls/
  6. Aspose::Cells::Drawing::Picture::GetImageType m...

    Aspose::Cells::Drawing::Picture::GetImageType method. Gets the image format of the picture in C++....Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...first picture int imgIndex1 = worksheet . GetPictures (). Add ( 1...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  7. RevisionCellMove | Aspose.Cells for Java API Re...

    Represents a revision record on a cells that moved....getSourceWorksheet() Gets the source worksheet. getType() Represents the... getWorksheet() Gets the worksheet. hashCode() notify() notifyAll()...

    reference.aspose.com/cells/java/com.aspose.cell...
  8. Worksheet.Name | Aspose.Cells for .NET API Refe...

    Worksheet property. Gets or sets the name of the Worksheet...Worksheet.Name Worksheet.Name property Gets or sets the name...name of the worksheet. public string Name { get ; set ; } Remarks...

    reference.aspose.com/cells/net/aspose.cells.gri...
  9. Managing data of Excel files.|Documentation

    This article describes how to manage data of Excel files with Aspose.Cells library....] In Accessing Cells of a Worksheet , we discussed basic approaches...for accessing cells in a worksheet. This article uses one of...

    docs.aspose.com/cells/net/add-and-retrieve-data/
  10. ChartDataTable类 | Aspose.Cells for Python via ....

    ChartDataTable类 ChartDataTable类 表示图表数据表。 ChartDataTable 类型公开了以下成员: 特性 属性 描述 font 获取一个 ChartDataTable.font 对象,代表指定图表数据......the first worksheet worksheet = workbook . worksheets [ 0 ] # Adding...sample value to "A1" cell worksheet . cells . get ( "A1" ) . put_value...

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