Sort Score
Result 10 results
Languages All
Labels All
Results 5,201 - 5,210 of 41,174 for

worksheet

(0.1 sec)
  1. ChartDataWorkbook - Aspose.Slides for Java - AP...

    Provides detailed explanation of Aspose.Slides for Java API classes & methods so you could quickly integrate PowerPoint Processing features in your own applications....getWorksheets () Gets a collection of worksheets. Methods inherited from class...getWorksheets() Gets a collection of worksheets. Example: Presentation pres...

    reference.aspose.com/slides/java/com.aspose.sli...
  2. Insert notes to XLSM file via .NET | products.a...

    Insert notes to XLSM using C#. Use API example code to insert notes within .NET application....Workbook Insert notes to the Worksheet in a Cell Save the workbook...); foreach (Worksheet _ws in workbook.Worksheets) { _ws.Comments...

    products.aspose.com/cells/net/notes/insert-note...
  3. Aspose.Cells 8.1.0中的公共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 sheet = book . Worksheets [ 0 ]; //Access...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. Walls - Aspose.Cells for PHP via Java - API Ref...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WorkbookRender WorkbookSettings Worksheet WorksheetCollection WriteProtection...= new cells\Workbook(); $worksheet = $workbook->getWorksheets()->get(0);...

    reference.aspose.com/cells/php/aspose.cells/Walls
  5. Export Sheet Print Area to EMF image with desir...

    Hello team, I am trying to load a workbook with 1 sheet and export the print area to EMF output/image with a desired size and resolution. Based on these documentation Export Worksheet or Chart into Image with Desired Wi…...these documentation Export Worksheet or Chart into Image with Desired...Height|Documentation and Converting Worksheet to Different Image Formats|Documentation...

    forum.aspose.com/t/export-sheet-print-area-to-e...
  6. IChartDataCell - Aspose.Slides for Java - API R...

    Provides detailed explanation of Aspose.Slides for Java API classes & methods so you could quickly integrate PowerPoint Processing features in your own applications....getChartDataWorkshee () Gets the worksheet. int getColumn () Returns...the index of the column of worksheet in which the cell is located...

    reference.aspose.com/slides/java/com.aspose.sli...
  7. IChartDataCell - Aspose.Slides for Android via ...

    Detailed explanation of each class & method of Aspose.Slides for Android via Java library. Integrate presentation processing features in your own apps....getChartDataWorkshee () Gets the worksheet. int getColumn () Returns...the index of the column of worksheet in which the cell is located...

    reference.aspose.com/slides/androidjava/com.asp...
  8. Insert PivotTable in Micorsoft Excel XLSX files...

    C# Sample code for generating XLSX documents with PivotTable. Use this code for creating Micorsoft Excel XLSX files with PivotTable within VB.NET, Asp.NET or any .NET based application.... Access the first worksheet of the workbook. Get the desired...desired cell(s) of the worksheet and put the value in the cell(s)...

    products.aspose.com/cells/net/pivottable/insert...
  9. How to reduce font size in excel footer using A...

    Hi Is there any way to reduce font size in excel footer using Aspose Cells for Java API. Right now i am using the following code to set the footer. private boolean watermarkTextExcelFile (File excelFile, String waterm…...Workbook(filePath); //WorksheetCollection worksheets = workbook.getWorksheets();...Get the first default sheet Worksheet sheet = null; try { sheet...

    forum.aspose.com/t/how-to-reduce-font-size-in-e...
  10. Insert PivotTable in Micorsoft Excel XLSM files...

    C# Sample code for generating XLSM documents with PivotTable. Use this code for creating Micorsoft Excel XLSM files with PivotTable within VB.NET, Asp.NET or any .NET based application.... Access the first worksheet of the workbook. Get the desired...desired cell(s) of the worksheet and put the value in the cell(s)...

    products.aspose.com/cells/net/pivottable/insert...