Sort Score
Result 10 results
Languages All
Labels All
Results 9,021 - 9,030 of 369,821 for

save

(0.25 sec)
  1. Hiding the Display of Zero Values in the Worksh...

    This article will show you sample code explaining how to programmatically hide the zero values in an Excel spreadsheet using the C++ library or API....( false ); // Save the workbook workbook . Save ( srcDir + u "outputfile...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/hiding-the-display-of...
  2. Removing Slicer with C++|Documentation

    Learn how to remove slicers in Excel files programmatically using Aspose.Cells for C++.... Finally, it saves the workbook as the output Excel...slicers . Remove ( slicer ); // Save the workbook in output XLSX...

    docs.aspose.com/cells/cpp/removing-slicer/
  3. Convert Revision of XLSB to XLSM with C++|Docum...

    Learn to convert revisions of XLSB files into XLSM format using Aspose.Cells with C++....inputFilePath ); // Save Workbook to XLSM format workbook . Save ( outDir...); std :: cout << "Workbook saved successfully in XLSM format...

    docs.aspose.com/cells/cpp/convert-revision-of-x...
  4. Add Text stamps in PDF File|Aspose.PDF for C++

    Add a text stamp to a PDF file using the TextStamp class with C++....textStamp ); // Save output document document -> Save ( _dataDir +...stamp ); // save output document document -> Save ( _dataDir +...

    docs.aspose.com/pdf/cpp/text-stamps-in-the-pdf-...
  5. Convert PDF to PST in Python | products.aspose.com

    Save PDF to PST within Python applications without using Microsoft Word or Outlook...NET and saved into PST format. The APIs provide...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  6. Convert EMAIL to DOCX in Python | products.aspo...

    Save EMAIL to DOCX in your Python applications without using Microsoft Outlook or Word...NET and saved into the respective Word DOCX...MailMessage.load class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  7. Convert VCF to JPEG in Python | products.aspose...

    Save VCF to JPEG in your Python applications without using Microsoft Outlook or Word...NET and saved into the respective Word JPEG...MailMessage.load class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  8. Merge images|Aspose.PDF for .NET

    Discover how to merge images into a single PDF document in .NET using Aspose.PDF for streamlined document creation.... Then we save our result in FileOutputStream...but the merged images will be saved horizontally. // For complete...

    docs.aspose.com/pdf/net/merge-images/
  9. Create a spreadsheet document|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/net/create-a-spreadsheet-...
  10. Limitations and API Differences|Documentation

    Aspose.Cells for Node.js via Java limitations and API differences.... save ( "result.xlsx" ); Aspose.Cells...workbook . save ( ' result . xlsx ' ); console . log ( ' saved to file...

    docs.aspose.com/cells/nodejs-java/limitations-a...