Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 27,759 for

data source

(0.09 sec)
  1. How to get OData Connection Information|Documen...

    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.... The Source file used in the following...attached for your reference. Source File Sample Code Console Output...

    docs.aspose.com/cells/net/how-to-get-odata-conn...
  2. Copy Ranges of Excel with JavaScript via C++|Do...

    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....Range Creating two ranges—the source range and the target range—and...range—and then copying the source range to the target range with the...

    docs.aspose.com/cells/javascript-cpp/copy-range...
  3. Aspose.Words for Android via Java Features|Aspo...

    This section provides a comparison of availability of features between Aspose.Words for Java and Aspose.Words for Android via Java....documents with data from various data sources. Feature Aspose...in the document from your data source using Mail Merge regions...

    docs.aspose.com/words/java/aspose-words-for-and...
  4. 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...
  5. 用C++读写XLS和XLSB文件的外部连接|Documentation

    学习如何使用Aspose.Cells for C++读取和修改XLS/XLSB文件中的外部数据库连接。...:: Cells :: Startup (); // Source and output directories U16String...U16String srcDir ( u ".. \\ Data \\ 01_SourceDirectory \\ " ); U16String...

    docs.aspose.com/cells/zh/cpp/read-and-write-ext...
  6. ImageData | Aspose.Words for Java

    Defines an image for a shape in Java....document, // and save the image data of every shape with an image...(shape.hasImage()) { // The image data of shapes may contain images...

    reference.aspose.com/words/java/com.aspose.word...
  7. LZMA - Lempel Ziv Markov Chain Algorithm

    Everything You Need to Know about LZMA file format, renowned for its high compression ratios and versatility. Explore Data compression and archiving, making it valuable for developers and users alike....Conversion Demos Documentation Source Code API Reference Overview...Conversion Demos Documentation Source Code API Reference Download...

    products.aspose.com/zip/most-common-archives/wh...
  8. Combine Multiple Workbooks into a Single Workbo...

    Learn how to combine multiple workbooks into a single workbook using Aspose.Cells with Golang via C++....content like images, charts, and data into a single workbook. Aspose...Aspose.Cells. The code loads the source workbooks, uses the Workbook::Combine()...

    docs.aspose.com/cells/go-cpp/combine-multiple-w...
  9. Refresh Values of Linked Shapes with C++|Docume...

    Learn how to refresh values of linked shapes in Excel files using Aspose.Cells for C++....following screenshot shows the source Excel file used in the sample...format. You can download the source Excel file and the output PDF...

    docs.aspose.com/cells/cpp/refresh-values-of-lin...
  10. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/setting-margins/