Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 20,355 for

custom data

(0.65 sec)
  1. Environment Configuration – Aspose.HTML for Java

    Learn how to create different environment configurations where the application runs – use Sandboxing, Runtime Service, Network Service, etc....app About About Us Contact Customers Legal Security Events Acquisition...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/html/java/environment-configura...
  2. Export CSV to POTX in Android or with free Onli...

    Android API to Convert CSV to POTX without using Microsoft Word or online. Test free CSV to POTX online converter quickly before integrating the code.... It allows users to export data from a CSV file into a POTX...other documents that require data from a CSV file. How Aspose...

    products.aspose.com/total/android-java/conversi...
  3. How to set up series. Points. DataLabel. LinkSo...

    image.png (12.2 KB) image.png (48.7 KB) Still unable to take effect, I used WPS to create charts and series, using the same code. The files created by WPS can take effect, but using aspose.cells doesn’t test.zip (12.8…...only sets the series, points, data‑label and link‑source. var wb...= wb.Worksheets[0]; // … add data … var chart = ws.Charts.Add(ChartType...

    forum.aspose.com/t/how-to-set-up-series-points-...
  4. Aspose::Words::Markup::XmlMapping::get_IsMapped...

    Aspose::Words::Markup::XmlMapping::get_IsMapped method. Returns true if the parent structured document tag is successfully mapped to XML Data in C++....is successfully mapped to XML data. bool Aspose :: Words :: Markup...how to set XML mappings for custom XML parts. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. Number Settings|Documentation

    Aspose.Cells is a Node.js library for working with spreadsheet files that supports many different cell number settings. This article introduces how to use the Aspose.Cells library to manage the number settings of cells for adjusting number formats in spreadsheets.... We know that numeric data can be used to represent different...Use Custom Number Formats To define your own customized format...

    docs.aspose.com/cells/nodejs-cpp/cells-number-s...
  6. CustomXmlPart.data_checksum property | Aspose.W...

    CustomXmlPart.Data_checksum property. Specifies a cyclic redundancy check (CRC) checksum of the [CustomXmlPart.Data](../Data/) content....data_checksum property CustomXmlPart.data_checksum property Specifies...CustomXmlPart.data content. @property def data_checksum ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to Create an Outlook PST File in Java

    This simple article explains how to create an Outlook PST file in Java. You can create new PST file in Java using a few API calls and perform all the advanced operations on the newly created PST file.... You can add custom folders, predefined folders...that creates a PST file Add a custom sub-folder in the root folder...

    kb.aspose.com/email/java/how-to-create-an-outlo...
  8. Consolidation Function|Documentation

    Apply ConsolidationFunction to Data fields of the pivot table....apply ConsolidationFunctio to data fields (or value fields) of...Applying ConsolidationFunctio to Data Fields of Pivot Table The following...

    docs.aspose.com/cells/java/consolidation-function/
  9. 用C++直接计算自定义函数,无需在工作表中编写|Documentation

    本文介绍如何使用Aspose.Cells库在Microsoft Excel中直接计算自定义函数,而无需在工作表中编写函数。 通过加载现有的Excel文件或创建一个新的Excel文件,我们可以使用Aspose.Cells提供的方法来计算自定义函数并获得结果。 最后,我们将修改后的Excel文件保存到磁盘。...Calculate ( CalculationData & data ) override { // Check the formula...and calculate it yourself if ( data . GetFunctionName () == u "MyCompany...

    docs.aspose.com/cells/zh/cpp/direct-calculation...
  10. 如何用C++创建组合图表|Documentation

    了解如何使用Aspose.Cells for C++创建组合图表。我们的全面指南将演示如何将不同类型的图表组合成一个组合图表,以实现更有效的数据展示。...LegendPositionType :: Bottom ); // Set data range chart . SetChartDataRange..."A1:E12" , true ); // Set category data chart . GetNSeries (). GetCategoryData...

    docs.aspose.com/cells/zh/cpp/create-combo-chart/