Sort Score
Result 10 results
Languages All
Labels All
Results 6,101 - 6,110 of 173,748 for

save

(0.36 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. IncorrectPasswordException Class | Aspose.Words...

    Discover the Aspose.Words.IncorrectPasswordException class, which handles password errors for encrypted documents, ensuring secure and seamless access....Exception Examples Shows how to set save options for older Microsoft...slip, we can preserve it while saving by setting this flag to true...

    reference.aspose.com/words/net/aspose.words/inc...
  3. Load a Web Image from a URL into an Excel Works...

    Learn how to convert an image from URL to Excel embedded image using C++ and Aspose.Cells for C++ API....imagePath ); // Save the Excel file wb . Save ( outDir + u "webimagebook...

    docs.aspose.com/cells/cpp/load-a-web-image-from...
  4. 通过Node.js读取和写入带有查询表数据源的表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++读取和写入带有QueryTable数据源的表。...( true ); } // Save the file workbook . save ( path . join (...

    docs.aspose.com/cells/zh/nodejs-cpp/read-and-wr...
  5. Utilize Sheet.SheetId property of OpenXml using...

    This article demonstrates how to utilize Sheet.SheetId property of OpenXml using Excel manipulation with Aspose.Cells for Node.js via C++ programmatically....then assigns it new Tab Id and saves it as output Excel file . Please...setTabId ( 358 ); // Save the workbook wb . save ( "outputSheetId...

    docs.aspose.com/cells/nodejs-cpp/utilize-sheet-...
  6. PdfSaveOptions.HeaderFooterBookmarksExportMode ...

    Discover how the PdfSaveOptions HeaderFooterBookmarksExportMode property optimizes bookmark export in headers and footers for enhanced PDF functionality....can pass to the document's "Save" method // to modify how that...headerFooterBookmark ; doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  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. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::idx_set method. Gets or a sets a bookmark outline level by the bookmark name in C++....Aspose::Words::Saving::BookmarksOutlineLeve::idx_set method Contents...name. void Aspose :: Words :: Saving :: BookmarksOutlineLeve ::...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Disable Text Wrapping for Data Labels of the Ch...

    Learn how to disable text wrapping for data labels in charts using Aspose.Cells for C++. Our guide will show you how to prevent long labels from overlapping and provide more readable and clear chart displays....( false ); // Save the workbook workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/disable-text-wrapping...
  10. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for Node.js via C++....Right ); // Save the workbook in xlsx format. wb . save ( path ....

    docs.aspose.com/cells/nodejs-cpp/create-textbox...