Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 41,424 for

worksheet

(0.88 sec)
  1. name property | Aspose.Cells for Python via .NE...

    name property name property Gets or sets the name of the Worksheet. Remarks The max length of sheet name is 31. And y......Gets or sets the name of the worksheet. Remarks The max length of...name(case insensitive) to two worksheets. For example, you cannot...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. Aspose::Cells::Drawing::Picture::Move method | ...

    Aspose::Cells::Drawing::Picture::Move method. Moves the picture to a specified location in C++....Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...the worksheet. It is "B2" cell int imgIndex = worksheet . GetPictures...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  3. Aspose::Cells::Drawing::Picture::GetBorderLineC...

    Aspose::Cells::Drawing::Picture::GetBorderLineColor method. Represents the System.Drawing.Color of the border line of a picture in C++....Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...the worksheet. It is "B2" cell int imgIndex = worksheet . GetPictures...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  4. Code Comparison for common features with VSTO|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....Add Borders to Cells in a Worksheet in VSTO and Aspose.Cells Add...and Aspose.Cells Adding New Worksheets to Workbook and Activating...

    docs.aspose.com/cells/net/code-comparison-for-c...
  5. 在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....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets.... get ( 0 ) protection = worksheet . getProtection () # The following...

    docs.aspose.com/cells/zh/java/unprotecting-simp...
  6. Hiding and Showing Rows and Columns in Python|D...

    Learn how to Hide and Show Rows and Columns through the Aspose.Cells for Python Via Java API....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Hiding the...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  7. Retrieve the values of 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....a reference to the first worksheet. Sheet theSheet = wbPart ...Retrieve a reference to the worksheet part. WorksheetPart wsPart...

    docs.aspose.com/cells/net/retrieve-the-values-o...
  8. Hiding and Showing Rows and Columns in Ruby|Doc...

    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 () # Hiding the...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  9. Create MS Excel XLSX Files via Python | product...

    Python Sample code for generating XLSX documents. Use this code for creating MS Excel XLSX files within Python application.... Access the first worksheet of the workbook. Get the desired...desired cell(s) of the worksheet and input the value into the...

    products.aspose.com/cells/python/create/xlsx/
  10. Create MS Excel XLTX Files via Python | product...

    Python Sample code for generating XLTX documents. Use this code for creating MS Excel XLTX files within Python application.... Access the first worksheet of the workbook. Get the desired...desired cell(s) of the worksheet and input the value into the...

    products.aspose.com/cells/python/create/xltx/