Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 1,188 for

spreadsheet comparison

(0.07 sec)
  1. Supported Document Formats | GroupDocs

    It supports DOCX, DOC, RTF, ODT, XLSX, XLS, ODS, PPTX, PPT, ODP, PDF, TIFF, JPG, PNG, BMP, DWG, DXF, VSDX, EML, HTML and many more....Comparison Product Solution GroupDocs...OpenDocument Text Document Spreadsheets Format Description Excel...

    docs.groupdocs.com/annotation/python-net/suppor...
  2. How to Convert TSV to Excel using Java

    Let's easily transform Spreadsheet documents and learn how to convert TSV to Excel using Java. Also, review how to write the code for Java TSV to Excel converter....Comparison Product Family GroupDocs...document transformation between spreadsheet file formats and provide...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. 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...
  4. Basic usage | GroupDocs

    Core GroupDocs.Redaction for Python via .NET operations — redact text, metadata, images, annotations, and Spreadsheet content, remove pages, and read document information, each with a runnable example....Comparison Product Solution GroupDocs...redactions Annotation redactions Spreadsheet redactions Image redactions...

    docs.groupdocs.com/redaction/python-net/basic-u...
  5. 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...
  6. 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...LoadOptions ( FileFormat . SPREADSHEET ) with Metadata ( "input...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  7. Working with Chart Reports - Bubble | GroupDocs

    The Bubble Chart As per wikipedia, a Bubble Chart can be described as: A bubble chart is a type of chart that displays three dimensions of data. Each entity with its triplet (v1, v2, v3) of associated data is plotted as a disk that expresses two of the vi values through the disk’s xy location and the third through its size. Bubble charts can facilitate the understanding of social, economical, medical, and other scientific relationships....Comparison Product Solution GroupDocs...Document Bubble Chart in Spreadsheet Document Bubble Chart in...

    docs.groupdocs.com/assembly/net/working-with-ch...
  8. Working with Multiple Data Sources | GroupDocs

    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...
  9. Advanced usage | GroupDocs

    Learn about GroupDocs.Markdown advanced usage and its multiple powerful features like document markdown process customization, track markdown progress, load documents from different sources etc....Comparison Product Solution GroupDocs...matter Heading level offset Spreadsheet conversion options Error...

    docs.groupdocs.com/markdown/python-net/advanced...
  10. 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...