Sort Score
Result 10 results
Languages All
Labels All
Results 5,631 - 5,640 of 41,172 for

worksheet

(0.23 sec)
  1. Insert Calculated Field in Pivot Table using Py...

    Learn how to Insert Calculated Field in Pivot Table using Python with Aspose.Cells. Enhance your Excel automation skills effortlessly!... Get a Worksheet by its index from the Worksheets collection...collection. Populate the worksheet with data. Create a pivot table using...

    blog.aspose.com/cells/insert-calculated-field-i...
  2. Insert comments to XLS file via Python | produc...

    Insert comments to XLS using Python. Use API example code to insert comments within Python application....Workbook Insert comments to the Worksheet in a Cell Save the workbook...workbook can have one or more worksheets. Data is stored and displayed...

    products.aspose.com/cells/python-java/comments/...
  3. How to print watermark in Excel in the footer u...

    Hi I was trying to print watermark in Excel in the footer using Aspose Cells API for Java ,using this code PageSetup pageSetup = sheet.getPageSetup(); pageSetup.setFooter(2, watermarkText); But the issue it overlaps …...right side of the footer (worksheet page(s)), surely, it will...(pasted in the body of the worksheet page) to appear in footer...

    forum.aspose.com/t/how-to-print-watermark-in-ex...
  4. Incorrect locale in chart text elements - Free ...

    I used Aspose.Cells to create a workbook that contains a chart. My Windows system locale is set to Japan (ja-JP). The chart was generated using the following code: var wb = new Workbook(); Worksheet sheet = wb.Workshee…...new Workbook(); Worksheet sheet = wb.Worksheets[0]; sheet.Cells["A2"]...CountryCode.Japan; Worksheet sheet = wb.Worksheets[0]; sheet.Cells["A2"]...

    forum.aspose.com/t/incorrect-locale-in-chart-te...
  5. Class PivotFilter | Aspose.Cells for .NET API R...

    Aspose.Cells.Pivot.PivotFilter class. Represents a PivotFilter in PivotFilter Collection...Workbook (); Worksheet sheet = book . Worksheets [ 0 ]; Cells...() Dim sheet As Worksheet = book . Worksheets ( 0 ) Dim cells...

    reference.aspose.com/cells/net/aspose.cells.piv...
  6. Email attachments are not showing up on iphone ...

    Email attachments are not showing up image.png (14.0 KB)...Worksheets.Clear(); Worksheet worksheetWithExporte...worksheetWithExporte = workbookExportList.Worksheets.Add("Data"); worksheetWithExporte...

    forum.aspose.com/t/email-attachments-are-not-sh...
  7. Search and replace text in XLSM document via Ja...

    Java sample code to redact sensitive information in XLSM file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....xlsm" ); Worksheet worksheet = workbook.getWorksheets()...search within range cell = worksheet.getCells().find( "search"...

    products.aspose.com/cells/java/redaction/xlsm/
  8. Convert the Excel Sheet to an image with high q...

    Hi Team, Have tried the mentioned solution but my team doesn’t seem to approve it, they have asked that can i take a screenshot of this whole excel Worksheet with very high resolution, so that they can even zoom it and …...screenshot of this whole excel worksheet with very high resolution...that Aspose.Cells renders a worksheet to images based on the display...

    forum.aspose.com/t/convert-the-excel-sheet-to-a...
  9. Aspose.Cells for Java 8.8.1 Release Notes|Docum...

    Aspose.Cells for Java 8.8.1 Release Notes – the latest enhancements, new features, and fixes....New Feature CELLSJAVA-41820 Worksheet has no method calcualteFormula(String...are missing while rendering Worksheet-to-Image Bug CELLSJAVA-41837...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  10. Range class | Aspose.Cells for Python via .NET ...

    Range class Range class Encapsulates the object that represents a range of cells within a spreadsheet. The Range type...... worksheet Gets the Range.worksheet object which...the first Worksheet Cells. cells = workbook . worksheets [ 0 ] ...

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