Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 878 for

spreadsheet comparison

(0.21 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Generate Output in Same Format as Template | Gr...

    Save assembled documents in the same format as the template (e.g., DOCX to DOCX, XLSX to XLSX)....Comparison Product Solution GroupDocs...Template Generate an Excel spreadsheet from an Excel template: using...

    docs.groupdocs.com/assembly/net/basic-usage-sam...
  5. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Comparison Product Solution GroupDocs...DOCM, RTF, ODT, …), Spreadsheet (XLSX, XLSM, …), Presentation...

    docs.groupdocs.com/viewer/java/rendering-to-html/
  6. Insert Hyperlinks Dynamically | GroupDocs

    Create hyperlinks in documents with URLs and text dynamically set from data sources during assembly....Comparison Product Solution GroupDocs...Cell (Spreadsheet Documents) Link to cells in spreadsheet documents:...

    docs.groupdocs.com/assembly/net/basic-usage-ins...
  7. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....Comparison Product Solution GroupDocs...LoadOptions ( FileFormat . Spreadsheet ); // Constants.InputXls...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  8. Get file info | GroupDocs

    This page describes how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....Comparison Product Solution GroupDocs...(PDF, Word document, Excel spreadsheet, PowerPoint presentation...

    docs.groupdocs.com/annotation/java/get-file-info/
  9. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks Java API....Comparison Product Solution GroupDocs...hash for image similarity comparison. But there are other image...

    docs.groupdocs.com/watermark/java/searching-wat...
  10. Merging Table Cells Dynamically | GroupDocs

    Note This feature is supported by version 19.1 or greater Note The code uses some of the objects defined in The Business Layer. Merging Table Cells Dynamically Using GroupDocs.Assembly for Java, you can merge table cells with equal textual contents within your reports dynamically using cellMerge tags. Syntax of a cellMerge tag is defined as follows: <> Warning A horz switch is optional. If the switch is present, it denotes a cell merging operation in a horizontal direction....Comparison Product Solution GroupDocs...Table Cells Dynamically in Spreadsheet Document The Code Download...

    docs.groupdocs.com/assembly/java/merging-table-...