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

worksheet

(0.09 sec)
  1. CustomCommandEventHandler | Aspose.Cells for Ja...

    Represents the interface that intend to handle Custom Command events....the cells collection of the worksheet that is currently active //Putting...

    reference.aspose.com/cells/java/com.aspose.grid...
  2. calculationdata - Aspose.Cells for PHP via Java...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WorkbookRender WorkbookSettings Worksheet WorksheetCollection WriteProtection...getWorksheet () Gets the Worksheet object where the function...

    reference.aspose.com/cells/php/aspose.cells/cal...
  3. Convert POTM to XLT Format via Java or with fre...

    Convert POTM to XLT format via Java without using using Microsoft Excel or PowerPoint or online. Test free POTM to XLT online converter quickly before integrating the code....formulas, charts, and images to worksheets. By using Aspose.Total for...converted HTML file. Select Worksheet via its index, create a Shape...

    products.aspose.com/total/java/conversion/potm-...
  4. How does it works the built-in number format wi...

    Hello, could you help me to understand the display value of a cell that use “14” (m/d/yy) as built-in number format, please? We use Aspose Cells 24.1 and we have used this documentation to implement our code. This is …...ENGLISH); Worksheet worksheet = workbook.getWorksheets()...getWorksheets().get(0); Style style = worksheet.getCells().get("A1").getStyle();...

    forum.aspose.com/t/how-does-it-works-the-built-...
  5. Java error while creating chart using nodejs - ...

    Hi Support, I’m getting this error while creating chart. for (let i = 0; i < sld.getShapes().size(); i++) { const shape = sld.getShapes().get_Item(i); console.log('shape.getName()', shape.getName()…...0; // Gets the chart data worksheet fact = chart.getChartData()...

    forum.aspose.com/t/java-error-while-creating-ch...
  6. ChartDataTable - Aspose.Cells for Python via Ja...

    Details & examples of Aspose.Cells for Python via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WorkbookRender WorkbookSettings Worksheet WorksheetCollection WriteProtection...reference of the first worksheet worksheet = workbook.getWorksheets()...

    reference.aspose.com/cells/python-java/asposece...
  7. Insert comments to XLSX file via .NET | product...

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

    products.aspose.com/cells/net/comments/insert-c...
  8. Candlestick chart support in Excel - Free Suppo...

    Hello, Attaching a sample excel file with the manually created chart. Need assistance in creating a candlestick chart similar to that attached excel using Aspose.Cells for Java API. candlestick_chart.zip (11.8 KB) Th…...xlsx"); Worksheet worksheet = workbook.getWorksheets()...getWorksheets().get(0); int i = worksheet.getCharts().add(ChartType.S...

    forum.aspose.com/t/candlestick-chart-support-in...
  9. Insert PivotTable in Micorsoft Excel XLSB files...

    C# Sample code for generating XLSB documents with PivotTable. Use this code for creating Micorsoft Excel XLSB 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...
  10. Setting Chart Appearance|Documentation

    Learn how to configure the appearance of charts in Aspose.Cells for .NET. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your Worksheets....chart will be added to the worksheet will have not gridlines. Changing...chart will be added to the worksheet with modified gridlines. Advance...

    docs.aspose.com/cells/net/setting-chart-appeara...