Sort Score
Result 10 results
Languages All
Labels All
Results 9,291 - 9,300 of 347,063 for

save

(0.14 sec)
  1. Setting Formula Calculation Mode of Workbook wi...

    This article introduces how to set the formula calculation mode of a workbook in Microsoft Excel with Aspose.Cells library using C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to set the formula calculation mode and get the result. Finally, we Save the modified Excel file to disk....CTRL+ALT+F9, or when the workbook is saved. To set the formula calculation...Manual ); // Save the workbook workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/setting-formula-calcu...
  2. How to set AutoRecover property of Workbook wit...

    Learn how to set the AutoRecover property of a workbook using Aspose.Cells for Node.js via C++....then it sets it as false and saves the workbook. Then it reads...( false ); // Save the workbook workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-aut...
  3. Drawing Rectangle in PHP|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....80 , 40 )); \ # Save all changes. $image -> save ( $dataDir . ...

    docs.aspose.com/imaging/java/drawing-rectangle-...
  4. Insert a New Blank Page into a Visio Drawing in...

    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....add ( new_page ) # Save diagram diagram . save ( data_dir + "NewPage_Output...

    docs.aspose.com/diagram/java/insert-a-new-blank...
  5. 在 PHP 的 ShapeSheet 中创建用户定义的单元格|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....$j += 1 ; } $i += 1 ; } \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "UserDefinedCells...

    docs.aspose.com/diagram/zh/java/create-user-def...
  6. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in shapes or textboxes using Aspose.Cells for Node.js via C++....10 ); // Save the workbook in xlsx format wb . save ( path ....

    docs.aspose.com/cells/nodejs-cpp/set-line-spaci...
  7. MailMergeSettings.MailAsAttachment | Aspose.Wor...

    Discover how the MailAsAttachment property in MailMergeSettings enhances your email campaigns by sending merged documents as attachments for better engagement.... Once we do that and save the document, // Microsoft Word... settings . Clear (); doc . Save ( ArtifactsDir + "MailMerge...

    reference.aspose.com/words/net/aspose.words.set...
  8. Row.rowFormat property | Aspose.Words for Node.js

    Row.rowFormat property. Provides access to the formatting properties of the row.... save ( base . artifactsDir + "Table...allowBreakAcrossPage = true ; doc . save ( base . artifactsDir + "Table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Section.HeadersFooters | Aspose.Words for .NET

    Access and manage section headers and footers effortlessly with our intuitive property feature. Enhance document organization and presentation today!... Save ( ArtifactsDir + "HeaderFooter...Is . EqualTo ( 0 )); } doc . Save ( ArtifactsDir + "HeaderFooter...

    reference.aspose.com/words/net/aspose.words/sec...
  10. Copying And Moving Worksheets in Jython|Documen...

    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.... addCopy ( "Sheet1" ) # Saving the modified Excel file in...Excel 2003 ) format workbook . save ( dataDir + "Copy Worksheet...

    docs.aspose.com/cells/java/copying-and-moving-w...