Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 11,205 for

xlsx

(0.03 sec)
  1. Ինչպես փոխարկել XML-ը CSV-ի Java-ում

    Եկեք արագ նայենք, թե ինչպես փոխարկել XML-ը CSV-ի Java-ում և ինչպես գրել Java կոդը՝ XML-ը CSV-ի փոխարկելու համար փաստաթղթերի փոխակերպման համար:...մասին, տես ինչպես փոխարկել XLS-ը XLSX-ի Java-ում : Updated on 28 May...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  2. .NET XLAM Viewer API - Read, View, Render in C#...

    .NET document viewer API to read, render and display XLAM in any type of C#, ASP.NET, VB.NET & .NET Core applications....XML-based files similar to XLSM and XLSX file formats and are saved with...Excel Binary File Format) .NET XLSX Viewer (Microsoft Excel Open...

    products.groupdocs.com/viewer/net/xlam/
  3. Save with default options | Documentation

    This article demonstrates the simplest way to save the document... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/redaction/net/save-with-defa...
  4. Announcing GroupDocs Viewer Plugin for Atlassia...

    We’re excited to announce the release of our new GroupDocs Viewer plugin (Version 1.0) for Atlassian Confluence. The GroupDocs Viewer plugin is now available for download in the Atlassian Marketplace or you can simply search and install it directly from your Confluence editor. [caption id=“attachment_1033” align=“alignnone” width=“552” caption=“Announcing GroupDocs Viewer plugin for Atlassian Confluence”] [/caption] GroupDocs Viewer is an efficient online document viewer, which lets you view documents online using your browser....PPTX) Spreadsheet viewer (XLS, XLSX) Image file viewer (JPG, BMP...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  5. Ինչպես փոխարկել PDF-ը CSV-ի Java-ի միջոցով

    Այս կարճ հոդվածը բացատրում է PDF-ը CSV-ի Java-ի միջոցով փոխարկելու կարգը և սովորել, թե ինչպես օգտագործել այս ուղեցույցը՝ Java PDF-ը CSV ֆունկցիոնալությունը զարգացնելու համար:...ձևաչափերի, ինչպիսիք են DOCX, TIFF, XLSX, HTML, JPG և շատ ավելին: Մենք...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  6. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/java/indexing-metadat...
  7. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  8. Clean metadata | Documentation

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/net/clean-metadata/
  9. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/net/working-with-bm...
  10. Markdown | Documentation

    This article explains that how to extract Markdown formatted text from document page.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/parser/net/markdown/