Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 17,552 for

custom data

(0.1 sec)
  1. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends to different languages, allowing you to present your Data in a culturally appropriate way.... custom labels for Subtotals in a spreadsheet...which can be overridden in a custom class to translate such as...

    docs.aspose.com/cells/cpp/using-chartglobalizat...
  2. 添加自定义XML部件并通过ID选择它们,使用Node.js和C++|Documentation

    学习如何向Excel文档添加自定义XML部件并通过ID进行选择,使用Aspose.Cells for Node.js via C++。... join ( __dirname , "data" ); const filePath = path ....Workbook ( filePath ); // Some data in the form of byte array. //...

    docs.aspose.com/cells/zh/nodejs-cpp/add-custom-...
  3. Aspose::Words::Markup::CustomPart::get_Data met...

    Aspose::Words::Markup::CustomPart::get_Data method. Contains the Data of this Custom part in C++....:get_Data method Contents [ Hide ] CustomPart::get_Data method...method Contains the data of this custom part. System :: ArrayPtr...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Features|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....X Save Grid data as a Spreadsheet X X X Load data from DataTable/DataView...DataTable/DataView to the Grid X X Save Grid data to DataTable/DataView X X X...

    docs.aspose.com/cells/net/grid-features/
  5. Track Document Conversion Progress with C++|Doc...

    Learn how to track document conversion progress in C++ using Aspose.Cells to enhance application usability....that you can implement in your custom class. You may also control...in the TestPageSavingCallba custom class. Track Document Conversion...

    docs.aspose.com/cells/cpp/track-document-conver...
  6. WORD Mail Merge In Python

    Personalize your Mail merge WORD file using Python. Automate emails or build reports using Mail merge WORD template in Python....Word templates and data from custom data source Our solution...and PDF formats and data from custom data sources and further...

    products.aspose.com/words/python-net/mailmerge/...
  7. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....to implement user-defined or custom functions that are not supported...Calculate ( CalculationData & data ) override { Vector < Object...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  8. ChartDataLabelCollection | Aspose.Words for Java

    Represents a collection of ChartDataLabel in Java....Shows how to apply labels to data points in a line chart. public...get(2).getName()); // Apply data labels to every series in the...

    reference.aspose.com/words/java/com.aspose.word...
  9. 无需在工作表中编写函数即可用Node.js通过C++直接计算自定义函数|Documentation

    本文介绍如何通过Node.js的C++使用Aspose.Cells库,直接在Microsoft Excel中计算自定义函数,无需在工作表中编写函数。加载现有Excel文件或创建新文件,计算自定义函数,然后保存修改后的文件。...Calculate method with custom logic calculate ( data ) { // Check the...and calculate it yourself if ( data . getFunctionName () === "MyCompany...

    docs.aspose.com/cells/zh/nodejs-cpp/direct-calc...
  10. 使用Node.js的C++实现自定义计算引擎,以扩展Aspose.Cells的默认计算引擎|D...

    本文介绍如何通过使用 C++ 版 Aspose.Cells 库在 Node.js 中实现自定义计算引擎,从而扩展默认的计算引擎。加载现有的 Excel 文件或创建新文件,使用提供的方法并保存修改后的 Excel 文件。...,其中包含一个 calculate(CalculationData data) 方法。该方法会对所有公式调用。在此方法中,我们捕获 TODAY...Calculate method with custom logic calculate ( data ) { // Check the...

    docs.aspose.com/cells/zh/nodejs-cpp/implement-c...