Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 26,687 for

data source

(0.18 sec)
  1. Advanced Mail Merge Features in C++|Aspose.Word...

    Aspose.Words for C++ provides some advanced Mail Merge features that allow you to perform further Mail Merge customization. For example, obtaining information about template structure, setting rules, cleaning up after a Mail Merge operation, and others....letter could contain various data based on the different values...in certain fields of your data source. Take a look at some Mail...

    docs.aspose.com/words/cpp/advanced-mail-merge-f...
  2. Consolidation Function with C++|Documentation

    Learn how to apply a ConsolidationFunction to Data fields of a pivot table using Aspose.Cells with C++....apply a ConsolidationFunctio to data fields (or value fields) of...Applying ConsolidationFunctio to Data Fields of Pivot Table The following...

    docs.aspose.com/cells/cpp/consolidation-function/
  3. MailMergeSettings.Clear | Aspose.Words for .NET

    Effortlessly reset your mail merge settings with the MailMergeSettings Clear method, transforming your document into a standard format for seamless use....connecting to an external data source. Document doc = new Document...Document ( MyDir + "Odso data.docx" ); MailMergeSettings settings...

    reference.aspose.com/words/net/aspose.words.set...
  4. MailMergeSettings.MailAsAttachment | Aspose.Wor...

    Discover how the MailAsAttachment property in MailMergeSettings enhances your email campaigns by sending merged documents as attachments for better engagement....connecting to an external data source. Document doc = new Document...Document ( MyDir + "Odso data.docx" ); MailMergeSettings settings...

    reference.aspose.com/words/net/aspose.words.set...
  5. detect_areas_mode_enum::PHOTO|Documentation

    How Aspose.OCR determines the structure of a document using the detect_areas_mode_enum::PHOTO algorithm....amounts of structured textual data, such as articles and books...file = "source.png" ; AsposeOCRInput source ; source . url =...

    docs.aspose.com/ocr/cpp/areas-detection/photo/
  6. Different Ways to Save Files with Node.js via C...

    Aspose.Cells for Node.js via C++ can save files to different formats including PDF, HTML, DOCX, PPTX, JSON, and MHTML.... join ( __dirname , "data" ); const filePath = path ...."Book1.xls" ); // Load your source workbook const workbook = new...

    docs.aspose.com/cells/nodejs-cpp/different-ways...
  7. PostGIS

    PostGIS is a free and open-Source spatial Database extender for PostgreSQL that enables the storage, manipulation, and analysis of geographic Data. It adds support for geographic objects, allowing them to be queried and indexed as if they were regular Data types. PostGIS provides a wide range of spatial functions for performing complex spatial queries and analysis, making it a powerful tool for managing and working with spatial Data....PostGIS is a free and open-source spatial database extender for... and analysis of geographic data. It adds support for geographic...

    products.aspose.com/gis/net/gis-formats/postgis
  8. Count number of cells in the Worksheet with C++...

    In this article, you will learn how to programmatically count the number of cells in the Excel worksheet using the C++ API with Aspose.Cells....// For complete examples and data files, please go to https://github...com/aspose-cells/Aspose.Cells-for-C // Source directory path U16String sourceDir...

    docs.aspose.com/cells/cpp/count-number-of-cells...
  9. Parsing Pivot Cached Records while loading Exce...

    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....Excel takes a copy of the source data and stores it in the Pivot...cannot see it but that is the data the Pivot Table references when...

    docs.aspose.com/cells/java/parsing-pivot-cached...
  10. Create and Manage Chart with Node.js via C++|Do...

    Learn how to use Aspose.Cells for Node.js to create charts in Microsoft Excel. Our guide will demonstrate various chart types and how to customize their appearance and formatting.... join ( __dirname , "data" ); const filePath = path ....chartIndex ); // Setting chart data source as the range "A1:C4" chart...

    docs.aspose.com/cells/nodejs-cpp/creating-charts/