Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 3,387 for

spreadsheet

(0.11 sec)
  1. Using Signature Appearances | GroupDocs

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

    docs.groupdocs.com/signature/net/using-signatur...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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....DOCM, RTF, ODT, …), Spreadsheet (XLSX, XLSM, …), Presentation...Viewer viewer = new Viewer ( "Spreadsheet-with-script.xlsx" )) { viewer...

    docs.groupdocs.com/viewer/java/rendering-to-html/
  7. 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...
  8. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specification. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Word Processing documents Spreadsheet documents Presentation documents...

    docs.groupdocs.com/assembly/net/changing-target...
  9. 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/
  10. 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-...