Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 20,524 for

data source

(0.05 sec)
  1. Read and Write External Connection of XLS and X...

    Learn how to read and modify external Database connections in XLS/XLSB files using Aspose.Cells for C++....:: Cells :: Startup (); // Source and output directories U16String...U16String srcDir ( u ".. \\ Data \\ 01_SourceDirectory \\ " ); U16String...

    docs.aspose.com/cells/cpp/read-and-write-extern...
  2. Combine Multiple Workbooks into a Single Workbo...

    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....content like images, charts and data into a single workbook. Aspose...Aspose.Cells. The code loads the source workbooks, uses the Workbook...

    docs.aspose.com/cells/net/combine-multiple-work...
  3. 7-ZIP File Format - Everything You Need to Know

    Explore the 7ZIP file format - a powerful archive format known for its superior compression, robust encryption options, and wide compatibility. Learn how 7 ZIP simplifies Data archiving and sharing, making it ideal for both developers and users....Conversion Demos Documentation Source Code API Reference Overview...Conversion Demos Documentation Source Code API Reference Download...

    products.aspose.com/zip/most-common-archives/wh...
  4. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts using Aspose.Cells for C++....following sample code loads the source excel file and accesses the...// Source directory path U16String srcDir ( u ".. \\ Data \\...

    docs.aspose.com/cells/cpp/working-with-the-glow...
  5. MailMerge.MergeWholeDocument | Aspose.Words for...

    Discover how the MailMerge MergeWholeDocument property updates all fields during a region-based mail merge, enhancing efficiency and accuracy in your documents....matches the name of the data source table. doc . MailMerge ....region that belongs to a data source named "MyTable". /// Insert...

    reference.aspose.com/words/net/aspose.words.mai...
  6. Set Conditional Formats of Excel and ODS files ...

    How to apply conditional formats to Excel and ODS files in C++....// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/conditional-formatting/
  7. FieldSkipIf.RightExpression | Aspose.Words for ...

    Discover the FieldSkipIf RightExpression property, easily manage comparison expressions for enhanced Data control and streamlined operations....the "Department" column in our data table. If a row from that table...our document, create the data source, and execute the mail merge...

    reference.aspose.com/words/net/aspose.words.fie...
  8. DocumentBuilder.Bold | Aspose.Words for .NET

    Discover the DocumentBuilder Bold property. Easily format fonts as bold to enhance text visibility and impact in your documents. Boost your design today!...how to fill MERGEFIELDs with data with a document builder instead...accept data from columns of the same name in a data source during...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Alignment Settings with C++|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/cells-alignment-setti...
  10. 使用C++复制Excel中的范围|Documentation

    学习如何使用Aspose.Cells与C++复制Excel中的范围。..."A1" , u "A2" ); // Input some data with some formattings into //...u "B1" , u "B2" ); // Copy source range to target range in the...

    docs.aspose.com/cells/zh/cpp/copy-ranges-of-excel/