Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 26,709 for

data source

(2.02 sec)
  1. 用C++将Excel导出为HTML时,从右向左扩展文本|Documentation

    学习在用Aspose.Cells for C++将Excel文件导出为HTML时,从右到左扩展文本的方法。...// Source directory path U16String srcDir ( u ".. \\ Data \\...01_SourceDirectory \\ " ); // Load source excel file inside the workbook...

    docs.aspose.com/cells/zh/cpp/expanding-text-fro...
  2. MUSTACHE Mail Merge In C++

    Personalize your Mail merge MUSTACHE file using C++. Automate emails or build reports using Mail merge MUSTACHE template in C++....docx templates and data from custom data source Our solution provides...PDF formats and data from custom data sources and further exporting...

    products.aspose.com/words/cpp/mailmerge/mustache/
  3. Generate Reports in OST Files via Java | produc...

    Java sample code to create OST format reports on Java Runtime Environment for JSP/JSF Application and Desktop Applications....add dynamic fields Create data source and mapping Initialize TemplateEngine...; //fill a DataTable as data source DataTable dt = new DataTable();...

    products.aspose.com/email/java/assembly/ost/
  4. Several Image Into GIF C++

    Merge multiple Image into GIF in C++ code. Save Image as GIF using C++....example that iterates through source image files and combines them...your C++ project. Open the source image file in C++. Convert...

    products.aspose.com/words/cpp/merge/image-to-gif/
  5. Converting Chart to Image in SVG Format with No...

    Learn how to convert a chart to SVG format image using Aspose.Cells for Node.js via C++.... The code loads the source Microsoft Excel file and then...__dirname , "data" ); // Create workbook object from source file const...

    docs.aspose.com/cells/nodejs-cpp/converting-cha...
  6. 用C++检测VBA项目是否受保护且锁定以供查看|Documentation

    学习如何用Aspose.Cells for C++检测Excel中VBA项目是否已受保护且锁定查看。...// Source directory path U16String srcDir ( u ".. \\ Data \\..."sampleCheckifVBAProj.xlsm" ; // Load your source Excel file Workbook wb ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/check-if-vba-proje...
  7. Manage VBA code of Excel Macro‑Enabled workbook...

    Add VBA module and modify VBA or macro with Aspose.Cells library....VBA or macro code inside the source Excel file using Aspose.Cells...following sample code loads the source Excel file which has the following...

    docs.aspose.com/cells/net/manage-vba-project/
  8. How to Convert TXT to JSON File in Java

    In this quick tutorial, you will learn how to convert TXT to JSON file in Java. It elaborates on preparing the system environment, a step-by-step process along with the code snippet to develop Text to JSON converter in Java....Workbook class to load the source TXT format file Initiate an...formatted JSON data after converting the source TXT file These...

    kb.aspose.com/cells/java/how-to-convert-txt-to-...
  9. Read Color of Shape's Glow Effect with C++|Docu...

    Learn how to read the color of the glow effect of any shape using Aspose.Cells for C++....following sample code, its source Excel file, and the console...effect of the shape inside the source Excel file when viewed in Microsoft...

    docs.aspose.com/cells/cpp/read-color-of-shape-s...
  10. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel worksheets programmatically using the C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/setting-page-options/