Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 3,229 for

pptx charts

(0.18 sec)
  1. Convert XLSX to POWERPOINT via PHP or with free...

    PHP API to Convert XLSX to POWERPOINT or Online App without using Microsoft Excel or Powerpoint. Test free XLSX to POWERPOINT online converter quickly before integrating the code....Presentation File) Convert XLSX to PPTX (Open XML presentation Format)...as numbers, text, formulas, charts, and formatting options. It...

    products.aspose.com/total/php-java/conversion/x...
  2. Convert XLS to POWERPOINT via PHP or with free ...

    PHP API to Convert XLS to POWERPOINT or Online App without using Microsoft Excel or Powerpoint. Test free XLS to POWERPOINT online converter quickly before integrating the code....Presentation File) Convert XLS to PPTX (Open XML presentation Format)...appearance of data, create charts and graphs, and utilize various...

    products.aspose.com/total/php-java/conversion/x...
  3. Integrating Excel Data into PowerPoint Presenta...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....pptx" ); // Loop through Excel rows...$@"{employeeName} Report.pptx" , SaveFormat . Pptx ); } Example 2 In...

    docs.aspose.com/slides/net/developer-guide/tech...
  4. Resize Shapes in Presentations with Python|Aspo...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET—automate slide layout adjustments and boost productivity....pptx" ) as presentation : # Get the..."output.pptx" , slides . export . SaveFormat . PPTX ) If a slide...

    docs.aspose.com/slides/python-net/re-sizing-sha...
  5. Automating PowerPoint Generation on Android: Cr...

    Automate slide creation on cloud platforms with Aspose.Slides for Android—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....); Add a Slide with a Column Chart Next, we’ll create a slide showing...sales performance as a column chart. ILayoutSlide layoutSlide1 =...

    docs.aspose.com/slides/androidjava/automating-p...
  6. 使用 Python 检索和更新演示文稿信息|Aspose.Slides for Python 文档

    使用 Python 探索 PowerPoint 和 OpenDocument 演示文稿中的幻灯片、结构和元数据,以获得更快速的洞察和更智能的内容审计。...在处理演示文稿之前,您可能想了解当前演示文稿所采用的格式(PPT、PPTX、ODP 等)。 您可以在不加载演示文稿的情况下检查其格式。请参见下面的...get_presentation_info ( "pres.pptx" ) print ( info1 . load_format...

    docs.aspose.com/slides/zh/python-net/examine-pr...
  7. Resize Shapes on Presentation Slides|Aspose.Sli...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for C++—automate slide layout adjustments and boost productivity....pptx" , SaveFormat :: Pptx ); presentation ->...< Presentation > ( u "sample.pptx" ); // Get the original slide...

    docs.aspose.com/slides/cpp/re-sizing-shapes-on-...
  8. 使用 Python 管理演示文稿中的文本框|Aspose.Slides for Python 文档

    Aspose.Slides for Python via .NET 可轻松创建、编辑和克隆 PowerPoint 和 OpenDocument 文件中的文本框,提升您的演示文稿自动化工作。... 将演示文稿保存为 PPTX 文件。 以下 Python 示例实现了这些步骤: import..."TextBox.pptx" , slides . export . SaveFormat . PPTX ) 检查形状是否为文本框...

    docs.aspose.com/slides/zh/python-net/manage-tex...
  9. Aspose.Cells | Excel Spreadsheet Processing Jav...

    Java library to process, manipulate, & convert Excel & OpenOffice spreadsheets. Supports formula(e), Charts, validations, rendering, printing, & encryption.... Charting & Graphics Features Supports...various kinds of charts. Add custom charts to the worksheet....

    releases.aspose.com/cells/java/
  10. Clone Presentation Slides in Java|Aspose.Slides...

    Quickly duplicate PowerPoint slides with Aspose.Slides for Java. Follow our clear code examples to automate PPT creation in seconds and eliminate manual work....pptx" ); try { // Clone the desired..."Aspose_CloneWithinSamePrese_out.pptx" , SaveFormat . Pptx ); } finally { pres...

    docs.aspose.com/slides/java/clone-slides/