Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 11,038 for

xlsx

(0.05 sec)
  1. 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-...
  2. Ինչպես փոխարկել Excel-ը PDF-ի C#-ով

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

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  3. 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...
  4. 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...
  5. 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...
  6. PdfFormattingOptions is Introduced in GroupDocs...

    GroupDocs.Conversion for Java 18.12 comes with some new features, improvements and bug fixes. Conversion from IGS, PLT and CGM formats is introduced. Now, API can automatically add extension of the converted file if not set. Image, PDF and Word conversion is also improved. Furthermore, Excel to SVG and XPS to PDF conversion issues are now resolved. Please take a look over the release notes to get an idea about the changes introduced....Missing border in ODS Excel output XLSX file eats almost 2 GB RAM while...

    blog.groupdocs.com/conversion/pdfformattingopti...
  7. GroupDocs.Conversion Product Family

    查找有关在任何平台上使用代码转换各种类型的文档和图像的答案。...转换为 RTF 如何使用 Java 将 TXT 转换为 XLSX «« « 6 7 8 9 10 » »» 简体中文 English...

    kb.groupdocs.com/zh/conversion/page/8/
  8. Ինչպես համեմատել PDF ֆայլերը Java-ի միջոցով

    Հեշտությամբ համեմատեք PDF ֆայլերը Java-ի միջոցով՝ սպառելով փաստաթղթերի համեմատության լավագույն գրադարաններից մեկը և սովորելով, թե ինչպես ստեղծել ֆունկցիոնալություն PDF-ի համեմատության համար Java-ում:...համեմատությունների համար, ինչպիսիք են DOCX, XLSX, PPTX, VSDX, ODT, PNG և շատ...

    kb.groupdocs.com/hy/comparison/java/how-to-comp...
  9. Indexing | Documentation

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/net/indexing/
  10. Working with metadata in WEBP images. Working w...

    Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in WEBP images. For more details please refer to the following guide: Working with XMP metadata. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples Free online document metadata management App Along with full featured .NET library we provide simple, but powerful free Apps.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/net/working-with-me...