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

custom data

(0.15 sec)
  1. Convert NumPy to Excel in Python | Python NumPy...

    Learn how to convert NumPy arrays to Excel using Aspose.Cells for Python. Step-by-step guide with code examples for Workbook, Worksheet, ListObject, Range, and Named Range.... It powers data science, machine learning, and...when you need to bring external data into Python for analysis. But...

    blog.aspose.com/cells/convert-numpy-to-excel/
  2. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between Excel workbooks using Aspose.Cells for C++....worksheets with common formatting and data entry. For example, if you work...workbooks. Worksheets, including data, formatting, tables, matrices...

    docs.aspose.com/cells/cpp/copy-and-move-workshe...
  3. Convert WORD to CSV in C++ or with free Online ...

    C++ API to Convert WORD to CSV or Online App without using using Microsoft Word or Microsoft Excel or online. Test free WORD to CSV online converter quickly before integrating the code....are widely used for data storage and data exchange between different...They are also used for data analysis and data visualization. By converting...

    products.aspose.com/total/cpp/conversion/word-t...
  4. CustomXmlProperty.uri property | Aspose.Words f...

    CustomXmlProperty.uri property. Gets or sets the namespace URI of the Custom XML attribute or smart tag property....sets the namespace URI of the custom XML attribute or smart tag...of its text as some form of data, # such as a name, date, or...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Opening Files with Different Formats|Documentation

    Aspose.Cells for .NET API allows you to open/read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc.... Data is stored as a table where each...Excel to export spreadsheet data to CSV. Opening CSV files and...

    docs.aspose.com/cells/net/opening-files-with-di...
  6. Copy Page Setup Settings from Source Worksheet ...

    This article explains how to use the Node.js API or C++ Library sample code to copy Page Setup settings from a source worksheet into a destination worksheet programmatically.... join ( __dirname , "data" ); const filePath = path ....Document Assistant Close Implement Custom Paper Size of Worksheet for...

    docs.aspose.com/cells/nodejs-cpp/copy-page-setu...
  7. AxisTickMark enumeration | Aspose.Words for Nod...

    Aspose.Words.Drawing.Charts.AxisTickMark enumeration. Specifies the possible positions for tick marks....; // 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/nodejs-net/aspose.wo...
  8. Manage Callouts in Presentation Charts Using Ja...

    Create and style callouts in Aspose.Slides for Node.js via 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. var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/callout/
  9. Convert EPUB to XPS – C# code examples

    Convert EPUB to XPS using Aspose.HTML for .NET API. Consider various EPUB to XPS conversion scenarios in C# examples. Try online EPUB Converter....app About About Us Contact Customers Legal Security Events Acquisition...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/html/net/convert-epub-to-xps/
  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...