Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 3,552 for

xlsx html

(0.12 sec)
  1. 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...
  2. Advanced worksheet editing options | GroupDocs

    This article describes two features of GroupDocs.Editor for Node.js via Java version 26.7 — advanced worksheet editing options that control how exactly an input worksheet is converted to Html....selected worksheet to the editable HTML format and encapsulates it in...can be seen in MS Excel) and HTML tables may seem very similar...

    docs.groupdocs.com/editor/nodejs-java/advanced-...
  3. Why is there no DenyDownloading in GroupDocs.Vi...

    I’m currently trialing GroupDocs.Viewer in our .NET project for rendering PDF files. Everything is smooth, fast, and easy to integrate. We were hoping to use this API to display our PDF files to the user in a “read-only”…...manipulate, such as images or HTML, depending on your use case...them to 4 possible formats: HTML, PDF, PNG, or JPEG. You can...

    forum.groupdocs.com/t/why-is-there-no-denydownl...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...OpenDocument ODT, PDF, Text and HTML) for difference checking. The...Missing border in ODS Excel output XLSX file eats almost 2 GB RAM while...

    blog.groupdocs.com/groupdocs.blog/page/51/
  5. Two Ways of Uploading Files into a GroupDocs Ac...

    Working with GroupDocs SDK we usually need a GUID to work with a document. But it’s not very comfortable for users to work with GUIDs. So in your app, you can use two methods to upload a file to a GroupDocs account and get it’s GUID programmatically. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version....(PPT, PPTX), spreadsheets (XLS, XLSX), portable files (PDF), and...FileStream::fromFile The template is simply an HTML form of the “multipart/form-data”...

    blog.groupdocs.com/total/two-ways-of-uploading-...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...improvements to view document in both HTML and Image representations for...document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments...

    blog.groupdocs.com/groupdocs.blog/page/66/
  7. Getting Document Information | GroupDocs

    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...
  8. Network access and data privacy | GroupDocs

    Explains when GroupDocs.Parser for .NET accesses the network, what data leaves your machine, which extraction methods load external resources, and how to prevent outbound requests in air-gapped or security-sensitive deployments....src="http://…"> in an HTML or MHTML file, or in the HTML body of an email...GetMetadata , GetDocumentInfo No HTML GetText , GetFormattedText ...

    docs.groupdocs.com/parser/net/network-access-an...
  9. 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" ); // Creating an output adapter...highlighter ); // Generating HTML formatted text with highlighted...

    docs.groupdocs.com/search/net/work-with-search-...
  10. 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" ); // Creating an output adapter...highlighter ); // Generating HTML formatted text with highlighted...

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