Sort Score
Result 10 results
Languages All
Labels All
Results 9,661 - 9,670 of 375,780 for

save

(0.17 sec)
  1. 使用XmlMapCollection.Add方法在工作簿内添加XML映射,使用C++|Docu...

    使用C++的XmlMapCollection.Add方法在工作簿内添加XML映射。... Add ( inputXmlMap ); // Save the workbook in xlsx format..."output_out.xlsx" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/zh/cpp/add-xml-map-inside...
  2. 使用C++在将文档转换为PDF时导出结构|Documentation

    了解如何在使用Aspose.Cells将文档转换为PDF时导出结构信息。...// Save the PDF file with PdfSaveOptions workbook . Save ( u...); std :: cout << "PDF file saved successfully with document structure...

    docs.aspose.com/cells/zh/cpp/export-document-st...
  3. Integrating Aspose.Slides with Google Slides|As...

    Connect Aspose.Slides with Google Slides to import, sync, and convert presentations, automate workflows, and keep PowerPoint and OpenDocument in one pipeline....presentation from Google Drive and save it to the local disk as a PDF...Slides . RemoveAt ( 1 ); // Save the presentation locally as...

    docs.aspose.com/slides/net/integrating-aspose-s...
  4. PDF Sticky Annotations using C++|Aspose.PDF for...

    This topic about Sticky annotations, as an example we shows the Watermark Annotation in the text. It uses to represent graphics on the page. Check code snippet to resolve this task...."Demo" }), ts ); //Save the Document document -> Save ( _dataDir +...Delete ( wa ); } document -> Save ( _dataDir + u "sample_watermark_del...

    docs.aspose.com/pdf/cpp/sticky-annotations/
  5. Export Excel to HTML with GridLines with C++|Do...

    Learn how to export Excel files to HTML with gridlines using Aspose.Cells for C++....worksheet with some values and then saves it in HTML format after setting... PutValue ( r * 1 ); } } // Save workbook in HTML format and...

    docs.aspose.com/cells/cpp/export-excel-to-html-...
  6. Implement 1904 Date System with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....( true ); // Save the excel file workbook . Save ( outputFilePath...std :: cout << "Excel file saved successfully with 1904 date...

    docs.aspose.com/cells/cpp/implement-1904-date-s...
  7. 创建一个电子表格文档|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.... Save (); // Close the document. spreadsheetDocument..."MySheet" ); //Saving the Excel file workbook . Save ( filepath );...

    docs.aspose.com/cells/zh/net/create-a-spreadshe...
  8. Converting a HTML file to XLSX using Python | A...

    Sample code on Python for HTML to XLSX conversion. Use example code for batch HTML to XLSX conversion with Python and .NET...will be used to generate and save the output files, passing in...library to specify settings for saving the document as an Excel file...

    products.aspose.com/pdf/python-net/conversion/h...
  9. Aspose::Words::AI::SummarizeOptions::get_Summar...

    Aspose::Words::AI::SummarizeOptions::get_SummaryLength method. Allows to specify summary length. Default value is Medium in C++....options ); oneDocumentSummary -> Save ( get_ArtifactsDir () + u "AI...options ); multiDocumentSummary -> Save ( get_ArtifactsDir () + u "AI...

    reference.aspose.com/words/cpp/aspose.words.ai/...
  10. 在 C++ 中设置公式的外部链接|Documentation

    学习如何使用 Aspose.Cells 将外部文件链接包含在公式中,使用 C++。...A8" ); // Save the workbook workbook . Save ( outDir + u "output_out...); std :: cout << "Workbook saved successfully with external links...

    docs.aspose.com/cells/zh/cpp/set-external-links...