Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 1,086 for

spreadsheet conversion

(0.09 sec)
  1. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/load-options-...
  2. Get document information | GroupDocs

    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....Conversion Product Solution GroupDocs...document, worksheets in a spreadsheet or slides in a presentation;...

    docs.groupdocs.com/merger/net/get-document-info...
  3. How to edit CSV file | GroupDocs

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for Java....Conversion Product Solution GroupDocs...regarding processing DSV spreadsheets (Delimiter-separated values)...

    docs.groupdocs.com/editor/java/how-to-edit-csv-...
  4. Working with Image Reports - Common Master-Deta...

    Articles in this section...Conversion Product Solution GroupDocs...Common Master-Detail Image in Spreadsheet Document Common Master-Detail...

    docs.groupdocs.com/assembly/net/working-with-im...
  5. 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....Conversion Product Solution GroupDocs...Integrating with Native Spreadsheet Data Types By default, GroupDocs...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  6. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Node.js via Java API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Node...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  7. Using Signature Appearances | GroupDocs

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

    docs.groupdocs.com/signature/net/using-signatur...
  8. 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....Conversion Product Solution GroupDocs.... common . FileFormat . SPREADSHEET ) # constants.input_xls is...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  9. 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....Conversion Product Solution GroupDocs...LoadOptions ( FileFormat . Spreadsheet ); // Constants.InputXls...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  10. Get Possible Conversions | GroupDocs

    This article demonstrates how to get possible Conversions for a file type using GroupDocs.Conversion for Python via .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Python...

    docs.groupdocs.com/conversion/python-net/develo...