Sort Score
Result 10 results
Languages All
Labels All
Results 5,571 - 5,580 of 311,342 for

save

(0.09 sec)
  1. Grouping and Ungrouping Rows and Columns with C...

    Learn how to group and ungroup rows and columns in Excel files using Aspose.Cells with C++....GroupColumns ( 0 , 2 , true ); // Save the modified Excel file U16String...u "output.xls" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/cpp/grouping-and-ungroupi...
  2. Hello World Example|Documentation

    This page describes how to create example of hello world with Aspose.Diagram library....Use the Save method of Diagram class object to save the file...

    docs.aspose.com/diagram/net/hello-world-example/
  3. 用C++管理图片|Documentation

    使用 Aspose.Cells for C++ API 添加、定位和管理电子表格中的图像。...Add ( 5 , 5 , imagePath ); // Save workbook U16String outputPath...u "output.xls" ; workbook . Save ( outputPath ); std :: cout...

    docs.aspose.com/cells/zh/cpp/managing-pictures/
  4. Copy Worksheets within a Workbook|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...."MySheet" ); //Save the Excel file. wb . Save ( "Copy Worksheet...

    docs.aspose.com/cells/net/copy-worksheets-withi...
  5. Convert MD to ODP via Java API | products.aspos...

    Java API to Convert MD to ODP without using Microsoft Word...Convert MD to PPTX by using save method Load PPTX document by...Presentation class Save the document to ODP format using save method and...

    products.aspose.com/total/java/conversion/md-to...
  6. Convert PS to POTM via Java API | products.aspo...

    Java API to Convert PS to POTM without using Microsoft Word...Convert PS to PPTX by using save method Load PPTX document by...Presentation class Save the document to POTM format using save method and...

    products.aspose.com/total/java/conversion/ps-to...
  7. Reorder Worksheets|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....MoveTo ( 2 ); //Save the excel file. workbook . Save ( "../../data/AsposeMoveSheet...

    docs.aspose.com/cells/net/reorder-worksheets/
  8. 将 PowerPoint 转换为 SWF Flash|Aspose.Slides 文档

    在 Java 中将 PowerPoint PPT, PPTX 转换为 SWF...转换为 SWF 由 Presentation 类公开的 Save 方法可用于将整个演示文稿转换为 SWF 文档。以下示例演示了如何使用...BottomFull ); // 保存演示文稿 pres . save ( "Sample.swf" , SaveFormat...

    docs.aspose.com/slides/zh/androidjava/convert-p...
  9. 在Jython中将Excel文件转换为Html|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....xls" ) # Save the document in PDF format workbook . save ( dataDir...

    docs.aspose.com/cells/zh/java/converting-excelf...
  10. Image|Aspose.Slides for Python Documentation

    Add image to PowerPoint slide or presentation in Python... save ( "pres_with_image.pptx" , slides... 100 , 100 , image ) pres . save ( "pres.pptx" , slides . export...

    docs.aspose.com/slides/python-net/image/