Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 3,090 for

xlsx html

(0.16 sec)
  1. Edit Excel Workbook | Documentation

    This guide demonstrates how to edit XLS, Xlsx, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for .NET....presented by many formats: XLS, XLSX, XLSM, XLSB, ODS, SXC and other...representation in HTML markup. This means that WYSIWYG HTML-editors don’t...

    docs.groupdocs.com/editor/net/edit-excel/
  2. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....html' ; const outputAdapter = new...groupdocs . search . OutputFormat . Html , filePath ); // Creating the...

    docs.groupdocs.com/search/nodejs-java/build-you...
  3. Render Print Area in Worksheets using GroupDocs...

    Here we go! Another monthly release of GroupDocs.Viewer for .NET is out now. In the current release, you will find new options to render print area and to include or exclude hidden columns and rows in the Cells documents. Furthermore, we have added the support of rendering POTX, PPTM, and EPS file formats. Below you find the list of new features, improvements, and fixes added in GroupDocs.Viewer for .NET 18....documents are rendered into HTML, overflowed text inside the...StoragePath = @"C:\storage"; // Create html handler ViewerHtmlHandler htmlHandler...

    blog.groupdocs.com/viewer/render-print-area-in-...
  4. Getting Document Information | Documentation

    This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java....xlsx" )) { SpreadsheetDocumentI doc_info...getDocumentInfo (); // Print XLSX document info System . out ...

    docs.groupdocs.com/conversion/java/get-document...
  5. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....html" ); DocumentFilter invertedFilter...extensions except of HTM and HTML settings . setDocumentFilter...

    docs.groupdocs.com/search/java/document-filteri...
  6. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....html' , '.pdf' ); const invertedFilter...all extensions except of HTM, HTML, and PDF settings . setDocumentFilter...

    docs.groupdocs.com/search/nodejs-java/document-...
  7. Supported file formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, Xlsx, PDF, PPT, JPG, PNG, Html, EML and many more... Try the to convert DOCX, XLSX, PPTX, and more. This topic...✅ MHTML Web Archive ✅ ✅ MIME HTML File ✅ ✅ Visio Web Drawing ✅...

    docs.groupdocs.com/conversion/java/supported-fi...
  8. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....html" ); DocumentFilter invertedFilter...extensions except of HTM and HTML settings . DocumentFilter =...

    docs.groupdocs.com/search/net/document-filterin...
  9. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....html" ); // Creating an output adapter...highlighter ); // Generating HTML formatted text with highlighted...

    docs.groupdocs.com/search/net/work-with-search-...
  10. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....html" ); // Creating an output adapter...highlighter ); // Generating HTML formatted text with highlighted...

    docs.groupdocs.com/search/java/work-with-search...