Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 874 for

groupdocs spreadsheet comparison

(0.04 sec)
  1. How to Edit CSV File | Documentation

    This guide demonstrates how to edit CSV, TSV, comma-separated values, and other text files with different settings and many other powerful features of Groupdocs.Editor for Node.js via Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  2. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  3. Merge XLSX files using Java

    Discover the process of how to merge XLSX files using Java. Enhance document management efficiency by learning how to combine XLSX files in Java programming....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/merger/java/merge-xlsx-files-u...
  4. GroupDocs Newsletter August 2018 – .NET and Jav...

    Share this issue: Monthly NewsletterAugust 2018 Text and Metadata Extraction APIs for Java Applications Accurately Parse MS Office, Emails, Zip and Legal Documents Groupdocs.Parser is a Java document parsing and text extraction API for analyzing documents thus allowing users to extract metadata, raw and formatted text from the supported document formats (Word, Excel, PowerPoint, PDF, OneNote, Visio, Text, HTML, Zip, Markdown and Email messages). The API performs content parsing operations with highest level of accuracy and speed.... Zip and Legal Documents GroupDocs.Parser is a Java document...Excel and Word in .NET # GroupDocs.Annotation for .NET now adds...

    blog.groupdocs.com/total/groupdocs-newsletter-a...
  5. Introducing GroupDocs.Assembly for Java | Docum...

    Introduction to Groupdocs.Assembly for Java Groupdocs.Assembly for Java is a Java API engine designed to generate documents based on templates. In essence, the engine accepts a template document and some data, assembles data with the template document as per syntax defined by the template document and then, generates the output document in the template’s format or in the specified output format. Since Groupdocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/introducing-gr...
  6. Inserting Hyperlinks Dynamically | Documentation

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Using Groupdocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <> Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value. In turn, display_text_expression defines text to be displayed for the hyperlink....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/inserting-hype...
  7. Extract Text from XLSX using C#

    This article outlines the process of how to extract text from XLSX using C#. It includes a sample code to assist you in incorporating text extraction from XLSX in C#....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/parser/net/extract-text-from-x...
  8. Load XML document with options | Documentation

    Learn this article and check how to load and convert XML documents with advanced options using Groupdocs.Conversion for .NET API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/conversion/net/load-xml-docu...
  9. 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....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert PDF to Excel using C#

    We will go over the specifics to convert PDF to Excel using C#. Also, you will learn how to apply these steps to generate Excel from PDF in C#....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/conversion/net/how-to-convert-...