Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 11,135 for

xlsx

(0.11 sec)
  1. Optimizing shards | Documentation

    This page contains information about optimizing shards in the search network.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/net/optimizing-shards/
  2. Ինչպես փոխարկել Excel-ը PDF-ի C#-ով

    Եկեք նայենք, թե ինչպես փոխարկել Excel-ը PDF-ի C#-ով և ինչպես օգտագործել C# Excel-ը PDF-ի օրինակելի կոդը՝ աշխատանքային գրքույկը, ընտրված թերթիկները կամ ցանկացած բջջային տիրույթ PDF-ի փոխարկելու համար:...PDF փաստաթղթի՝ օգտագործելով XLSX ձևաչափը: Բացի այդ, դուք կարող...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  3. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/java/exporting-meta...
  4. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/net/exporting-metad...
  5. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/java/get-supported-...
  6. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/redaction/net/save-overwriti...
  7. Load document from url | Documentation

    Learn how to Load document from url.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/parser/net/load-document-fro...
  8. 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.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  9. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, Xlsx and others.... DOC, DOCX, PPT, PPTX, XLS, XLSX and others. See full list of... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/redaction/python-net/redacti...
  10. How to Compare PDF Files using Java

    Easily compare PDF files using Java by consuming one of the top document comparison library and learning how to create functionality for PDF comparison in Java....for comparisons such as DOCX, XLSX, PPTX, VSDX, ODT, PNG, and many...

    kb.groupdocs.com/comparison/java/how-to-compare...