Sort Score
Result 10 results
Languages All
Labels All
Results 4,871 - 4,880 of 361,407 for

save

(0.17 sec)
  1. 通过 Node.js 加载或导入带有公式的 CSV 文件|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 加载和导入包含公式的 CSV 文件。... save ( "path/to/output.xlsx" ); const...); // Save your workbook in Xlsx format workbook . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/load-or-imp...
  2. 在VSTO和Aspose.Cells中旋转单元格文字|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.... White ); //Save the excel file. objBook . SaveCopyAs...objstyle ); // Save the work book objworkbook . Save ( "RotateText_test...

    docs.aspose.com/cells/zh/net/rotating-cell-text...
  3. Convert PNG to SVG in PHP | products.aspose.com

    Convert PNG to SVG in PHP. Use PowerPoint PHP API to convert PNG files to SVG...Presentation from PNG file and save it as SVG. PHP code for converting...the source PNG files in PHP. Save result as SVG file. Free Online...

    products.aspose.com/slides/php-java/conversion/...
  4. Aspose::Words::Saving::MarkdownSaveOptions::get...

    Aspose::Words::Saving::MarkdownSaveOptions::get_ImagesFolderAlias method. Specifies the name of the folder used to construct image URIs written into a document. Default is an empty string in C++....Aspose::Words::Saving::MarkdownSaveOptions::get_ImagesFolderAlias...:: String Aspose :: Words :: Saving :: MarkdownSaveOptions :: ...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Convert OTT to OST in Python | products.aspose.com

    Save OTT to OST within Python applications without using Microsoft Word or Outlook...NET and save it into OST format. This process...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  6. View OFT Files via .NET | Aspose.Email OFT View...

    C# source code to load, render and display OFT documents on .NET Framework, .NET Core, and Xamarin Platforms.... To save them time and effort, Aspose...rendering in a browser. The Save method is used to export the...

    products.aspose.com/email/net/viewer/oft/
  7. 3D Presentation|Aspose.Slides Documentation

    3D PowerPoint presentation in C# or .NET... Save ( "sample_3d.png" ); } presentation . Save ( "sandbox_3d...imageScale )) { thumbnail . Save ( "sample_3d.png" ); } 3D Depth...

    docs.aspose.com/slides/net/3d-presentation/
  8. C# API to Export EML to TEXT | products.aspose.com

    Convert EML to TEXT without using Microsoft Word or Outlook on .NET...using Save method Load HTML by using Document class Save the document...document to TEXT format using Save method and set Text as SaveFormat...

    products.aspose.com/total/net/conversion/eml-to...
  9. Convert HTML to JPEG in Python – Aspose.HTML fo...

    Convert HTML to JPEG programmatically using Aspose.HTML or online with the HTML Converter. Explore HTML to JPEG conversion scenarios with Python examples....The example uses the default save options , allowing for a simple...as conv import aspose.html.saving as sav {{/if_output}} {{#if_output...

    docs.aspose.com/html/python-net/convert-html-to...
  10. How to Set Print Area with C++|Documentation

    This article shows you code explaining how to set print area using Aspose.Cells library with C++.... Save Resources: By limiting the print...SetPrintArea ( u "A1:D10" ); // Save the workbook U16String outputFilePath...

    docs.aspose.com/cells/cpp/how-to-set-print-area/