Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 11,049 for

excel worksheet api

(0.23 sec)
  1. [Regression?] Location of PlotArea in charts is...

    Hi, We use on Aspose.Cells to move textboxes inside charts, in order to do this, we use the Apis to get the location of the plot area and move it accordingly. However, it seems after Aspose migrated PlotArea.InnerX to …...order to do this, we use the APIs to get the location of the plot...xlsx"); Chart chart = workbook.Worksheets[0].Charts[0]; chart.Calculate();...

    forum.aspose.com/t/regression-location-of-plota...
  2. 在 Android 上优化演示文稿中的图像管理|Aspose.Slides 文档

    使用适用于 Android 的 Aspose.Slides for Java 简化 PowerPoint 和 OpenDocument 中的图像管理,优化性能并自动化工作流。...Slides for Android via Java 允许您从 Excel 工作表生成 EMF 图像,并使用 Aspose.Cells...Workbook ( "chart.xlsx" ); Worksheet sheet = book . getWorksheets...

    docs.aspose.com/slides/zh/androidjava/image/
  3. Visit public Cell this[int row, int column] of ...

    using Aspose.Cells; namespace TestExcelFormat { internal class Program { static void Main(string[] args) { Workbook wb = new Workbook(@“1.xlsx”); Console.WriteLine(wb.Worksheets[0].Cells.MaxColumn); var cell = w…...Worksheets[0].Cells.MaxColumn); var...var cell = wb.Worksheets[0].Cells[0, 2]; Console.WriteLine(wb.Worksheets[0]...

    forum.aspose.com/t/visit-public-cell-this-int-r...
  4. Aspose.Total for Python via .NET|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....Net API offers all the useful features...Diagram for .Net using Python. The API empowers you to use its powerful...

    docs.aspose.com/total/python-net/
  5. Text underline not appearing correctly when sav...

    Hi team, I am using the code below on a linux server to create an image from a range, I insert the image into PowerPoint. private static ImageOrPrintOptions _options = new ImageOrPrintOptions() { HorizontalResolution…...the text formatting in your Excel range is correctly set before...ImageType = ImageType.Emf }; c.Worksheets["Line Chart"].PageSetup.PrintArea...

    forum.aspose.com/t/text-underline-not-appearing...
  6. Filtering the kind of data while loading the wo...

    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....especially when using LightCells APIs . Please use the LoadOptions...Specific Worksheets in a Workbook Load source Excel file without...

    docs.aspose.com/cells/java/filtering-the-kind-o...
  7. Convert XLSX to WORD with .NET or with free Onl...

    Convert XLSX to WORD on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free XLSX to WORD online converter quickly before integrating the code....via C# or Online App Export Excel ® XLSX to WORD on .NET Framework...Conversion? Aspose.Total for .NET API is a valuable solution for converting...

    products.aspose.com/total/net/conversion/xlsx-t...
  8. Convert ODS to WORDML using Python or with free...

    ODS to WORDML conversion in your Python applications without using Microsoft Office or online. Test free ODS to WORDML online converter quickly before integrating the code....without installing Microsoft Excel ® or Word Download Why to Convert...Python via .NET API is a full package of various APIs dealing different...

    products.aspose.com/total/python-net/conversion...
  9. Introduction of GridWeb|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....100% compatible with Microsoft Excel files. Aspose.Cells.GridWeb...use the Aspose.Cells.GridWeb API. Please download the demos from...

    docs.aspose.com/cells/java/introduction-of-grid...
  10. Distinguish Reference-Only Formulas vs. Operati...

    I need a way to determine whether a cell’s formula in Aspose.Cells is only a reference or if it is an actual formula performing a calculation. Examples of formulas that should be treated as reference-only: =A1 =Sheet1…...Substring(1); } // Check for common Excel function patterns (e.g., SUM(...you may check the result of Worksheet.CalculateFormula(string) where...

    forum.aspose.com/t/distinguish-reference-only-f...