Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 11,325 for

xlsx

(0.1 sec)
  1. .Net 6 based web application to implement docum...

    Hi, I have been looking at Group Docs .net editor sample available in GItHUB. Having few questions. Could you please help with below? Looks like even GroupDocs is making use of CK Editor for document editor. Then May…...document formats such as PDF, DOCX, XLSX, PPTX, XPS and others. It allows...

    forum.groupdocs.com/t/net-6-based-web-applicati...
  2. Storing text of indexed documents | GroupDocs

    This article explains that how to store text of indexed documents using Java.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/java/storing-text-of-...
  3. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/nodejs-java/extract...
  4. Convert to Spreadsheet with advanced options | ...

    Follow this guide and learn how to convert documents to Excel and Open Document spreadsheets of XLS, Xlsx, ODS, OTS formats  with zoom and other customizations using GroupDocs.Conversion for Java....Supported formats include Xls , Xlsx , Xlsm , Xlsb , Ods , Ots ,...

    docs.groupdocs.com/conversion/java/convert-to-s...
  5. Character replacement during indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/java/character-replac...
  6. Character replacements | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/net/character-replace...
  7. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/net/stop-word-diction...
  8. Detect file type of container item | GroupDocs

    This article explains that how to detect file type of container item.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/parser/java/detect-file-type...
  9. Search by chunks | GroupDocs

    This article gives the knowledge about the ability to perform search by chunks using Java search API.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/java/search-by-chunks/
  10. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/java/ocr-support/