Sort Score
Result 10 results
Languages All
Labels All
Results 9,471 - 9,480 of 363,370 for

save

(0.49 sec)
  1. How to Copy Excel Sheet to Another Workbook usi...

    This article guides on how to copy Excel sheet to another workbook using Node.js. It has all the details to set the IDE, a list of steps and a runnable sample code to copy Excel worksheet using Node.js....argument to the copy() method Save the output workbook after copying...either save the resultant workbook with the same name or save it...

    kb.aspose.com/cells/nodejs/how-to-copy-excel-sh...
  2. Convert PPSM to JPG in JavaScript | products.as...

    Convert PPSM to JPG in JavaScript. Use Node.js library API to convert PPSM files to JPG...Presentation from PPSM file and save it as JPG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".jpg" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  3. Convert PPSX to PNG in JavaScript | products.as...

    Convert PPSX to PNG in JavaScript. Use Node.js library API to convert PPSX files to PNG...Presentation from PPSX file and save it as PNG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".png" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  4. Convert PPTM to PNG in JavaScript | products.as...

    Convert PPTM to PNG in JavaScript. Use Node.js library API to convert PPTM files to PNG...Presentation from PPTM file and save it as PNG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".png" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  5. Convert POT to JPG in JavaScript | products.asp...

    Convert POT to JPG in JavaScript. Use Node.js library API to convert POT files to JPG...Presentation from POT file and save it as JPG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".jpg" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  6. Convert OTP to JPG in JavaScript | products.asp...

    Convert OTP to JPG in JavaScript. Use Node.js library API to convert OTP files to JPG...Presentation from OTP file and save it as JPG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".jpg" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  7. Convert FODP to JPG in JavaScript | products.as...

    Convert FODP to JPG in JavaScript. Use Node.js library API to convert FODP files to JPG...Presentation from FODP file and save it as JPG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".jpg" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  8. What is an MPP File? MPP File Extension, Proces...

    Learn about the MPP file format, its extension, and how it is used for project management. Discover MPP file processing, editing, and conversion with Aspose.Tasks. Automate project management workflows using C#, Java, C++, and Python to read, modify, and export MPP files seamlessly....developers to open, modify, and save MPP files programmatically,... TimeUnitType.Day); project.Save( "EditedProject.mpp" ); How...

    products.aspose.com/tasks/supported-formats/mpp/
  9. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature of VBA code using Aspose.Cells for JavaScript via C++....when we modify its VBA code, save the workbook, and then recheck...isSignedBefore ); // Modify the VBA Code, save the workbook then reload //...

    docs.aspose.com/cells/javascript-cpp/check-if-d...
  10. Change Character Spacing of Excel TextBox or Sh...

    Change the character spacing of Excel textboxes or shapes using Aspose.Cells for JavaScript via C++....Excel file to point 4 and then saves it on disk. <!DOCTYPE html>...textOptions . spacing = 4 ; // Save the workbook in xlsx format...

    docs.aspose.com/cells/javascript-cpp/change-cha...