Sort Score
Result 10 results
Languages All
Labels All
Results 6,501 - 6,510 of 41,169 for

worksheet

(0.06 sec)
  1. Aspose.Cells for Android via Java 18.12 Release...

    Aspose.Cells for Android via Java 18.12 Release Notes – the latest enhancements, new features, and fixes....when the file only has one worksheet. The default value is false...iterate all cells in this worksheet instead. Deletes obsoleted...

    docs.aspose.com/cells/java/aspose-cells-for-and...
  2. Update XLTX File using Java | products.aspose.com

    Modify XLTX document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....parameter Access of relevant Worksheet and relevant cell using getWorksheets()...

    products.aspose.com/total/java/update/xltx/
  3. Printing XLSX file on the printer with user-def...

    Hello, As you can see on my code snippet below I try print a simple XLSX file on virtual printer, that let me define custom paper size. Unfortunately, Aspose.Cells printout page size is still “Letter”. Please look an a…...Worksheets.Item(excelDoc.Worksheets.ActiveSheetIndex)...new Workbook(); Worksheet sheet = wb.Worksheets[0]; sheet.PageSetup...

    forum.aspose.com/t/printing-xlsx-file-on-the-pr...
  4. Generate Reports in ODS Files via .NET | produc...

    C# source code to generate ODS format reports on .NET Framework, .NET Core, Mono or Xamarin Platforms....in any of the cells of any worksheet Set data source for the WorkbookDesigner...

    products.aspose.com/cells/net/assembly/ods/
  5. Update XLSM File using Java | products.aspose.com

    Modify XLSM document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....parameter Access of relevant Worksheet and relevant cell using getWorksheets()...

    products.aspose.com/total/java/update/xlsm/
  6. Update TSV File using Java | products.aspose.com

    Modify TSV document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....parameter Access of relevant Worksheet and relevant cell using getWorksheets()...

    products.aspose.com/total/java/update/tsv/
  7. Aspose::Slides::Charts::IStringChartValue Class...

    Public Member Functions | List of all members Aspose::Slides::Charts::IStringChartValue Class Reference abstract Repr......property is DataSourceType::Worksheet then this method returns address...property is DataSourceType::Worksheet then this method returns address...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  8. Aspose.Slides for .NET 21.8 Release Notes|Aspos...

    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....com/slides/net/chart-worksheet-formulas/ SLIDESNET-42552...aspose.com/slides/net/chart-worksheet-formulas/#predefined-functions...

    docs.aspose.com/slides/net/aspose-slides-for-ne...
  9. Insert notes to ODS file via Python | products....

    Insert notes to ODS using Python. Use API example code to insert notes within Python application....Workbook Insert notes to the Worksheet in a Cell Save the workbook...

    products.aspose.com/cells/python-java/notes/ins...
  10. How to get Attachment in Excel sheet - Free Sup...

    Hi @asad.ali , I have a sceanrio where my .xlsx excel sheet is having .msg as a atttachment, But the Issue is my code does not extract the child attachment. On contrary if i have .eml file with .xlsx attachment i…...List(); foreach (var worksheet in workbook.Worksheets) foreach (var...(var oleObject in worksheet.OleObjects) { if (oleObject.IsLink ||...

    forum.aspose.com/t/how-to-get-attachment-in-exc...