Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 11,296 for

xlsx

(0.03 sec)
  1. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/parser/java/extract-text-fro...
  2. Extract text from PDF documents | Documentation

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

    docs.groupdocs.com/parser/net/extract-text-from...
  3. .NET Conversion from RTF/DOCX to PDF exception ...

    Works fine locally. Issue happens in docker container running on Alpine Linux. GroupDocs.Conversion: v22.12 .NET version: .NET 7.0 Error Message: GroupDocs.Conversion.Exceptions.GroupDocsConversionException: Object r…... rtf, docx, pptx, xlsx works fine. I have attached...

    forum.groupdocs.com/t/net-conversion-from-rtf-d...
  4. Extract data from databases | Documentation

    This article shows the data extraction from database via ADO.NET using GroupDocs.Parser... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/parser/net/extract-data-from...
  5. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in text search queries.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/nodejs-java/search-op...
  6. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, Xlsx, PDF, PPT, JPG, PNG, HTML, EML and many more....xlsx OOXML 2007-2010 ✅ ✅ ✅ ✅ ✅ .xlsm...

    docs.groupdocs.com/watermark/net/supported-docu...
  7. Search network node events | Documentation

    This page contains information about the purpose and use of all search network events.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/java/search-network-n...
  8. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/redaction/java/use-microsoft...
  9. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Edit document | Documentation

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features....DOCM, DOT, ODT Spreadsheet XLS, XLSX, XLSM, XLSB Delimiter-Separated...inputXlsxPath = "C://input/spreadsheet.xlsx" ; Editor editor = new Editor...

    docs.groupdocs.com/editor/net/edit-document/