Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 6,494 for

xls

(0.13 sec)
  1. Extract images from document | GroupDocs

    This article explains that how to extract images from document....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...

    docs.groupdocs.com/parser/java/extract-images-f...
  2. Extract text from ZIP archive files | GroupDocs

    This article explains that how to extract text from ZIP archive files...from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...

    docs.groupdocs.com/parser/net/extract-text-from...
  3. Indexing additional fields | GroupDocs

    Sometimes when indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before indexing each added document....your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free...

    docs.groupdocs.com/search/java/indexing-additio...
  4. GroupDocs.Editor for Python via .NET | GroupDocs

    Native Python library that loads Word, Excel, PowerPoint, PDF, email, eBook, and text documents, converts them to editable HTML/CSS, and saves them back — or to another format — on Windows, Linux, and macOS. No Microsoft Office or OpenOffice required....DOT, ODT, RTF) Spreadsheets (XLS, XLSX, XLSM, ODS, CSV, TSV) Presentations...

    docs.groupdocs.com/editor/python-net/
  5. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Node.js via Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XlsX, images, audio, video and many other files of different types in your Java solution....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...

    docs.groupdocs.com/metadata/nodejs-java/find-me...
  6. GroupDocs.Viewer for .NET 26.4 – Latest Updates...

    Explore what's new in GroupDocs.Viewer for .NET 26.4. Available now on NuGet and GroupDocs website....preserving while converting XLS to HTML VIEWERNET-5609 Bug Exception...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  7. Create PDF with Image Redaction | GroupDocs

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...

    docs.groupdocs.com/redaction/python-net/create-...
  8. Separate data extraction | GroupDocs

    This article explains how to separately extract data from documents and add the extracted data to the index....your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free...

    docs.groupdocs.com/search/nodejs-java/separate-...
  9. Queries in text and object form | GroupDocs

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free...

    docs.groupdocs.com/search/nodejs-java/queries-i...
  10. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...

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