Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,087 for

spreadsheet comparison

(0.12 sec)
  1. Import documents | GroupDocs

    This section describes how to import documents into another document as OLE objects using Java language...Comparison Product Solution GroupDocs...via OLE Add document to Spreadsheet via OLE Add document to Diagram...

    docs.groupdocs.com/merger/java/import-documents/
  2. Convert to XML or JSON data with advanced optio...

    Learn how to convert documents to XML or JSON data using GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs...shows how to convert a CSV spreadsheet to JSON format: using ( Converter...

    docs.groupdocs.com/conversion/net/convert-to-da...
  3. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Changing Target File Format GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specifying. 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/java/changing-targe...
  4. Working with Table Reports - Master-Detail | Gr...

    Articles in this section...Comparison Product Solution GroupDocs...In-Table Master-Detail in Spreadsheet Document In-Table Master-Detail...

    docs.groupdocs.com/assembly/java/working-with-t...
  5. Document rendering basics | GroupDocs

    This section describes how to use GroupDocs.Viewer for Java to convert different document types to PDF, HTML, PNG, and JPEG formats....Comparison Product Solution GroupDocs...Render PDF documents Render spreadsheet files Render PowerPoint presentations...

    docs.groupdocs.com/viewer/java/document-renderi...
  6. Basic Usage | GroupDocs

    Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....Comparison Product Solution GroupDocs...redactions Annotation redactions Spreadsheet redactions Image redactions...

    docs.groupdocs.com/redaction/java/basic-usage/
  7. GroupDocs.Assembly Engine APIs | GroupDocs

    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 DocumentAssembler.AssembleDocument 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/net/groupdocs-assem...
  8. Using Signature Appearances | GroupDocs

     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...
  9. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET....Comparison Product Solution GroupDocs.... common . FileFormat . SPREADSHEET ) # constants.input_xls is...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  10. Load a file of a specific format | GroupDocs

    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...