Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 1,953 for

async save load

(0.19 sec)
  1. Update Power Query Formula Item with JavaScript...

    Learn how to update the Power Query Formula item data source in an Excel file using Aspose.Cells for JavaScript via C++....addEventListener ( 'click' , async () => { const result = document...Instantiating a Workbook object by loading the uploaded file const workbook...

    docs.aspose.com/cells/javascript-cpp/update-pow...
  2. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for JavaScript via C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends....Code The following sample code loads the sample Excel file . <!DOCTYPE...addEventListener ( 'click' , async () => { const fileInput = document...

    docs.aspose.com/cells/javascript-cpp/using-char...
  3. 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....addEventListener ( 'click' , async () => { const fileInput = document...await file . arrayBuffer (); // Loads the workbook which contains...

    docs.aspose.com/cells/javascriptcpp/developer-g...
  4. Aspose.Words 23.1.0 – Conversion Hangs(Timeout ...

    Hi Team, We are using Aspose.Words 23.1.0 and encountering an issue when converting a specific Word file to PDF. The code execution gets stuck at the line wordDoc.Save(pdfStream, SaveOptions); and does not proceed furt…...Save(pdfStream, saveOptions) Aspose...gets stuck at the line wordDoc.Save(pdfStream, saveOptions); and...

    forum.aspose.com/t/aspose-words-23-1-0-conversi...
  5. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for JavaScript via C++....addEventListener ( 'click' , async () => { const fileInput = document...await file . arrayBuffer (); // Loads the workbook which contains...

    docs.aspose.com/cells/javascript-cpp/how-to-add...
  6. Technical Articles|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....Wrapper class for loading Email Messages Async using Aspose.Email...Extraction of Embedded Objects data Saving an Email as PDF Sending meeting...

    docs.aspose.com/email/net/technical-articles/
  7. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in JavaScript via C++ to apply conditional formatting shading for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....addEventListener ( 'click' , async () => { // Create an instance...BackgroundType . Solid ; // Save the result and provide a download...

    docs.aspose.com/cells/javascript-cpp/apply-shad...
  8. ImageStamp functionality not working on Linux -...

    We have observed that the ImageStamp feature in Aspose.PDF does not work on Amazon Linux. The same code works correctly in a Windows environment. However, on Amazon Linux, the image watermark is not applied. No errors ar…...0" public static async Task Test(string[] args) { await...MemoryStream(fileBytes); } static async Task TestAddStampAsync() { string...

    forum.aspose.com/t/imagestamp-functionality-not...
  9. Create High-Low-Close (HLC) Stock Chart with Ja...

    Learn how to create a high-low-close stock chart using Aspose.Cells for JavaScript via C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....Code The following sample code loads the sample Excel file and generates...addEventListener ( 'click' , async () => { const fileInput = document...

    docs.aspose.com/cells/javascript-cpp/create-hig...
  10. Customize Globalization Settings for Pivot Tabl...

    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.... The code loads the source Excel file that contains...and calculates its data, and saves it as an output PDF file. The...

    docs.aspose.com/cells/javascript-cpp/customize-...