Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 28,288 for

data source

(0.4 sec)
  1. Specifying DBNum Custom Pattern Formatting with...

    Aspose.Cells is a C++ library for working with spreadsheet files that supports formatting dates and numbers using custom formatting patterns. This article will show you how to use the Aspose.Cells library to specify the 'dbnum' custom format pattern so that users have more control over how numbers are displayed....// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/specifying-dbnum-cust...
  2. Rendering Task Sheet View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project (MPP/XML) task sheet views using Aspose.Tasks for Java....View Live Demos High Code APIs Source Code API Reference Helpful...▼ Live Demos High Code APIs Source Code API Reference Download...

    docs.aspose.com/tasks/java/rendering-task-sheet...
  3. Swiss QR Barcodes|Documentation

    Learn how to generate Swiss QR Bills and decode payment Data with Aspose.BarCode for Java.... The complete source code for this article is available...PNG ); Read and decode payment data BarCodeReader reader = new BarCodeReader...

    docs.aspose.com/barcode/java/developer-guide/co...
  4. Aspose.Tasks .NET for VSTO | Aspose.Tasks Docum...

    This page provides information on using Aspose.Tasks .NET compared to Visual Studio Tools for Office....VSTO Live Demos High Code APIs Source Code API Reference Helpful...▼ Live Demos High Code APIs Source Code API Reference Nuget Pricing...

    docs.aspose.com/tasks/net/aspose-tasks-net-for-...
  5. Variables in Excel template - Free Support Foru...

    Aspose.Word for Java allows you to define variables within your Word templates, enabling concise expressions. For example, the provided snippet showcases how to iterate through employee Data using variables: <<var [empl…...to iterate through employee data using variables: <<var [employees...Smartly importing and placing data with Smart markers Smartly importing...

    forum.aspose.com/t/variables-in-excel-template/...
  6. Several DOC Into JPG Java

    Merge multiple DOC into JPG in Java code. Save DOC as JPG using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } for ( int page...

    products.aspose.com/words/java/merge/doc-to-jpg/
  7. Several HTML Into Markdown Java

    Merge multiple HTML into Markdown in Java code. Save HTML as Markdown using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } output.save(...

    products.aspose.com/words/java/merge/html-to-md/
  8. Several DOC Into PDF Java

    Merge multiple DOC into PDF in Java code. Save DOC as PDF using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } output.save(...

    products.aspose.com/words/java/merge/doc-to-pdf/
  9. Several WORD Into HTML Java

    Merge multiple a Word document into HTML in Java code. Save a Word document as HTML using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } output.save(...

    products.aspose.com/words/java/merge/word-to-html/
  10. Using shortcuts for string formatting - Free Su...

    We use this to format a date in the merged field {{NoticeDate\@ "MM/dd/yyyy"}} on the MS Word template. Wanted to know if there is such a shortcut to format the incoming string (EM9879999222) in a particular pattern as E…...correctly‑formatted string in your data source (e.g., EM-987-9999-222 )...string in code or in the data source, because Word’s field switches...

    forum.aspose.com/t/using-shortcuts-for-string-f...