Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 19,589 for

custom data

(0.25 sec)
  1. FieldMergeBarcode | Aspose.Words for Java

    Implements the MERGEBARCODE field in Java....which will accept values from a data source during a mail merge....convert all values in a merge data source's "MyITF14Barcode" column...

    reference.aspose.com/words/java/com.aspose.word...
  2. 用C++实现扩展Aspose.Cells默认计算引擎的自定义计算引擎|Documentation

    本文介绍如何使用C++加载一个现有的Excel文件或创建一个新文件,通过Aspose.Cells提供的方法实现自定义计算引擎并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...接口,该接口具有一个 Calculate(CalculationData data) 方法。该方法会针对所有公式进行调用。在这个方法中,我们捕获了...CalculationData & data ) override { U16String funcName = data . GetFunctionName...

    docs.aspose.com/cells/zh/cpp/implement-custom-c...
  3. 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....stock chart uses four columns of data. The first column is a category...LegendPositionType . Bottom ; // Set data range (range and orientation)...

    docs.aspose.com/cells/javascript-cpp/create-hig...
  4. Customizing the Ribbon XML with JavaScript via ...

    Learn how to Customize the Ribbon XML in Excel using Aspose.Cells for JavaScript via C++....Customizing the Ribbon XML with JavaScript via C++ Contents [...parsing it, Get and set Ribbon XML data. If you want to change the Ribbon...

    docs.aspose.com/cells/javascript-cpp/customizin...
  5. Managing General Resource Properties in Microso...

    Learn how to read and write general resource properties such as Name, ID, UID, Start, and Finish in Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET without Microsoft Project installed....app About About Us Contact Customers Legal Security Events Acquisition...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/tasks/net/reading-and-writing-g...
  6. Manage Callouts in Presentation Charts Using Ja...

    Create and style callouts in Aspose.Slides for Java with concise code examples, compatible with PPT and PPTX to automate presentation workflows....specified chart’s data label will be displayed as data callout or as...as data label. Presentation pres = new Presentation (); try {...

    docs.aspose.com/slides/java/callout/
  7. Manage Callouts in Presentation Charts on Andro...

    Create and style callouts in Aspose.Slides for Android with concise Java code examples, compatible with PPT and PPTX to automate presentation workflows....specified chart’s data label will be displayed as data callout or as...as data label. Presentation pres = new Presentation (); try {...

    docs.aspose.com/slides/androidjava/callout/
  8. Convert MSG Files to Various Formats in C#|Docu...

    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....MSG file contains the email’s data, including headers, body, attachments...manipulation and processing of email data, especially when integrating...

    docs.aspose.com/email/net/converting-between-fo...
  9. Convert CSV, TSV and TXT to Excel with Node.js ...

    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.... Data is stored as a table where each...Excel to export spreadsheet data to CSV. const path = require...

    docs.aspose.com/cells/nodejs-cpp/convert-csv-ts...
  10. Calculate Formulas|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....Calculation of Array Formula of Data Tables Calculation of Excel...Reference Direct calculation of custom function without writing it...

    docs.aspose.com/cells/net/calculate-formulas/