Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 15,529 for

excel worksheet

(0.03 sec)
  1. 在工作表中插入超链接|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....Hyperlink 集合的 Add 方法,可以将超链接添加到同一 Excel 文件中的单元格。 Add 方法适用于内部和外部超链接。...the first worksheet. WorksheetCollection worksheets = workbook...

    docs.aspose.com/cells/zh/java/insert-hyperlinks...
  2. Remove XLSX Annotation via Java | products.aspo...

    Java sample code to delete XLSX format annotations on Java Runtime Environment for JSP/JSF Application and Desktop Applications....//Access first worksheet Worksheet worksheet = workbook.getWorksheets()...CommentCollection comments = worksheet.getComments(); ThreadedCommentColle...

    products.aspose.com/cells/java/annotation/xlsx/
  3. Remove XLS Annotation via Java | products.aspos...

    Java sample code to delete XLS format annotations on Java Runtime Environment for JSP/JSF Application and Desktop Applications....//Access first worksheet Worksheet worksheet = workbook.getWorksheets()...CommentCollection comments = worksheet.getComments(); ThreadedCommentColle...

    products.aspose.com/cells/java/annotation/xls/
  4. VBA Range.Resize equilevant in Aspose Cells? - ...

    In VBA I can return the first cell of a Range like: Function ReturnFirstCellOfRange(source As Range) As Range Set ReturnFirstCellOfRange = source.Resize(1, 1) End Function What’s the smart way to do the same in Aspos…...first worksheet in the Excel file Worksheet worksheet = workbook...workbook.Worksheets[0]; //Creating a named range Range range = worksheet...

    forum.aspose.com/t/vba-range-resize-equilevant-...
  5. Unlock XLS document via Java | products.aspose.com

    Java sample code to unlock password protected XLS file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Java Remove protection from Excel spreadsheets including XLS file...or any Worksheet to remove protection Remove Worksheet protection...

    products.aspose.com/cells/java/unlock/xls/
  6. ChartArea class | Aspose.Cells for Python via ....

    ChartArea class ChartArea class Encapsulates the object that represents the chart area in the Worksheet. Inheritance:......represents the chart area in the worksheet. Inheritance: ChartArea →...the first worksheet worksheet = workbook . worksheets [ 0 ] # Adding...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. 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...
  8. Converting to MHTML Files in 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....to MHTML Files To convert Worksheet to MHTML file using Aspose...Java in Ruby, simply invoke worksheet_to_mhtml() method of Converter...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  9. pagesetup - Aspose.Cells for PHP via Java - API...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WorkbookRender WorkbookSettings Worksheet WorksheetCollection WriteProtection...number of pages tall the worksheet will be scaled to when it's...

    reference.aspose.com/cells/php/aspose.cells/pag...
  10. Search XLSB document without opening via Java |...

    Java sample code to search words with pattern in XLSB file on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Access the first worksheet in the XLSB file. Find the...the first worksheet in the XLSB file Worksheet worksheet = workbook...

    products.aspose.com/cells/java/search/xlsb/