Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 26,709 for

data source

(0.09 sec)
  1. Copying and Moving Worksheets with Node.js via ...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel workbook and across Excel workbooks using the Node.js API with C++....worksheets with common formatting and data. For example, if you work with... Worksheets , complete with data, formatting, tables, matrices...

    docs.aspose.com/cells/nodejs-cpp/copying-and-mo...
  2. Copying Rows and Columns|Documentation

    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....row (or column) is copied, the data contained in it, including formulas...This method copies all types of data including formulas, values,...

    docs.aspose.com/cells/go-cpp/copying-rows-and-c...
  3. Mail Merge

    Mail merge Word or PDF files in C#. Fill in the Mail merge template with your personal Data to automate mailings or generate reports using C#....document templates and user data into files of various formats...PDF formats and data from custom data sources and further exporting...

    products.aspose.com/words/net/mailmerge/
  4. Set column width to scalable unit like em or pe...

    Learn how to set column width to scalable units like em or percent using Aspose.Cells for C++.... Sample source file and output files can be...// Source directory path U16String srcDir ( u ".. \\ Data \\...

    docs.aspose.com/cells/cpp/set-column-width-to-s...
  5. Set the Comment of Table or List Object inside ...

    Learn how to set the comment of the table or list object inside the worksheet using Aspose.Cells for Node.js via C++....following sample code loads the source Excel file, and sets the comment...= path . join ( __dirname , "data" ); // Open the template file...

    docs.aspose.com/cells/nodejs-cpp/set-the-commen...
  6. Mail Merge

    Mail merge Word or PDF files in Java. Fill in the Mail merge template with your personal Data to automate mailings or generate reports using Java....document templates and user data into files of various formats...PDF formats and data from custom data sources and further exporting...

    products.aspose.com/words/java/mailmerge/
  7. Advanced Mail Merge Features in Java|Aspose.Wor...

    Aspose.Words for Java 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/java/advanced-mail-merge-...
  8. Combine Multiple Worksheets into a Single Works...

    Learn how to combine multiple worksheets into a single worksheet using Aspose.Cells for Node.js via C++....reads a source workbook and combines the data of all source worksheets...= path . join ( __dirname , "data" ); const filePath = path ....

    docs.aspose.com/cells/nodejs-cpp/combine-multip...
  9. Custom sorting in Pivot Table with C++|Document...

    Learn how to sort Pivot Tables on field values using Aspose.Cells with C++.... Sample source file and output files can be...for testing the sample code: Source Excel File Output Excel File...

    docs.aspose.com/cells/cpp/custom-sorting-in-piv...
  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/