Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 3,845 for

spreadsheet

(0.46 sec)
  1. JpgViewOptions | GroupDocs.Viewer for .NET API ...

    Provides options for rendering documents into JPG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children....SpreadsheetOptions { get; set; } The spreadsheet files view options. TextOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  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.... 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.... Spreadsheet ); // Constants.InputXls...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  4. Merge Multiple File Types into One File using J...

    Combine two or more documents of different file formats into one single file in Java. Automate merging PDF Word Excel PPT into PDF with Document Merger API....word-processing documents, spreadsheets, presentations, HTML, PDF...your Word documents, Excel spreadsheets, PowerPoint presentations...

    blog.groupdocs.com/merger/merge-multiple-file-t...
  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....Integrating with Native Spreadsheet Data Types By default, GroupDocs...expression types. However, for Spreadsheet documents, this may interfere...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  6. Generate Barcode in Java | Add Barcodes to Docu...

    Generate barcodes in Java and electronically sign documents & Images by adding barcodes to Word, Excel, PDF, PNG, JPG, WebP files with Java e-Signing API....document, PDF file, Excel spreadsheet, or presentation, the steps...document (PDF, Word document, spreadsheet, PPT, …) using Signature...

    blog.groupdocs.com/signature/generate-barcode-i...
  7. Strengthen the Protection of Text Watermark in ...

    We are pleased to introduce version 18.8 of GroupDocs.Watermark for Java. This version includes 2 new features, 1 enhancement, 1 bug fix, and a breaking change as well. It supports skipping unreadable characters during text watermark search. Furthermore, we have also added a new feature to strengthen protection of text watermark in PowerPoint documents. Please continue to read more about version 18.8. Features Introduced Skipping Unreadable Characters During Text Watermark Search There might be the case that the watermark’s text contains unreadable characters....CustomXml Drawing Types in Spreadsheet Documents # The latest version...

    blog.groupdocs.com/watermark/strengthen-the-pro...
  8. PdfViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PDF format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/....SpreadsheetOptions { get; set; } The spreadsheet files view options. TextOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  9. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format.... Spreadsheet ); // Constants.InputXls...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  10. 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....(PDF, Word document, Excel spreadsheet, PowerPoint presentation...

    docs.groupdocs.com/annotation/java/get-file-info/