Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 3,229 for

xlsx html

(0.67 sec)
  1. 使用 C# .NET 在 Word、Excel、PDF、ZIP 文档格式中搜索文本

    GroupDocs.Search 是一个功能强大的全文搜索 API,它允许您在应用程序中搜索 70 多种文档格式。...Word(Doc、Docx) 、PDF、HTML、EPUB、电子表格(XLS、XLSX) 、演示文稿(PPT、PPTX) 、图像和视频。...ilismail/Output/Highlighted.html"; OutputAdapter outputAdapter...

    blog.groupdocs.com/zh/search/search-text-in-wor...
  2. Work with search results | GroupDocs

    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' ; const outputAdapter = new...groupdocs . search . OutputFormat . Html , localPath ); // Creating an...

    docs.groupdocs.com/search/nodejs-java/work-with...
  3. Getting Document Information | GroupDocs

    Learn how to retrieve document metadata such as file type, page count, size, and other properties with GroupDocs.Conversion for Python via .NET....xlsx" ) as converter : doc_info =...get_document_info () # Print XLSX document info print ( "Author:"...

    docs.groupdocs.com/conversion/python-net/develo...
  4. GroupDocs.Merger Product Family on GroupDocs Bl...

    GroupDocs.Merger Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Merger Product Family on GroupDocs Blog | Document Automatio......remove it to unlock the XLS/XLSX files using Java API. Lock and...remove it to unlock the XLS/XLSX files using .NET API. Password...

    blog.groupdocs.com/categories/groupdocs.merger-...
  5. Java Fuzzy Search - Find in Files across Folders

    Discover how Java's fuzzy search can help you find things in files across folders! It's like a smart search that understands small mistakes.... DOCX) , spreadsheets (XLS, XLSX) , presentations (PPT, PPTX)...PPTX) , PDFs, Markup languages (HTML, XML) , Markdown (MD) , eBooks...

    blog.groupdocs.com/search/fuzzy-search-java/
  6. GroupDocs.Assembly for .NET – Generate Word & P...

    GroupDocs.Assembly for .NET is a comprehensive library for generating documents and reports by merging your templates and data. With GroupDocs.Assembly, you can generate any type of document that requires custom data input. These could be invoices, NDAs, sales quotes, employment letters, reports, etc. The library supports Microsoft Word, Excel and PDF templates, and allows you to save the final, assembled documents in either of these formats. Just like all GroupDocs libraries, GroupDocs....Word (DOC/DOCX) or Excel (XLS/XLSX) format; create new templates...easily published on a stand-alone HTML page or integrated into an existing...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  7. 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-...
  8. Inserting edited worksheet into existing spread...

    This article describes the new feature of the GroupDocs.Editor for java version 20.11 - inserting an edited worksheet into existing spreadsheet... Emitting HTML and CSS markup, which represents...methods like . Passing this HTML and CSS markup into the WYSIWYG...

    docs.groupdocs.com/editor/java/inserting-edited...
  9. Edit Excel Workbook | GroupDocs

    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/
  10. Build your first search solution | GroupDocs

    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...