Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 831 for

spreadsheet comparison

(0.05 sec)
  1. Working with Multiple Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.1.0 or later releases. Explicit Support for Multiple Data Sources Using DocumentAssembler.AssembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames....Comparison Product Solution GroupDocs...Multiple Data Sources in Spreadsheet Document Generating Report...

    docs.groupdocs.com/assembly/net/working-with-mu...
  2. Features Overview | Documentation

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Comparison Product Solution GroupDocs...your sensitive information. Spreadsheet Redactions A special case...

    docs.groupdocs.com/redaction/java/features-over...
  3. Working with Table Reports - Alternate Content ...

    Articles in this section...Comparison Product Solution GroupDocs...With Alternate Content in Spreadsheet Document In-Table List With...

    docs.groupdocs.com/assembly/java/working-with-t...
  4. GroupDocs.Assembly Engine APIs | Documentation

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the com.groupdocs.assembly.DocumentAssembler overloads. The following table describes parameters of these overloads....Comparison Product Solution GroupDocs...Integrating with Native Spreadsheet Data Types By default, GroupDocs...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  5. Changing Target File Format | Documentation

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specification. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Comparison Product Solution GroupDocs...Word Processing documents Spreadsheet documents Presentation documents...

    docs.groupdocs.com/assembly/net/changing-target...
  6. Using Signature Appearances | Documentation

     This sections contains explanation about various electronic signature visual appearances on document page....Comparison Product Solution GroupDocs...for Word Processing and Spreadsheet documents digital signature...

    docs.groupdocs.com/signature/net/using-signatur...
  7. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...LoadOptions ( FileFormat . Spreadsheet ); const metadata = new groupdocs...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  8. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Comparison Product Solution GroupDocs...LoadOptions ( FileFormat . Spreadsheet ); // Constants.InputXls...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  9. Load options for different document types | Doc...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...document with options Load Spreadsheet document with options Load...

    docs.groupdocs.com/conversion/net/load-options-...
  10. Get document information | Documentation

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....Comparison Product Solution GroupDocs...document, worksheets in a spreadsheet or slides in a presentation;...

    docs.groupdocs.com/merger/net/get-document-info...