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

custom data

(0.23 sec)
  1. Calculate Formulas|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....Calculation of Array Formula of Data Tables Calculation of Excel...Reference Direct calculation of custom function without writing it...

    docs.aspose.com/cells/java/calculate-formulas/
  2. Create Pivot Tables and Pivot Charts|Documentation

    Create Pivot Tables and Pivot Charts with Aspose.Cells for Java API....can total the invoices by customer, product, or date. With Microsoft...graphical representation of the data in a pivot table. Pivot charts...

    docs.aspose.com/cells/java/create-pivot-tables-...
  3. Aspose::Words::Fields::FieldDisplayBarcode::get...

    Aspose::Words::Fields::FieldDisplayBarcode::get_DisplayText method. Gets or sets whether to display barcode Data (text) along with image in C++....sets whether to display barcode data (text) along with image. bool...display. // 1 - QR code with custom colors: field -> set_BarcodeType...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. AxisTickMark Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisTickMark enum for Customizable tick mark positions, enhancing your chart's clarity and visual appeal....; // Clear the chart's demo data series to start with a clean...Series . Clear (); // Add a custom series containing date/time...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Load the Workbook with specific System Culture ...

    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.... join ( __dirname , "data" ); const inputStream = new...GlobalizationSetting Class for Custom Subtotal Labels and the Other...

    docs.aspose.com/cells/nodejs-cpp/load-the-workb...
  6. AxisTickMark enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.AxisTickMark enumeration. Specifies the possible positions for tick marks....chart # Clear the chart's demo data series to start with a clean... series . clear () # Add a custom series containing date/time...

    reference.aspose.com/words/python-net/aspose.wo...
  7. AxisBound constructor | Aspose.Words for Python

    aspose.words.drawing.charts.AxisBound constructor...chart # Clear the chart's demo data series to start with a clean... series . clear () # Add a custom series containing date/time...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Extend and Contribute to CRM AutoMerge|Aspose.W...

    How to defined a Custom workflow using Aspose AutoMerge add-on that can be used with Workflows and Dialogs in CRM in C#.... We have defined a custom workflow assembly that can...so that we can retrieve this data from CRM and generate document...

    docs.aspose.com/words/net/extend-and-contribute...
  9. Aspose::Words::Node::get_CustomNodeId method | ...

    Aspose::Words::Node::get_CustomNodeId method. Specifies Custom node identifier in C++....Node::get_CustomNodeId method Specifies custom node identifier. int32_t Aspose...example, as a key to get external data. Important note, specified value...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. 用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...