Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 20,415 for

custom data

(0.1 sec)
  1. Advanced operations using JavaScript via C++|As...

    Aspose.PDF for JavaScript via C++ can perform not only simple and easy tasks but also cope with more complex goals. Check the next section for advanced users and developers....Metadata in PDFs - get or set meta data in documents. Working with Images...Annotations allow users to add custom content on PDF pages. You can...

    docs.aspose.com/pdf/javascript-cpp/advanced-ope...
  2. Convert XLSX to PPTM via PHP or with free Onlin...

    PHP API to Convert XLSX to PPTM or Online App without using Microsoft Excel or Powerpoint. Test free XLSX to PPTM online converter quickly before integrating the code....format for storing spreadsheet data in Microsoft Excel. It is the...files are designed to store data in a structured and efficient...

    products.aspose.com/total/php-java/conversion/x...
  3. Mail Merge and Reporting in C++|Aspose.Words fo...

    Mail Merge is a popular feature for quickly creating documents using C++. Aspose.Words for C++ takes the standard Mail Merge functionality and advances it many steps ahead, turning it into a full-fledged reporting solution that allows you to create even more complex documents such as reports, catalogs, inventories, and invoices....include specific values from a data source record in output documents...“Hello!”. Aspose.Words places data from an external source, such...

    docs.aspose.com/words/cpp/mail-merge-and-report...
  4. How to Format Numbers to Scientific Notation|Do...

    This article will introduce how to format numbers to scientific notation using Aspose.Cells for .NET API....representing numbers, which means that data formatted this way can be easily...mathematicians. Data Analysis and Presentation : When analyzing data sets...

    docs.aspose.com/cells/net/how-to-format-number-...
  5. Manage Callouts in Presentation Charts Using PH...

    Create and style callouts in Aspose.Slides for PHP 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. $pres = new Presentation (); try { $chart = $pres...

    docs.aspose.com/slides/php-java/callout/
  6. Feature Overview|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....Formats and Conversions Many customers worldwide rely on the thorough...NET Standard 2.0 Import/export data from a DataTable, DataView,...

    docs.aspose.com/cells/net/feature-overview/
  7. Features|Aspose.Words for Python via .NET

    Aspose.Words for Python via .NET provides users with a wide range of features from simply converting and modifying documents to creating structured and visually appealing documents or automating reporting....Formats and Conversions Many customers worldwide rely on the thorough... Access, create and modify Custom XML, SmartTags and Structured...

    docs.aspose.com/words/python-net/features/
  8. PCL to PDF Merge using Python | Aspose.PDF

    Combine two or more PCL documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...efficiently and protect your data. A peculiar feature from Aspose...dataDir ) into memory using the custom load options. This creates...

    products.aspose.com/pdf/python-net/merger/pcl-t...
  9. Link Slicer to Multiple Pivot Tables using Python

    Follow this article to link slicer to multiple pivot tables using Python. It has details to set the IDE, a list of steps, and a sample code to connect slicer to multiple pivot tables....sample code for creating a custom Excel file. Steps to Connect... and add headers Add sample data into the worksheet and create...

    kb.aspose.com/cells/python/link-slicer-to-multi...
  10. XLOOKUP returns #VALUE - Free Support Forum - a...

    I am using Aspose.Cells 25.11.0. .NET 9.0 using System.Collections; using Aspose.Cells; var input = @"C:\input-for-aspose.xlsx"; var output = @"C:\output.xlsx"; Workbook? wbc; using (var ms = new FileStream(input, F…...Calculate(CalculationData data) { _list.Add(data.Worksheet.Index); _list..._list.Add(data.CellRow); _list.Add(data.CellColumn); _list.Add(data...

    forum.aspose.com/t/xlookup-returns-value/322497